Out of Date
Details
Assignee
Yoann RodièreYoann RodièreReporter
MauriceMauriceLabels
Components
Affects versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Maurice
MauriceLabels
Components
Affects versions
Priority
Created May 10, 2023 at 7:23 AM
Updated May 10, 2023 at 7:27 AM
Resolved May 10, 2023 at 7:27 AM
I am trying to create a session with
org.hibernate.search.mapper.orm.Search.session(entityManager)
. However i can't because the session method takes ajavax.persistence.EntityManager
whereas Spring/Hibernate 6 usesjakarta.persistence.EntityManager
instead.I've also noticed that hibernate search mapper still uses hibernate 5 as a dependency. This issue is preventing me from fully upgrading to spring 6, even though it has been available since november 2022. Could you please replace javax with jakarta and replace the hibernate 5 dependency with hibernate 6?