Skip to content
New issue

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

Spring Boot 3.1.3 + AOT + Hibernate Validator + Springdoc 2.2.0 Compile Error #2379

Closed
goafabric opened this issue Sep 15, 2023 · 1 comment
Labels
invalid This doesn't seem right

Comments

@goafabric
Copy link

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

@bnasslahsen
Copy link
Contributor

@goafabric,

Related to this issue: spring-projects/spring-framework#31147
Fixed with spring-boot 3.1.4+

@bnasslahsen bnasslahsen added the invalid This doesn't seem right label Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants