Branch: refs/heads/7.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: ce1a98477d40e9984024c7cc5f8ebd898082af5c
https://github.com/hibernate/hibernate-orm/commit/ce1a98477d40e9984024c7c...
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: a71d980fd116ce77188d8c46af0002cf42f5ef5b
https://github.com/hibernate/hibernate-orm/commit/a71d980fd116ce77188d8c4...
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: c9941b91f459e0e8a835f4a8fc089b8ff07cea4b
https://github.com/hibernate/hibernate-orm/commit/c9941b91f459e0e8a835f4a...
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: 8385df03868c40192b71bcf95db88777f956414d
https://github.com/hibernate/hibernate-orm/commit/8385df03868c40192b71bcf...
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: 76143298e1200ddf83ce9c7393b010b4793bf314
https://github.com/hibernate/hibernate-orm/commit/76143298e1200ddf83ce9c7...
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: 119a1eb703c5cd4263775d8165b551e9db9b1f3e
https://github.com/hibernate/hibernate-orm/commit/119a1eb703c5cd4263775d8...
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: 030ffbdb16bf1b473c115d82d6f65fc8ef4d66fe
https://github.com/hibernate/hibernate-orm/commit/030ffbdb16bf1b473c115d8...
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: 2a89f464b34945006778d8946711961407fd0920
https://github.com/hibernate/hibernate-orm/commit/2a89f464b34945006778d89...
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: bb9283d5af445c7355d365c4c4a88e1c98839403
https://github.com/hibernate/hibernate-orm/commit/bb9283d5af445c7355d365c...
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: e9b2907ea3e3f2b8d1c0d26822087972cec4194c
https://github.com/hibernate/hibernate-orm/commit/e9b2907ea3e3f2b8d1c0d26...
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/73c7b24a4756...e9b2907...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications