Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 971d0f1fc5f7a31d373a4b806f4e9b16789eb1fb
https://github.com/hibernate/hibernate-orm/commit/971d0f1fc5f7a31d373a4b8...
Author: The Geeky Asian <msafeeransari(a)gmail.com>
Date: 2021-08-16 (Mon, 16 Aug 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/resource/jdbc/internal/ResourceRegistryStandardImpl.java
Log Message:
-----------
HHH-13848 - Fix for potential NullPointerException
The callers of the convert() method in ResourceRegistryStandardImpl expect an exception
which is then thrown. This me produce NullPointerException, which has been fixed in this
commit.
Commit: 1ba359529222ac8e5dc4dbe5b5bd7a63e3bf9fe2
https://github.com/hibernate/hibernate-orm/commit/1ba359529222ac8e5dc4dbe...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Database.java
A hibernate-core/src/main/java/org/hibernate/dialect/MariaDB106Dialect.java
Log Message:
-----------
HHH-14777 Enabled skip locked rendering for MariaDB 10.6+
Commit: 6e6b6eb0ae72c438bb6d51a90f82a89d299f4ba4
https://github.com/hibernate/hibernate-orm/commit/6e6b6eb0ae72c438bb6d51a...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-14788 Upgrade to Byteman 4.0.16
Commit: 6011421fb76a51e0d7bd8e9f4fea68f0f4eeec3d
https://github.com/hibernate/hibernate-orm/commit/6011421fb76a51e0d7bd8e9...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M gradle/libraries.gradle
A hibernate-core/src/main/java/org/hibernate/dialect/MariaDB106Dialect.java
Log Message:
-----------
Merge remote-tracking branch 'upstream/main' into wip/6.0
Compare:
https://github.com/hibernate/hibernate-orm/compare/db3346962ac5...6011421...