openrewrite / openrewrite/rewrite-spring
Upgrade Hibernate Validator to 6.2
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 403
- Forks
- 149
- Avg merge
- 2h 33m
- Merged PRs (30d)
- 10
Description
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-validatorexists
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked Spring Boot release notes and Hibernate Validator blog post first, then locate the dependency-upgrade handling in this repository. Confirm how the existing org.hibernate.validator:hibernate-validator dependency is represented and define done as using the 6.2.x default while accounting for the changed expression-language interpolation behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100