Lettuce

Results 1 comments of Lettuce

> I found the solution 🥳 > > You must set the behaviour of `coercionConfigFor`: > > ```java > XmlMapper mapper = new XmlMapper(); > mapper.coercionConfigFor( LogicalType.DateTime ).setCoercion( CoercionInputShape.EmptyString, CoercionAction.AsNull...