[hibernate/hibernate-orm] ce1a98: Fix some problems with hibernate-maven-plugin inte...
by Yoann Rodière
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
1 month, 2 weeks
[hibernate/hibernate-orm] cb4636: Fix some problems with hibernate-maven-plugin inte...
by Yoann Rodière
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
1 month, 2 weeks
[hibernate/hibernate-orm] 29fa09: Fix some problems with hibernate-maven-plugin inte...
by Yoann Rodière
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
1 month, 2 weeks