Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0ad14558db7ca4526e6cf71400b6f762ca46b785
https://github.com/hibernate/hibernate-orm/commit/0ad14558db7ca4526e6cf71...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M Jenkinsfile
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: 8c400a064eb6c0703ce3b80a6f4b55f33351100f
https://github.com/hibernate/hibernate-orm/commit/8c400a064eb6c0703ce3b80...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-05-04 (Mon, 04 May 2026)
Changed paths:
M settings.gradle
Log Message:
-----------
Fix syntax of maven mirror definition
As it was, it was simply being ignored.
Commit: 936f3e329b372b02052388497be1c8a4aef6848b
https://github.com/hibernate/hibernate-orm/commit/936f3e329b372b020523884...
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/ae80cfe7bc21...936f3e3...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications