From 5b453568edb57d8c40c911bf085030f2408f8677 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 28 Feb 2025 15:33:04 -0800 Subject: [PATCH 1/4] Prep for 2.18.3 --- pom.xml | 2 +- release-notes/VERSION-2.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 486cd25c14..2186f814a2 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson jackson-base - 2.18.3-SNAPSHOT + 2.18.3 com.fasterxml.jackson.core jackson-databind diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 4cf84de6dc..93ea1bd2db 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -4,7 +4,7 @@ Project: jackson-databind === Releases === ------------------------------------------------------------------------ -2.18.3 (not yet released) +2.18.3 (28-Feb-2025) #4444: The `KeyDeserializer` specified in the class with `@JsonDeserialize(keyUsing = ...)` is overwritten by the `KeyDeserializer` specified in the `ObjectMapper`. From 4105844f3665612637f5cf9410df5b83d375e620 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 28 Feb 2025 15:37:37 -0800 Subject: [PATCH 2/4] [maven-release-plugin] prepare release jackson-databind-2.18.3 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2186f814a2..d1421b5390 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.core jackson-databind - 2.18.3-SNAPSHOT + 2.18.3 jackson-databind jar General data-binding functionality for Jackson: works on core streaming API @@ -31,7 +31,7 @@ scm:git:git@github.com:FasterXML/jackson-databind.git scm:git:git@github.com:FasterXML/jackson-databind.git https://github.com/FasterXML/jackson-databind - jackson-databind-2.18.2 + jackson-databind-2.18.3 @@ -68,7 +68,7 @@ com.fasterxml.jackson.databind.cfg - 2024-11-28T01:11:23Z + 2025-02-28T23:37:18Z @@ -227,8 +227,8 @@ maven-javadoc-plugin - https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.0> - https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.0> + https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.0> + https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.0> From ca56745fc7ae9306e361c33c18060eac4b8c960e Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 28 Feb 2025 15:37:39 -0800 Subject: [PATCH 3/4] [maven-release-plugin] prepare for next development iteration --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d1421b5390..9645e4ac2c 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.fasterxml.jackson.core jackson-databind - 2.18.3 + 2.18.4-SNAPSHOT jackson-databind jar General data-binding functionality for Jackson: works on core streaming API @@ -31,7 +31,7 @@ scm:git:git@github.com:FasterXML/jackson-databind.git scm:git:git@github.com:FasterXML/jackson-databind.git https://github.com/FasterXML/jackson-databind - jackson-databind-2.18.3 + jackson-databind-2.18.2 @@ -68,7 +68,7 @@ com.fasterxml.jackson.databind.cfg - 2025-02-28T23:37:18Z + 2025-02-28T23:37:39Z From bca64c459be506e5f8c67dc04f6c76054800795d Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 28 Feb 2025 15:39:46 -0800 Subject: [PATCH 4/4] Back to snapshot dep --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9645e4ac2c..9e915d77ac 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson jackson-base - 2.18.3 + 2.18.4-SNAPSHOT com.fasterxml.jackson.core jackson-databind