Just two weeks after 5.3.2.Final, here is a new maintenance release for the 5.3 branch, namely Hibernate ORM 5.3.3.Final.
No big changes but a lot of bugfixes and tweaks (keep the test cases coming!).
The big news is that we can now run our tests with the latest build of the upcoming JDK 11.
This is a recommended upgrade for everyone using Hibernate ORM 5.3.x.
What’s new
Bug fixes
We fixed quite a lot of issues. Some are present in 5.2, so you should think about upgrading to 5.3.
Here is a quick selection of fixes:
-
HHH-12740 - Subselect fetching doesn’t work when multiLoad was used
-
HHH-12776 -
NullPointerException
when executing native query on an Audited Entity -
HHH-12718 - Entity changes in
@PreUpdate
callback are not persisted when lazy loading is active for more than one field -
HHH-12786 - Deleting an entity leads to
NullPointerException
in ByteBuddy proxy -
HHH-12795 - Setting
FlushMode
to manual for a@NamedQuery
is ignored
Getting 5.3.3.Final
All details are available and up to date on the dedicated page on hibernate.org.
Feedback, issues, ideas?
To get in touch, use the usual channels:
-
hibernate tag on Stack Overflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)