Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: c4ed24dfa3639bd8744dd12ec7356880f0251823
https://github.com/hibernate/hibernate-orm/commit/c4ed24dfa3639bd8744dd12...
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.1-tck.Jenkinsfile
M settings.gradle
Log Message:
-----------
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: c6685f4457c9d26222c9789c3d70789fdafcf1c4
https://github.com/hibernate/hibernate-orm/commit/c6685f4457c9d26222c9789...
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:
-----------
Fix syntax of maven mirror definition
As it was, it was simply being ignored.
Commit: db049ac99e99635e5d4ea8283963feab8e8275a7
https://github.com/hibernate/hibernate-orm/commit/db049ac99e99635e5d4ea82...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M settings.gradle
Log Message:
-----------
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/72767fa9f53d...db049ac...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications