Branch: refs/heads/7.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: cb4636698a3de1af0ea0b41ec0754e52b285267b
https://github.com/hibernate/hibernate-orm/commit/cb4636698a3de1af0ea0b41...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/EnhancerMojoTestIT.java
Log Message:
-----------
Fix some problems with hibernate-maven-plugin integration testing
Commit: d2943a917d0b90cd6b1f91be7cb0f38db42052a5
https://github.com/hibernate/hibernate-orm/commit/d2943a917d0b90cd6b1f91b...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/EnhancerMojoTestIT.java
Log Message:
-----------
HHH-20341: Log embedded Maven output and check exit code in EnhancerMojoTestIT
Signed-off-by: Koen Aers <koen.aers(a)gmail.com>
Commit: 467c12873f6f04c993aa0fdd89f53d525b6d0b9d
https://github.com/hibernate/hibernate-orm/commit/467c12873f6f04c993aa0fd...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/EnhancerMojoTestIT.java
Log Message:
-----------
HHH-20341: Buffer Maven output and surface it only on test failure
Signed-off-by: Koen Aers <koen.aers(a)gmail.com>
Commit: 65b03b0f0315c7a8920f116e28164daeb7d5165d
https://github.com/hibernate/hibernate-orm/commit/65b03b0f0315c7a8920f116...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
A
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/AbstractMavenTestIT.java
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/EnhancerMojoTestIT.java
Log Message:
-----------
HHH-20341: Extract common Maven test harness into AbstractMavenTestIT
Signed-off-by: Koen Aers <koen.aers(a)gmail.com>
Commit: febb5935acb4f33e11cc08dbaadb4a81522e575d
https://github.com/hibernate/hibernate-orm/commit/febb5935acb4f33e11cc08d...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/AbstractMavenTestIT.java
Log Message:
-----------
HHH-20341: Pass Maven mirror configuration to embedded MavenCli
Signed-off-by: Koen Aers <koen.aers(a)gmail.com>
Commit: 50bcfc180a791c2ce8fd7289e33b8e12dc0904ff
https://github.com/hibernate/hibernate-orm/commit/50bcfc180a791c2ce8fd728...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
Log Message:
-----------
HHH-20341: Show full exception details for integration test failures
Signed-off-by: Koen Aers <koen.aers(a)gmail.com>
Commit: 8d86ab3dc281037427707a9f4dc1f0b68d5644d7
https://github.com/hibernate/hibernate-orm/commit/8d86ab3dc281037427707a9...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/AbstractMavenTestIT.java
Log Message:
-----------
HHH-20341: Use HTTPS for Maven mirror in integration tests
Signed-off-by: Koen Aers <koen.aers(a)gmail.com>
Commit: 0ae66a11466ba14a2713156c663aec5d50dfe432
https://github.com/hibernate/hibernate-orm/commit/0ae66a11466ba14a2713156...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M Jenkinsfile
M MAINTAINERS.md
M ci/jpa-3.2-tck.Jenkinsfile
M ci/quarkus.Jenkinsfile
M settings.gradle
M tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
M
tooling/hibernate-maven-plugin/src/intTest/java/org/hibernate/orm/tooling/maven/AbstractMavenTestIT.java
Log Message:
-----------
HHH-20341 Externalize Maven mirror configuration to an env variable
So that we can change it from CI configuration instead of having to edit
every single Jenkinsfile every time.
In our case we were missing the HTTP scheme and the repo path, so I
believe the mirror has never even been used -- most likely it was
silently ignored, because the given URL looked like an empty repo.
CI now includes the proper URL, with correct scheme and path, which
means the Jenkinsfiles should work just fine.
Commit: f3d4fd7632b9a8f09ce61b42fb864c2dc6f1d273
https://github.com/hibernate/hibernate-orm/commit/f3d4fd7632b9a8f09ce61b4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M MAINTAINERS.md
M settings.gradle
Log Message:
-----------
HHH-20341 Fix syntax of maven mirror definition
As it was, it was simply being ignored.
Commit: feb976d8f42b786a89c38fa1f77ecf9b72f536e7
https://github.com/hibernate/hibernate-orm/commit/feb976d8f42b786a89c38fa...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M settings.gradle
Log Message:
-----------
HHH-20341 Do not allow falling back to hitting Maven Central when setting MAVEN_MIRROR
So that we know for sure the mirror is being used.
Compare:
https://github.com/hibernate/hibernate-orm/compare/8bb7eff12f74...feb976d...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications