gnodet opened a new pull request, #12277: URL: https://github.com/apache/maven/pull/12277
Companion PR to #12276 (master). Creates new testing classes in `org.apache.maven.testing.di` and `org.apache.maven.testing.plugin` packages. Deprecates the old classes in `org.apache.maven.api.di.testing` and `org.apache.maven.api.plugin.testing` for removal in a future version. ### Migration | Old package | New package | |---|---| | `org.apache.maven.api.di.testing` | `org.apache.maven.testing.di` | | `org.apache.maven.api.plugin.testing` | `org.apache.maven.testing.plugin` | | `org.apache.maven.api.plugin.testing.stubs` | `org.apache.maven.testing.plugin.stubs` | The old classes are deprecated with `@Deprecated(since="4.0.0-rc-6", forRemoval=true)`. Classes extend their new equivalents. Annotations retain their body since annotations cannot extend. All internal test consumers have been updated to use the new packages. -- 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]
