Skip to content

Conversation

@garaimanoj
Copy link
Contributor

@garaimanoj garaimanoj commented Jun 4, 2025

Version Incompatibility
You're using:

  • validation-api:2.0.1.Final (Jakarta Bean Validation 2.0)

  • hibernate-validator:9.0.0.Final

However, Hibernate Validator 9.0.0.Final is based on Jakarta Bean Validation 3.0, which uses the jakarta.validation package (not javax.validation).

This mismatch is likely causing the ConfigurationImpl class to fail during initialization.

One solution is: Upgrade to Jakarta Validation 3.0. But unfortunately that is not working. So I am excluding the other dependency which is coming with hibernate-validator.

@garaimanoj garaimanoj self-assigned this Jun 4, 2025
@garaimanoj garaimanoj requested a review from jnc74743 June 4, 2025 12:17
@jnc74743 jnc74743 merged commit 6f6b8d4 into stfc:dependabot/maven/org.hibernate.validator-hibernate-validator-9.0.0.Final Jun 5, 2025
1 check passed
@garaimanoj garaimanoj deleted the Exclude-jakarta.validation-api branch June 6, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants