Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-validator
Commit: b4b62657f04a5b67f14b95f281b9b20316881e0a
https://github.com/hibernate/hibernate-validator/commit/b4b62657f04a5b67f...
Author: Jon Bayle <jobayle(a)mrhide.eu>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M documentation/pom.xml
M
documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/nodenameprovider/JacksonPropertyNodeNameProvider.java
M
documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/nodenameprovider/PersonSerializationTest.java
M engine/pom.xml
M pom.xml
Log Message:
-----------
HV-2161 Rework documentation example for Jackson 3
This use case:
https://docs.hibernate.org/stable/validator/reference/en-US/html_single/#...
Uses the interpolator, which is an internal component of Jackson that
was exposed for testing purposes.
In Jackson 3, the interpolator is no longer publicly exposed, a Visitor
must be used instead.
See discussion here:
https://github.com/FasterXML/jackson/discussions/330
Commit: 72393e65a7e5380240b3b075d28bb0be86c60735
https://github.com/hibernate/hibernate-validator/commit/72393e65a7e538024...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M
documentation/src/test/java/org/hibernate/validator/referenceguide/chapter12/nodenameprovider/JacksonPropertyNodeNameProvider.java
M
engine/src/test/java/org/hibernate/validator/test/spi/nodenameprovider/jackson/JacksonAnnotationPropertyNodeNameProvider.java
Log Message:
-----------
HV-2161 Update formatting and account for field/getter mismatch
where getter can contain the constraint and field the json mapping info or vice versa
Compare:
https://github.com/hibernate/hibernate-validator/compare/f8eb7a9b78aa...7...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-validator/settings/notifications