Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created December 7, 2021 at 3:53 PM
Updated September 4, 2023 at 11:19 AM
Resolved July 3, 2023 at 11:26 AM
Requires ,
We will need ORM 6 to provide Java EE artifacts first; at the moment it doesn’t.
Before this change:
The main artifacts (no particular suffix, e.g.
hibernate-search-mapper-orm
) target Hibernate ORM 5.xThere are additional artifacts with a '-javaee' suffix (e.g.
hibernate-search-mapper-javaee
) to support Hibernate ORM 5.x + Java EEThere are additional artifacts with a '-orm6' suffix (e.g.
hibernate-search-mapper-orm6
) to support Hibernate ORM 6.x + Jakarta EEAfter this change:
The main artifacts (no particular suffix, e.g.
hibernate-search-mapper-orm
) target Hibernate ORM 6.x and Jakarta EEThere are no additional artifacts to support ORM 5.x
There are no additional artifacts to support Java EE
There are relocation artifacts for the artifacts with a '-orm6' suffix (e.g.
hibernate-search-mapper-orm6
) to cater to application server users (e.g. WildFly) when their application server upgrades from Hibernate Search 6 to 7 and switches from -orm6 artifacts to the main artifacts