HHH-11709 : Update migration guide

This commit is contained in:
Gail Badner 2017-04-28 19:32:30 -07:00
parent bb0a4b6e6f
commit b22f38b00f
1 changed files with 2 additions and 1 deletions

View File

@ -100,3 +100,4 @@ dialects remain unchanged, e.g. SQLServer2005Dialect.
* Setting `hibernate.listeners.envers.autoRegister` has been deprecated in favor of
`hibernate.envers.autoRegisterListeners`.
* AuditReader#getCurrentRevision has been deprecated in favor of `org.hibernate.envers.RevisionListener`.
* As of 5.2.11, NoopOptimizer#generate will no longer skip negative values and 0 when it has a positive increment size; instead it will return the value obtained from the database.