HHH-13704 Update migration guide

This commit is contained in:
Davide D'Alto 2019-11-27 16:30:25 +00:00
parent 50d6fbe3a6
commit f322054000
1 changed files with 5 additions and 0 deletions

View File

@ -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