rewrite-spring icon indicating copy to clipboard operation
rewrite-spring copied to clipboard

Upgrade Hibernate Validator to 6.2

Open fabapp2 opened this issue 3 years ago • 1 comments

Release Notes The default version of Hibernate Validate has been upgraded to 6.2.x. Hibernate Validator 6.2 changes how the expression language is used to interpolate constraint messages. Please see this blog post from the Hibernate Validator team for further details.

Condition

  • Dependency to org.hibernate.validator:hibernate-validator exists

Description

The default version of Hibernate Validate has been upgraded to 6.2.x. Hibernate Validator 6.2 changes how the expression language is used to interpolate constraint messages.

Under certain circumstances, this might introduce a security issue if you don't take precautions.

Please see this blog post from the Hibernate Validator team for further details.

fabapp2 avatar Jan 13 '22 21:01 fabapp2

this looks like it could be a declarative recipe in the boot search recipes https://github.com/openrewrite/rewrite-spring/blob/main/src/main/resources/META-INF/rewrite/spring-boot2-search.yml

pway99 avatar Jan 21 '22 19:01 pway99