Releases: OpenAPITools/jackson-databind-nullable
Releases · OpenAPITools/jackson-databind-nullable
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