We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the combination of Spring Boot 3.1.3 + AOT + Hibernate Validator + Springdoc 2.2.0 we get a compile error during AOT processing.
"Caused by: java.lang.ClassNotFoundException: com.querydsl.core.types.Path"
Everything is fine with 2.1.0. Or when removing org.springframework.boot:spring-boot-starter-validation.
So i think there might be a offending dependency concerning jakarta validation
Below is attached is a small gradle project .. just build it, and you will see
person-service.zip
The text was updated successfully, but these errors were encountered:
@goafabric,
Related to this issue: spring-projects/spring-framework#31147 Fixed with spring-boot 3.1.4+
Sorry, something went wrong.
No branches or pull requests
With the combination of
Spring Boot 3.1.3 + AOT + Hibernate Validator + Springdoc 2.2.0
we get a compile error during AOT processing.
"Caused by: java.lang.ClassNotFoundException: com.querydsl.core.types.Path"
Everything is fine with 2.1.0.
Or when removing org.springframework.boot:spring-boot-starter-validation.
So i think there might be a offending dependency concerning jakarta validation
Below is attached is a small gradle project .. just build it, and you will see
person-service.zip
The text was updated successfully, but these errors were encountered: