Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: d2c5d50826deaf7bd614fadb356d2f58e97a5fe7
https://github.com/hibernate/hibernate-validator/commit/d2c5d50826deaf7bd...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M engine/src/main/java/org/hibernate/validator/resourceloading/PlatformResourceBundleLocator.java
Log Message:
-----------
HV-2191 Avoid reflection in PlatformResourceBundleLocator
We are now targeting Java 17+ and Google App Engine has evolved a lot
and doesn't have the limitations it had back in the days so we can drop
the reflection calls from here.
Noticed while looking at a flamegraph.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-validator/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: ea9494f2ec80771435c9699f222ed5a1c36c28b1
https://github.com/hibernate/hibernate-orm/commit/ea9494f2ec80771435c9699...
Author: Daniël van Eeden <git(a)myname.nl>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/lock/internal/TransactSQLLockingSupport.java
Log Message:
-----------
TransactSQLLockingSupport: convert to seconds before setting
Commit: c98c86977a310b126cee9d7c20c13af2d89f7928
https://github.com/hibernate/hibernate-orm/commit/c98c86977a310b126cee9d7...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-03-06 (Fri, 06 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASEDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/internal/MySQLLockingSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/internal/TransactSQLLockingSupport.java
M hibernate-core/src/test/java/org/hibernate/orm/test/locking/options/ConnectionLockTimeoutTests.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-20244 Add tests for NO_WAIT and WAIT_FOREVER. Fix Sybase ASE handling and MySQL timeout truncation and supported level
Compare: https://github.com/hibernate/hibernate-orm/compare/faf8343e8d25...c98c869...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications