Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: cb0d70309adffed4e8d69227e1ee3a0527d22f4d
https://github.com/hibernate/hibernate-orm/commit/cb0d70309adffed4e8d6922...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java
M hibernate-core/src/main/java/org/hibernate/resource/jdbc/spi/JdbcEventHandler.java
M hibernate-core/src/test/java/org/hibernate/orm/test/stateless/StatelessSessionStatisticsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/stats/StatisticsWithNoCachingTest.java
Log Message:
-----------
HHH-17989 - Fix for StatisticsImplementor.closeStatement() never called
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
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: 013bb46470f97285ae57190c9ce5201f31105a21
https://github.com/hibernate/hibernate-orm/commit/013bb46470f97285ae57190...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.yml
Log Message:
-----------
Do not include the whole Gradle cache in GH Actions caches
We don't need the whole cache, since most (all?) of it is stored on
Develocity already.
Including ./gradle/caches/modules-2 is enough, because that's where
Maven dependencies are stored, and *those* are not stored on Develocity.
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: 5eaaff2e6367fd4f1071a90eba2e274c800629cd
https://github.com/hibernate/hibernate-orm/commit/5eaaff2e6367fd4f1071a90...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.yml
Log Message:
-----------
Improve build cache strategy
Ripped off from Quarkus.
Here's how it will work:
1. We create a cache entry on push only. Pull requests only restore it.
2. We create a new cache entry every day, prefixed with something like
2024-10-25.
3. When restoring the cache, we try the entry for the day first
(2024-10-25) and default to the one for the month (2024-10-*).
Critically, this means we will build each day's cache based on the
previous day's cache.
4. Atlas infra uses its own, separate cache entries.
Co-Authored-By: Guillaume Smet <guillaume.smet(a)gmail.com>
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: df8b16369f9d5bd890b889df02b0082960330b64
https://github.com/hibernate/hibernate-orm/commit/df8b16369f9d5bd890b889d...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
R .github/workflows/atlas.yml
A .github/workflows/ci-report.yml
A .github/workflows/ci.yml
R .github/workflows/contributor-build.yml
Log Message:
-----------
Rework/simplify GH Actions jobs
* Use `pull_request` instead of `pull_request_target`
* Move Develocity build scan publishing for untrusted code to a separate workflow
* Merge Atlas workflow into the main CI workflow
* Split caches between trusted and untrusted code
* Update secrets to use "Develocity" name instead of "Gradle Enterprise"
* Update comments
Co-Authored-By: Yoann Rodière <yoann(a)hibernate.org>
Commit: 543e095cf70396256ebbf2dd9e9d07f80304bebd
https://github.com/hibernate/hibernate-orm/commit/543e095cf70396256ebbf2d...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
M ci/release/Jenkinsfile
M ci/snapshot-publish.Jenkinsfile
M gradle/gradle-develocity.gradle
M settings.gradle
Log Message:
-----------
Don't use the build cache during releases
So that we're extra sure we're not relying on cache left by a previous
Gradle execution.
Commit: 4e8eb91562b75fbcc6ecdaaa3efe62b724f71aa4
https://github.com/hibernate/hibernate-orm/commit/4e8eb91562b75fbcc6ecdaa...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-10-25 (Fri, 25 Oct 2024)
Changed paths:
A .github/ci-prerequisites-atlas.sh
M .github/workflows/ci.yml
Log Message:
-----------
Sanitize user home on GitHub Action job start on Atlas
Compare: https://github.com/hibernate/hibernate-orm/compare/d25a86b12d2e...4e8eb91...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications