Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 021f30b0f4fdd0d0b6b7cc77a1f9295b5ac3fc80
https://github.com/hibernate/hibernate-orm/commit/021f30b0f4fdd0d0b6b7cc7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 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: 96aad19ab31df8c653e294683b09144dacdc9726
https://github.com/hibernate/hibernate-orm/commit/96aad19ab31df8c653e2946...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 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: f789dd6905cae26022ffa4c17e43655126451599
https://github.com/hibernate/hibernate-orm/commit/f789dd6905cae26022ffa4c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-04-30 (Thu, 30 Apr 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/01991e386b1d...f789dd6...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications