-
Component Upgrade
-
Resolution: Done
-
Major
-
None
-
None
Upgrade Jackson to 2.12.3.
This also requires further documentation on how to enable JSR 310 serialization. By default with 2.11.x the java.time.* types would fall through to an object serializer and serialize the fields themselves. To properly serialize those types a provider is required to enable the JSR 310 support. See the EAP documentation for details.
- relates to
-
WFLY-14737 Jackson returns 500 error code for serialisation of LocalDate, LocalDateTime and Duration objects
- Closed