Switch to ORM 6 as the default ORM version and drop support for ORM 5

Description

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.x

  • There are additional artifacts with a '-javaee' suffix (e.g. hibernate-search-mapper-javaee) to support Hibernate ORM 5.x + Java EE

  • There are additional artifacts with a '-orm6' suffix (e.g. hibernate-search-mapper-orm6) to support Hibernate ORM 6.x + Jakarta EE

After this change:

  • The main artifacts (no particular suffix, e.g. hibernate-search-mapper-orm) target Hibernate ORM 6.x and Jakarta EE

  • There 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

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Sprint

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