slachiewicz opened a new pull request, #1498: URL: https://github.com/apache/maven-release/pull/1498
Removes `maven-compat` from the root dependency management, `maven-release-manager` and `maven-release-plugin`. Two things depended on it: booting the plugin-testing container on maven-core older than 3.9.12 (the baseline is 3.9.16), and `DefaultArtifactRepository` in `AbstractReleaseTestCase`, which is a compat class; `MavenArtifactRepository` from maven-core replaces it. `DefaultArtifactRepository` defaulted the repository policies while `MavenArtifactRepository` takes them explicitly, so the test passes two default `ArtifactRepositoryPolicy` instances; with `null` the project builder rejects the repository. Same removal as apache/maven-remote-resources-plugin#292. Part of apache/maven#8177. Verified: `mvn verify` → 876 tests, 0 failures, 18 skipped, across the reactor. -- 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]
