document changes to EnhancementTask in 5.3 migration log

This commit is contained in:
Steve Ebersole 2018-04-19 12:47:00 -05:00
parent 385cf9a23c
commit c0c0ae1c38
1 changed files with 12 additions and 0 deletions

View File

@ -83,6 +83,18 @@ The change for HHH-11356 required changes in its consumers. One such consumer i
Statistics system....
=== EnhancementTask changes
The API of the `org.hibernate.tool.enhance.EnhancementTask` Ant task was changed, specifically
the `#addFileset` method was dropped in favor of `#setBase` and `#setDir`
See details on the https://hibernate.atlassian.net/browse/HHH-11795[HHH-11795] Jira issue.
The main gist is that EnhancementTask was fixed (through a contribution) to actually work with
`Enhancer` from `BytecodeProvider`. Previously it had not. And part of fixing that required this
change.
=== 5.3 -> 6.0 compatibility changes