gnodet opened a new pull request, #12276:
URL: https://github.com/apache/maven/pull/12276

   The testing support classes (`MojoExtension`, `MavenDIExtension`, stubs, 
etc.) in `impl/maven-testing` are not part of the public API and should not be 
in the `org.apache.maven.api` namespace. Move them to `org.apache.maven.impl` 
to correctly reflect their implementation status.
   
   ### Package mapping
   - `org.apache.maven.api.di.testing` → `org.apache.maven.impl.di.testing`
   - `org.apache.maven.api.plugin.testing` → 
`org.apache.maven.impl.plugin.testing`
   - `org.apache.maven.api.plugin.testing.stubs` → 
`org.apache.maven.impl.plugin.testing.stubs`
   
   ### Changes
   - 18 main source files moved with `git mv` (history preserved)
   - 3 test source files moved to matching packages
   - 2 test resource files updated (META-INF references)
   - 3 integration test consumer files updated
   - All tests pass
   
   This is the second phase of the migration. The 4.0.x branch has a companion 
PR that deprecates the old packages instead of removing them.


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