Branch: refs/heads/7.1
Home: https://github.com/hibernate/hibernate-orm
Commit: 46bef192b43cb35fc2bb1746037d94ae1bf5c13a
https://github.com/hibernate/hibernate-orm/commit/46bef192b43cb35fc2bb174...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
R .github/workflows/codeql.yml
Log Message:
-----------
Remove the CodeQL workflow
Commit: 0a331cec2f97516c00d98c632e5724dd825cba78
https://github.com/hibernate/hibernate-orm/commit/0a331cec2f97516c00d98c6...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.yml
M .gitignore
M build.gradle
M hibernate-integrationtest-java-modules/hibernate-integrationtest-java-modules.gradle
M local-build-plugins/src/main/groovy/local.java-module.gradle
M local-build-plugins/src/main/groovy/local.publishing-java-module.gradle
A reporting/reporting.gradle
M settings.gradle
A sonar-project.properties
M tooling/hibernate-gradle-plugin/src/test/java/org/hibernate/orm/tooling/gradle/HbmTransformerTests.java
M tooling/hibernate-gradle-plugin/src/test/java/org/hibernate/orm/tooling/gradle/TestsBase.java
Log Message:
-----------
Add Sonar scanner analysis to the build
Commit: 5a32b49004330dacc15e907d5b306e854095ec7c
https://github.com/hibernate/hibernate-orm/commit/5a32b49004330dacc15e907...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M .github/workflows/ci.yml
M ci/build.sh
M local-build-plugins/src/main/groovy/local.databases.gradle
Log Message:
-----------
Switch to OTP from Atlas
Commit: 63180ae4c754fafd82b2168cf95228c8330f7c67
https://github.com/hibernate/hibernate-orm/commit/63180ae4c754fafd82b2168...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M MAINTAINERS.md
M ci/build.sh
M local-build-plugins/src/main/groovy/local.publishing-java-module.gradle
M tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle
Log Message:
-----------
Switch to `releasePrepare` from `preVerifyRelease` to check docs rendering during CI builds [HHH-20216]
(cherry picked from commit 943c64bf385523c63b3ec364723acbfb065081f1)
Commit: dda05fd87b1c1b19eaf33eabc1f810f763162222
https://github.com/hibernate/hibernate-orm/commit/dda05fd87b1c1b19eaf33ea...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/datasource/DataSourceTest.java
Log Message:
-----------
Remove the additional check for Oracle dialects in DataSourceTest
https://github.com/hibernate/hibernate-orm/pull/12044#issuecomment-412654...
Compare: https://github.com/hibernate/hibernate-orm/compare/94f9eb04ff0e...dda05fd...
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: c97239b2c5dc3a022d109adea00af51f1553caca
https://github.com/hibernate/hibernate-orm/commit/c97239b2c5dc3a022d109ad...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/bytecode/internal/bytebuddy/ByteBuddyState.java
Log Message:
-----------
HHH-20256 Make ByteBuddy bytecode generation reproducible
By using a fixed suffix for everything generated by Hibernate ORM.
This will allow for reproducible builds.
Note that the resulting name still has an additional suffix which is
related to the current element. Usually, it's a hashCode representing
the element, hashCode that is stable from builds to builds.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications