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-content-fs depends on old version of Hibernate #1462

Closed
jacobbroberg opened this issue Jun 9, 2023 · 0 comments · Fixed by #1500
Closed

spring-content-fs depends on old version of Hibernate #1462

jacobbroberg opened this issue Jun 9, 2023 · 0 comments · Fixed by #1500

Comments

@jacobbroberg
Copy link

jacobbroberg commented Jun 9, 2023

Describe the bug
The spring-content-fs includes a dependency for hibernate-core-jakarta (see pom.xml) with version 5.6.15.Final (definition set in the main pom.xml)

As Spring Boot 3.1.0 includes org.hibernate.orm.hibernate-core version 6.2.2.Final this causes problems. I can bypass it by excluding org.hibernate in my Gradle dependency import of spring-content-fs

Expected behavior
To have spring-content-fs depend on the same version of Hibernate as Spring Boot 3.x and not the -jakarta version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant