Skip to content

Releases: unbroken-dome/jackson-bean-validation

v0.6.0

08 May 15:46
7ff9d68
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Improvements

  • Return property path with index for nested array violation (#3, thanks to @tedliang)

Other changes

  • Release to Maven Central instead of JCenter
  • Migrated build to Gradle 7
  • Compile against Jackson 2.11.4 and test compatibility up to 2.12.3

v0.4.0

16 Oct 19:08
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • Improved support for Kotlin nullability
  • better support for nesting beans with either @JsonValidated or @Valid on the property
  • added feature flag to support post-deserialization validation of entire bean (to support @AssertTrue-annotated validations)

v0.3.1

27 Apr 15:10
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Minor improvements for compatibility with other modules

  • Creator-based instantiation now passes the original set of properties & the PropertyValueBuffer - required for proper compatibility with the Kotlin module
  • When deserializing bean properties, call the delegate deserializer even for nulls - some deserializers have special treatment of null tokens (e.g. OptionalDeserializer from Jdk8Module)

v0.3.0

29 Jan 20:20
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Increase version to 0.3.0

v0.1.0

28 Jan 18:57
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Initial commit