Add notes about removal of EmptyInterceptor and TestForIssue to migration guide doc

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2024-09-12 14:15:44 +02:00 committed by Jan Schatteman
parent c1d9ac00bf
commit de494756a4
1 changed files with 2 additions and 0 deletions

View File

@ -330,11 +330,13 @@ While most users will never see this change, it might impact integrations which
** Removed `@LazyCollection`
** Removed `@IndexColumn`
** Replaced uses of `CacheModeType` with `CacheMode`
** Removed `@TestForIssue` (for testing purposes) -> use `org.hibernate.testing.orm.junit.JiraKey` and `org.hibernate.testing.orm.junit.JiraKeyGroup`
* Classes/interfaces
** Removed `SqmQualifiedJoin` (all joins are qualified)
** Removed `AdditionalJaxbMappingProducer` -> `AdditionalMappingContributor`
** Removed `MetadataContributor` -> `AdditionalMappingContributor`
** Removed `EmptyInterceptor` -> implement `org.hibernate.Interceptor` directly
* Behavior
** Removed `org.hibernate.Session#save` in favor of `org.hibernate.Session#persist`