Skip to content

Commit 52998bd

Browse files
committed
mention HHH-19757 and HHH-19772 in migration guide
1 parent 720732a commit 52998bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

migration-guide.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ See the link:{releaseSeriesBase}#whats-new[website] for the list of new features
4040

4141
This section describes changes to contracts (classes, interfaces, methods, etc.) which are considered https://hibernate.org/community/compatibility-policy/#api[API].
4242

43+
* Code underlying the session builder APIs was reengineered, and the behavior of `noInterceptor()` for `SharedSessionBuilder` and `SharedStatelessSessionBuilder` was aligned with the preexisting semantics of this method on `SessionBuilder` and `StatelessSessionBuilder`.
44+
The previous behavior may be recovered by calling `noSessionInterceptorCreation()`.
45+
4346
* `org.hibernate.dialect.AzureSQLServerDialect` was deprecated. Use `org.hibernate.dialect.SQLServerDialect` instead.
4447
If you set `hibernate.boot.allow_jdbc_metadata_access=false` for offline startup,
4548
remember to also set the targeted database version through `jakarta.persistence.database-product-version`;
@@ -54,6 +57,8 @@ This section describes changes to contracts (classes, interfaces, methods, etc.)
5457

5558
This section describes changes to contracts (classes, interfaces, methods, etc.) which are considered https://hibernate.org/community/compatibility-policy/#spi[SPI].
5659

60+
* Some operations of `TypeConfiguration`, `JavaTypeRegistry`, and `BasicTypeRegistry` used unbound type parameters in the return type. The generic signatures of these methods have been changed for improved type safety.
61+
5762

5863
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5964
// DDL changes

0 commit comments

Comments
 (0)