Skip to content

Commit

Permalink
HSEARCH-4928 Add migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Sep 28, 2023
1 parent 059b6a0 commit 2ef3c2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions documentation/src/main/asciidoc/migration/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ This also means that the corresponding Java module names and packages are also u
* 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`

Outbox polling for Hibernate ORM artifact is getting a shorter name: `hibernate-search-mapper-orm-outbox-polling`.
For most of the users this should only be the change in the dependencies, unless some setting keys from `HibernateOrmMapperOutboxPollingSettings`
where referenced in the code, then an import update will be required as well.
The corresponding Java module name and base package are updated to:

* The module is now named `org.hibernate.search.mapper.orm.outboxpolling` and the base package for this module is `org.hibernate.search.mapper.orm.outboxpolling`

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

0 comments on commit 2ef3c2f

Please sign in to comment.