HHH-13704 Update migration guide
This commit is contained in:
parent
50d6fbe3a6
commit
f322054000
|
@ -9,6 +9,11 @@ earlier versions, see any other pertinent migration guides as well.
|
|||
|
||||
== Known changes
|
||||
|
||||
=== Optional Javassist
|
||||
|
||||
Javassist is not a transitive dependency of Hibernate ORM core anymore. If you are using it in your
|
||||
project you will have to make sure to include it in the classpath of your application.
|
||||
|
||||
=== Overriding Delayed Identity Insert Behavior
|
||||
|
||||
In Hibernate 5.3, we added support for `DelayedPostInsertIdentifier` behavior to be influenced based on the
|
||||
|
|
Loading…
Reference in New Issue