Changelog for
jackson-modules-java8-2.17.2-11.5.noarch.rpm :
* Wed Aug 07 2024 Fridrich Strba
- Upgrade to 2.17.2
* No changes since 2.17.1
* Mon May 20 2024 Gus Kenion - Upgrade to 2.17.1
* #306: Only DateTimeFormatter.ISO_OFFSET_DATE_TIME accepted by ZonedDateTimeKeyDeserializer- Includes changes from 2.17
* #274: Add 1-based Month[De]serializer enabled with JavaTimeFeature.ONE_BASED_MONTHS option
* #294: Optional deserialization, serialization ignore contentConverter
* Fri Mar 08 2024 Gus Kenion - Upgrade to 2.16.1
* #286: Breaking change in InstantDeserializer API between 2.15 and 2.16
* #288: LocalDateTime serialization issue with custom-configured LocalDateTimeSerializer
* Wed Dec 20 2023 Anton Shvetz - Update to v2.16.0
* #263: Add `JavaTimeFeature.ALWAYS_ALLOW_STRINGIFIED_TIMESTAMPS` to allow parsing quoted numbers when using a custom pattern (DateTimeFormatter)
* #272: (datetime) `JsonFormat.Feature.WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS` not respected when deserialising `Instant`s
* #281: (datetime) Add `JavaTimeFeature.NORMALIZE_DESERIALIZED_ZONE_ID` to allow disabling ZoneId normalization on deserialization
* Wed Sep 13 2023 Anton Shvetz - Initial packaging with v2.15.2