Skip to content

Commit de49475

Browse files
committed
Add notes about removal of EmptyInterceptor and TestForIssue to migration guide doc
Signed-off-by: Jan Schatteman <[email protected]>
1 parent c1d9ac0 commit de49475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migration-guide.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,13 @@ While most users will never see this change, it might impact integrations which
330330
** Removed `@LazyCollection`
331331
** Removed `@IndexColumn`
332332
** Replaced uses of `CacheModeType` with `CacheMode`
333+
** Removed `@TestForIssue` (for testing purposes) -> use `org.hibernate.testing.orm.junit.JiraKey` and `org.hibernate.testing.orm.junit.JiraKeyGroup`
333334

334335
* Classes/interfaces
335336
** Removed `SqmQualifiedJoin` (all joins are qualified)
336337
** Removed `AdditionalJaxbMappingProducer` -> `AdditionalMappingContributor`
337338
** Removed `MetadataContributor` -> `AdditionalMappingContributor`
339+
** Removed `EmptyInterceptor` -> implement `org.hibernate.Interceptor` directly
338340

339341
* Behavior
340342
** Removed `org.hibernate.Session#save` in favor of `org.hibernate.Session#persist`

0 commit comments

Comments
 (0)