slachiewicz opened a new pull request, #159:
URL: https://github.com/apache/maven-reporting-exec/pull/159

   `MavenReportExecutorRequest#localRepository` has been deprecated since 
MSHARED-1207 (2.0.0-M10, March 2023). Nothing in this project reads it, and 
maven-site-plugin — the only consumer in the Maven estate — builds the request 
without it.
   
   Removing public API means the next release is 2.1.0 rather than 2.0.2. No 
version bump here; that is the release manager's call.
   
   This does not clear 
`org.apache.maven.artifact.repository.ArtifactRepository` from the project. The 
test still needs one because `MavenExecutionRequest` takes it to build the 
`MavenSession`, and that only goes away with a Maven 4 baseline.
   
   Independent of #158 — this one is a straight deprecated-API removal and does 
not touch the Maven baseline.
   
   Verified: `mvn verify` → 4 tests, 0 failures.
   
   *This change was created with AI assistance.*
   


-- 
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]

Reply via email to