Branch: refs/heads/8.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 61a8b5938771242cefca22f3e56132ec2d81d12d
https://github.com/hibernate/hibernate-orm/commit/61a8b5938771242cefca22f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/HibernateProcessor.java
Log Message:
-----------
add @Incubating to new Processor options
Everyone has been going crazy adding new switches of late.
This is bad for the same reasons that millions of config settings
are bad in Hibernate ORM, with the additional badness that setting
annotation processor config options really lacks ergonomics in some
environments.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: cedaa489534ef20cbef372f136223371645f68f8
https://github.com/hibernate/hibernate-orm/commit/cedaa489534ef20cbef372f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/HibernateProcessor.java
Log Message:
-----------
add @Incubating to new Processor options
Everyone has been going crazy adding new switches of late.
This is bad for the same reasons that millions of config settings
are bad in Hibernate ORM, with the additional badness that setting
annotation processor config options really lacks ergonomics in some
environments.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/7.4
Home: https://github.com/hibernate/hibernate-orm
Commit: 5e398fd1d50d08a1335c71e3f80a835ee8511aa1
https://github.com/hibernate/hibernate-orm/commit/5e398fd1d50d08a1335c71e...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArrayUnnestTest.java
Log Message:
-----------
Skip some tests causing nightly failures on MySQL due to a bug
Commit: 33465feb156678d81378ddb0361015cf81d07eff
https://github.com/hibernate/hibernate-orm/commit/33465feb156678d81378ddb...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Add JDK 28 to the testing JDK list
Commit: f74ba5851f93095535ee1ab04928cb20b45acf07
https://github.com/hibernate/hibernate-orm/commit/f74ba5851f93095535ee1ab...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/XmlMappingTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/format/XmlFormatterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/java/AbstractDescriptorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/type/TypeTest.java
A hibernate-testing/src/main/java/org/hibernate/testing/util/ValueClassHelper.java
Log Message:
-----------
Make testsuite fit for JDK 28 Valhalla preview
Commit: 284a4be3f68550e61b2763f1b51d9b3590ea9b03
https://github.com/hibernate/hibernate-orm/commit/284a4be3f68550e61b2763f...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinator.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorAudit.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorHistory.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorNoOp.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorStandard.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorTablePerSubclass.java
Log Message:
-----------
HHH-20788 Return null for TablePerSubclass and clarify informational nature of SQL string exposed by RemoveCoordinator
Compare: https://github.com/hibernate/hibernate-orm/compare/cf53ffa00f0f...284a4be...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/8.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 1b7c3d311b1c1e81943482727cc6201d5b7bb4e8
https://github.com/hibernate/hibernate-orm/commit/1b7c3d311b1c1e819434827...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArrayUnnestTest.java
Log Message:
-----------
Skip some tests causing nightly failures on MySQL due to a bug
Commit: 2cf6e760d7fcb12117c602ed6d260543e5b3fc00
https://github.com/hibernate/hibernate-orm/commit/2cf6e760d7fcb12117c602e...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Add JDK 28 to the testing JDK list
Commit: 0e1aab2438d4d7d48710c6b3204d3f463c4fbec8
https://github.com/hibernate/hibernate-orm/commit/0e1aab2438d4d7d48710c6b...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/XmlMappingTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/format/XmlFormatterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/java/AbstractDescriptorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/type/TypeTest.java
A hibernate-testing/src/main/java/org/hibernate/testing/util/ValueClassHelper.java
Log Message:
-----------
Make testsuite fit for JDK 28 Valhalla preview
Commit: 51dcc10d5b5d16475246f33abba70b7469f2557e
https://github.com/hibernate/hibernate-orm/commit/51dcc10d5b5d16475246f33...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinator.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorAudit.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorHistory.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorNoOp.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorStandard.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorTablePerSubclass.java
Log Message:
-----------
HHH-20788 Return null for TablePerSubclass and clarify informational nature of SQL string exposed by RemoveCoordinator
Compare: https://github.com/hibernate/hibernate-orm/compare/4b7d8ea745ef...51dcc10...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 394a4a917e7b866577fd8cf4fe89c529fdaab090
https://github.com/hibernate/hibernate-orm/commit/394a4a917e7b866577fd8cf...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinator.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorAudit.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorHistory.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorNoOp.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorStandard.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorTablePerSubclass.java
Log Message:
-----------
HHH-20788 Return null for TablePerSubclass and clarify informational nature of SQL string exposed by RemoveCoordinator
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 9a5f4b7d6ceee8e976342c79af4ba0b468cf32bf
https://github.com/hibernate/hibernate-orm/commit/9a5f4b7d6ceee8e976342c7...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArrayUnnestTest.java
Log Message:
-----------
Skip some tests causing nightly failures on MySQL due to a bug
Commit: 39bc3306df8b7cefe95f9ab81ffcad4eb6536952
https://github.com/hibernate/hibernate-orm/commit/39bc3306df8b7cefe95f9ab...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Add JDK 28 to the testing JDK list
Commit: 59f9253f3f23613f0267393e9548679aa6f75752
https://github.com/hibernate/hibernate-orm/commit/59f9253f3f23613f0267393...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-08-20 (Thu, 20 Aug 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/XmlMappingTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/format/XmlFormatterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/java/AbstractDescriptorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/type/TypeTest.java
A hibernate-testing/src/main/java/org/hibernate/testing/util/ValueClassHelper.java
Log Message:
-----------
Make testsuite fit for JDK 28 Valhalla preview
Compare: https://github.com/hibernate/hibernate-orm/compare/14d8284fc352...59f9253...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications