[go: up one dir, main page]

0% found this document useful (0 votes)
26 views2 pages

Hibernate Validator 8.0.0.CR1 Released - in Relation To

All details are available on the Hibernate Reactive website releases page. If you are new to Hibernate Reactive, the official documentation is a good place to start.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Hibernate Validator 8.0.0.CR1 Released - in Relation To

All details are available on the Hibernate Reactive website releases page. If you are new to Hibernate Reactive, the official documentation is a good place to start.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

7/31/22, 7:30 PM Hibernate Validator 8.0.0.

CR1 released - In Relation To

In Relation To
Back to home

Hibernate Validator 8.0.0.CR1 released


Posted by Guillaume Smet    |    Jun 30, 2022     Hibernate Validator   Releases

I am glad to announce the release of Hibernate Validator 8.0.0.CR1, which is the final step
before our Final release (except if important issues are reported, of course).

Hibernate Validator 8 is the Hibernate Validator version targeting Jakarta EE 10 and it is the
reference implementation of Jakarta Bean Validation.

What’s new

We already made a few Alphas of Hibernate Validator 8, mostly to allow integrators to make
progress towards the finalization of Jakarta EE 10.

We have made the final adjustments to Hibernate Validator 8, and we are ready to release it,
pending a stable release of the new Expression Language implementation, Expressly.

If you are a Hibernate Validator user and if you are currently evaluating EE 10, please give this
version a try and report back.

This version is functionally equivalent to Hibernate Validator 6.2 and 7, except for a few
adjustments:

Our minimal Java version requirement is now Java 11 - HV-1887.

We have a new  @UUID  constraint, allowing to validate UUIDs - HV-1867.

Validated values are not logged when using trace logging, except if you ask otherwise
- HV-1903.

We made a small change to the  GetterPropertySelectionStrategy :


the  getGetterMethodNameCandidates()  method now returns a  List  instead of  Set - HV-
1853.

The rest of the changes were made to ensure compatibility with Jakarta EE 10.

https://in.relation.to/2022/06/30/hibernate-validator-8-cr1-released/ 1/2
7/31/22, 7:30 PM Hibernate Validator 8.0.0.CR1 released - In Relation To

Getting 8.0.0.CR1

Hibernate Validator 8 targets the upcoming Jakarta EE 10.

To get the release with Maven, Gradle etc. use the GAV coordinates org.hibernate.validator:
{hibernate-validator|hibernate-validator-cdi|hibernate-validator-annotation-
processor}:8.0.0.CR1. Note that the group id has changed from  org.hibernate  (Hibernate
Validator 5 and earlier) to  org.hibernate.validator  (from Hibernate Validator 6 onwards).

Alternatively, a distribution bundle containing all the bits is provided on SourceForge


(TAR.GZ, ZIP).

Feedback, issues, ideas?

To get in touch, use the usual channels:

hibernate-validator tag on Stack Overflow (usage questions)

User forum (usage questions, general feedback)

Issue tracker (bug reports, feature requests)

Mailing list (development-related discussions)

Jakarta Bean Validation development mailing list (discussions about the Jakarta Bean
Validation specification)

What’s next?

Depending on the feedback we get on these two Candidate Releases, we will release both
Finals in the coming weeks.

https://in.relation.to/2022/06/30/hibernate-validator-8-cr1-released/ 2/2

You might also like