Skip to content

Releases: OpenAPITools/jackson-databind-nullable

v0.2.10 released

23 Mar 16:28
e2082cd

Choose a tag to compare

What's Changed

  • Prepare v0.2.10 snapshot version by @wing328 in #120
  • Bump org.junit:junit-bom from 5.14.2 to 5.14.3 by @dependabot[bot] in #121
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1 by @dependabot[bot] in #122
  • Bump com.fasterxml.jackson:jackson-base from 2.21.0 to 2.21.1 by @dependabot[bot] in #123
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5 by @dependabot[bot] in #124
  • Implement Jackson3 support and maintain Jackson2 support by @smals-mavh in #117
  • Bump tools.jackson:jackson-bom from 3.0.4 to 3.1.0 by @dependabot[bot] in #128
  • Bump com.fasterxml.jackson:jackson-base from 2.21.1 to 2.21.2 by @dependabot[bot] in #131
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2 by @dependabot[bot] in #132
  • Bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in #130
  • 0.2.10 release by @wing328 in #133

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9 released

05 Feb 07:42
a011299

Choose a tag to compare

What's Changed

  • Prepare v0.2.9-SNAPSHOT by @wing328 in #93
  • Bump org.junit:junit-bom from 5.14.0 to 5.14.1 by @dependabot[bot] in #97
  • Bump com.fasterxml.jackson:jackson-base from 2.20.0 to 2.20.1 by @dependabot[bot] in #95
  • Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 by @dependabot[bot] in #96
  • Bump org.junit:junit-bom from 5.14.1 to 5.14.2 by @dependabot[bot] in #109
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #102
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #105
  • Bump actions/checkout from 5.0.0 to 6.0.1 by @dependabot[bot] in #106
  • Bump actions/setup-java from 5.0.0 to 5.1.0 by @dependabot[bot] in #107
  • Bump actions/cache from 4.3.0 to 5.0.1 by @dependabot[bot] in #108
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #110
  • Bump actions/cache from 5.0.1 to 5.0.2 by @dependabot[bot] in #111
  • Bump actions/cache from 5.0.2 to 5.0.3 by @dependabot[bot] in #116
  • Bump actions/setup-java from 5.1.0 to 5.2.0 by @dependabot[bot] in #114
  • Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #115
  • Bump com.fasterxml.jackson:jackson-base from 2.20.1 to 2.21.0 by @dependabot[bot] in #112
  • Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0 by @dependabot[bot] in #113
  • Fix module path in JDK 24 and older by @Til7701 in #101
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #118
  • v0.2.9 release by @wing328 in #119

Full Changelog: v0.2.8...v0.2.9

v0.2.8 released

26 Oct 15:20
108f5bd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7 released

18 Aug 10:52

Choose a tag to compare

What's Changed

  • Update parent and dependencies by @Til7701 in #61
  • 0.2.7 release by @wing328 in #63
  • update pom.xml to use central publishing maven plugin, add workflow by @wing328 in #66

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6 released

21 Feb 07:11

Choose a tag to compare

What's Changed

  • Fix broken unwrap bean validation and adapt tests by @MelleD in #50

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5 released

13 Feb 10:13
7812ac5

Choose a tag to compare

What's Changed

  • Add support for Collection<JsonNullable> in the JsonNullableValueExtractor by @tofi86 in #35
  • minor optimizations and simplifications to JsonNullable by @bratkartoffel in #43
  • Add support for jakarta-validation by @bratkartoffel in #42
  • Add "Automatic-Module-Name" to manifest, fix usage as java 9+ module by @bratkartoffel in #41

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4 released

24 Oct 02:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3 released

25 Jun 03:25

Choose a tag to compare

What's Changed

v0.2.2 released

28 Nov 07:09

Choose a tag to compare

Security fix: #22