borinquenkid commented on PR #13712: URL: https://github.com/apache/grails-core/pull/13712#issuecomment-5007335356
Closing — this bump is broken, not just stale. `org.apache.maven.resolver:maven-resolver-transport-http` never published a 2.0.7 (or any stable 2.x) release; Maven Central shows it topped out at `2.0.0-alpha-2` before being superseded by Maven Resolver 2.x's new JDK/Apache-HttpClient-based transport modules. Bumping `apacheMavenResolverVersion` as proposed breaks dependency resolution for `grails-shell-cli` outright — confirmed locally: `Could not find org.apache.maven.resolver:maven-resolver-transport-http:2.0.7`. Separately, the branch is also ~1 year stale (6,741 commits behind 7.0.x) with a real conflict in `gradle.properties`. A correct major-version migration here would need to move off the retired `maven-resolver-transport-http` artifact (and verify compatibility with `maven-resolver-provider` from `apacheMavenVersion=3.9.9`, which is resolver-1.9.x-based) rather than a straight property bump. Filing as a real follow-up would need someone to work through that migration deliberately; this auto-generated PR isn't safe to merge as-is. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
