Today, we published a new maintenance release of Hibernate ORM 5.6: 5.6.15.Final.

What’s new

This release introduces a few minor improvements as well as bug fixes.

Bugfixes

MariaDB sequence identifier

We have fixed a bug causing an error when Hibernate tries to retrieve the information about existing sequences (see HHH-15665).

Bytecode enhancement and dirty checking

We have fixed a bug causing the execution of unnecessary SQL update statements when setting a property to its current value (see HHH-16049)

You can find the full list of changes in this version here.

Conclusion

For additional details, see:

Feedback, issues, ideas?

To get in touch, use the usual channels:


Back to top