Quick PSA. We've just released v3.182.0 which fixes the long standing problem when using automarshalling with raw Lists in Jackson and Gson. It means that you no longer have to use
Body.auto<Array<XYZ>().toLens()
- >
Body.auto<List<XYZ>().toLens()
will work just fine.