Releases: OpenAPITools/jackson-databind-nullable
Releases · OpenAPITools/jackson-databind-nullable
v0.2.10 released
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
- @smals-mavh made their first contribution in #117
Full Changelog: v0.2.9...v0.2.10
v0.2.9 released
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
What's Changed
- Update to next snapshot version by @wing328 in #67
- Skip SNAPSHOT deploy job on forks by @ctrimble in #70
- Remove Javadoc argument --ignore-source-errors by @ctrimble in #69
- Update to JUnit 5 and fix tests by @Til7701 in #72
- Update all dependency and plugin versions by @nrayburn-tech in #75
- GitHub actions cleanup by @nrayburn-tech in #76
- Add dependabot configuration by @Til7701 in #77
- Bump actions/checkout from 3 to 5 by @dependabot[bot] in #78
- Bump actions/cache from 3 to 4 by @dependabot[bot] in #79
- Bump actions/setup-java from 3 to 5 by @dependabot[bot] in #80
- Update GitHub actions to use commit sha instead of tags by @nrayburn-tech in #82
- Ignore Hibernate Validator updates until Java 17+ is used for builds by @nrayburn-tech in #83
- Streaming methods by @ctrimble in #68
- Ignore semver-major Mockito and JUnit updates until Java 17+ is used for builds by @nrayburn-tech in #86
- Build as multi release jar by @Til7701 in #62
- Bump org.junit:junit-bom from 5.13.4 to 5.14.0 by @dependabot[bot] in #87
- Fix typos and linguistic errors in documentation / hacktoberfest by @survivant in #88
- Change the maven compile execution for Java 8 to override the default compile by @nrayburn-tech in #89
- Update to move away from deprecated methods by @nrayburn-tech in #91
New Contributors
- @ctrimble made their first contribution in #70
- @nrayburn-tech made their first contribution in #75
- @survivant made their first contribution in #88
Full Changelog: v0.2.7...v0.2.8
v0.2.7 released
v0.2.6 released
v0.2.5 released
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
- @tofi86 made their first contribution in #35
- @bratkartoffel made their first contribution in #43
Full Changelog: v0.2.4...v0.2.5
v0.2.4 released
What's Changed
- Fix CVE-2022-42003 by @animalet in #37
New Contributors
Full Changelog: v0.2.3...v0.2.4
v0.2.3 released
What's Changed
- jackson-base 2.13.3, add getAbsentValue by @julianladisch in #32
v0.2.2 released
Security fix: #22