Skip to content

Commit

Permalink
HSEARCH-4940 Add a migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and yrodiere committed Sep 22, 2023
1 parent 4f86ac6 commit 3bb5e47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/src/main/asciidoc/migration/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ to artifacts ending with `-orm6` (e.g. `hibernate-search-mapper-orm-orm6`) just
before upgrading to this version of Hibernate Search.
See https://github.com/hibernate/hibernate-orm/wiki/Migration-Guides/[Hibernate ORM migration guides].

[[artifact-changes]]
== Artifact changes

With the move to Jakarta EE Hibernate Search previous batch artifacts (`hibernate-search-mapper-orm-batch-jsr352-core`/`hibernate-search-mapper-orm-batch-jsr352-jberet`)
will now relocate to the new ones (`hibernate-search-mapper-orm-jakarta-batch-core`/`hibernate-search-mapper-orm-jakarta-batch-jberet`) matching the naming of Jakarta EE specification.
This also means that the corresponding Java module names and packages are also updated:

* The core module is now named `org.hibernate.search.jakarta.batch.core` and the base package for this module is `org.hibernate.search.jakarta.batch.core`
* The JBeret module is now named `org.hibernate.search.jakarta.batch.jberet` and the base package for this module is `org.hibernate.search.jakarta.batch.jberet`


[[data-format]]
== Data format and schema changes

Expand Down

0 comments on commit 3bb5e47

Please sign in to comment.