You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
spring-content-fs
includes a dependency forhibernate-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 excludingorg.hibernate
in my Gradle dependency import ofspring-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.The text was updated successfully, but these errors were encountered: