-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Jackson Release 2.13.2
Tatu Saloranta edited this page Mar 7, 2022
·
19 revisions
Patch version of 2.13, being released on March 6, 2022. (2.13.1 was released on 19-Dec-2021).
Following fixes are included in this patch release.
-
#46:
module-info.java
is inMETA-INF/versions/11
instead ofMETA-INF/versions/9
- #732: Update Maven wrapper
-
#739:
JsonLocation
in 2.13 only uses identity comparison for "content reference"
- #3293: Use Method.getParameterCount() where possible
-
#3344:
Set.of()
(Java 9) cannot be deserialized with polymorphic handling -
#3368:
SnakeCaseStrategy
causes unexpectedMismatchedInputException
during deserialization - #3369: Deserialization ignores other Object fields when Object or Array value used for enum
-
#3380:
module-info.java
is inMETA-INF/versions/11
instead ofMETA-INF/versions/9
Changes, JAX-RS providers
-
#161: Module name in
jakarta-xmlbind/src/moditect/module-info.java
is invalid
-
#303:
CsvMapper.typedSchemaForWithView()
withDEFAULT_VIEW_INCLUSION
- #303: Update to SnakeYAML 1.30
- #306: Error when generating/serializing keys with multilines and colon
- #566: when paranamer fails, fail over to using java reflection
- #138: Blackbird doesn't work on Java 15+
- #152: jakarta.activation version conflict in 2.13
-
#146:
JsonSchema.equals()
implementation wrong