elharo opened a new pull request, #399: URL: https://github.com/apache/maven-archiver/pull/399
## Summary Replaces all uses of the deprecated `org.apache.maven.api.plugin.testing.stubs.ProjectStub`, `ArtifactStub`, `ProducedArtifactStub`, and `SessionMock` with their non-deprecated equivalents from `org.apache.maven.testing.plugin.stubs`. ## Motivation Fixes #393: These stubs in `org.apache.maven.api.plugin.testing.stubs` have been deprecated and marked for removal. ## Changes - Updated 4 imports in `MavenArchiverTest.java` from `org.apache.maven.api.plugin.testing.stubs.*` to `org.apache.maven.testing.plugin.stubs.*` ## Testing All 97 tests pass with no deprecation warnings. -- 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]
