From 9c0746d2cafeb2643ba961a87e8d68a0ac37fc92 Mon Sep 17 00:00:00 2001 From: Andrea Boriero Date: Fri, 13 Jul 2018 11:24:05 +0100 Subject: [PATCH] HHH-12742 Add the removal of JpaIntegrator to the migration guide --- migration-guide.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/migration-guide.adoc b/migration-guide.adoc index 6107462220..95fc7ac16d 100644 --- a/migration-guide.adoc +++ b/migration-guide.adoc @@ -123,6 +123,17 @@ be lazily fetched, as expected. See details on the https://hibernate.atlassian.net/browse/HHH-12687[HHH-12687] Jira issue. +=== JpaIntegrator removed + +JPA and native implementations of Hibernate event listeners were unified (see https://hibernate.atlassian.net/browse/HHH-11264) +making the `org.hibernate.jpa.event.spi.JpaIntegrator` no longer needed. + +[NOTE] +==== +Existing applications migrating to 5.3 with classes extending `org.hibernate.jpa.event.spi.JpaIntegrator` have to change these classes to implement the `org.hibernate.integrator.spi.Integrator` interface. +==== + + === 5.3 -> 6.0 compatibility changes The original driving force behind these series of changes is an effort to be as proactive as possible