Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: e77c041b629825ee771b4cd38e874e3e7aab24d0
https://github.com/hibernate/hibernate-orm/commit/e77c041b629825ee771b4cd...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.yml
M MAINTAINERS.md
M documentation/documentation.gradle
A gradle/mirror.gradle
M hibernate-tck-data-runner/hibernate-tck-data-runner.gradle
M hibernate-tck-runner/hibernate-tck-runner.gradle
M local-build-plugins/settings.gradle
R local-build-plugins/src/main/java/org/hibernate/orm/env/MavenMirror.java
A local-build-plugins/src/main/java/org/hibernate/orm/env/Repositories.java
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:
-----------
Rework mirror handling in Gradle build
Replace the old MAVEN_MIRROR-based mirror configuration with a new
MIRROR_<REPO>_(URL|USERNAME|PASSWORD|FALLBACK) pattern that supports
Maven Central, Central Portal Snapshots, and Gradle Plugin Portal.
The mirror script is applied from settings.gradle inside pluginManagement
so that repos are rewritten before settings plugins are resolved.
Lifecycle callbacks handle per-project repos. Applied scripts that use
separate buildscript blocks pass their ScriptHandler via
gradle.ext.__mirrorBuildScript so mirror.gradle can rewrite their repos.
Mirror env vars are moved to the workflow level in CI so all jobs
and steps inherit them automatically.
Assisted-By: Claude Code <noreply(a)anthropic.com>
Commit: e8951f6ccc522562c394a2f3310f9569e1491d98
https://github.com/hibernate/hibernate-orm/commit/e8951f6ccc522562c394a2f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M .github/workflows/ci-report.yml
M .github/workflows/ci.yml
M Jenkinsfile
M ci/build-data-tck-github.sh
M ci/build-github.sh
M ci/build-tck-github.sh
M ci/quarkus.Jenkinsfile
A gradle/init.gradle
R gradle/mirror.gradle
M local-build-plugins/settings.gradle
M nightly.Jenkinsfile
M settings.gradle
Log Message:
-----------
Migrate mirror handling from applied script to init script
Assisted-By: Claude Code <noreply(a)anthropic.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/8bf5620c30de...e8951f6...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications