Branch: refs/heads/7.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 29fa09efbdb68d5d2e8b816b52f26548e5f13a1e
https://github.com/hibernate/hibernate-orm/commit/29fa09efbdb68d5d2e8b816...
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: 83ec3533815822481c2e0c2bc459b53baf210fdc
https://github.com/hibernate/hibernate-orm/commit/83ec3533815822481c2e0c2...
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: 206b954ed5004f8b224f44335cfa16599c8c0c0f
https://github.com/hibernate/hibernate-orm/commit/206b954ed5004f8b224f443...
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: 86b004930f4749b2bfedf085128a9018e03e6142
https://github.com/hibernate/hibernate-orm/commit/86b004930f4749b2bfedf08...
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: e95d2f6da70125e2d98e754fab2ebadcaa8a1fc0
https://github.com/hibernate/hibernate-orm/commit/e95d2f6da70125e2d98e754...
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: 93b0c4edabb4cb90293a7d061317932eed68e47e
https://github.com/hibernate/hibernate-orm/commit/93b0c4edabb4cb90293a7d0...
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: 13a3d0543d4d6f14b89614bf1aaaf2c8b97fef0d
https://github.com/hibernate/hibernate-orm/commit/13a3d0543d4d6f14b89614b...
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: c17bd33732ac99ddd7791761787f64cb1b41efe9
https://github.com/hibernate/hibernate-orm/commit/c17bd33732ac99ddd779176...
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: 85fa2881d8ab17cdb0e1f103945e182fda0534cb
https://github.com/hibernate/hibernate-orm/commit/85fa2881d8ab17cdb0e1f10...
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: 2af1af67d75a5562f36d425efef13733ba6e6325
https://github.com/hibernate/hibernate-orm/commit/2af1af67d75a5562f36d425...
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/a41446862af4...2af1af6...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications