From 94b8ff8b77c12e9cdcc45f20da8422101d6babe3 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 15 Nov 2023 16:31:42 -0800 Subject: [PATCH] Start 2.17 branch --- .github/workflows/main.yml | 6 +++--- pom.xml | 4 ++-- release-notes/VERSION-2.x | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3db2e4c..79a4df5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: branches: - master - "3.0" - - "2.16" + - "2.17" paths-ignore: - "README.md" - "release-notes/*" @@ -12,7 +12,7 @@ on: branches: - master - "3.0" - - "2.16" + - "2.17" paths-ignore: - "README.md" - "release-notes/*" @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - java_version: ['8', '11', '17'] + java_version: ['8', '11', '17', '21'] kotlin_version: ['1.6.21', '1.7.20', '1.8.22', '1.9.0'] os: ['ubuntu-20.04'] env: diff --git a/pom.xml b/pom.xml index 88f2e674..a45af478 100644 --- a/pom.xml +++ b/pom.xml @@ -8,12 +8,12 @@ com.fasterxml.jackson jackson-base - 2.16.1-SNAPSHOT + 2.17.0-SNAPSHOT com.fasterxml.jackson.module jackson-module-kotlin jackson-module-kotlin - 2.16.1-SNAPSHOT + 2.17.0-SNAPSHOT bundle Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support Kotlin language, specifically introspection of method/constructor parameter names, diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index e0b4b0fc..707dcdf1 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -16,6 +16,10 @@ Co-maintainers: === Releases === ------------------------------------------------------------------------ +2.17.0 (not yet released) + +- + 2.16.0 (15-Nov-2023) #707: If JsonSetter(nulls = Nulls.SKIP) is specified, the default argument is now used when null.