gnodet opened a new pull request, #12274: URL: https://github.com/apache/maven/pull/12274
Move 23 interfaces from the `org.apache.maven.api.services.model` package in `impl/maven-impl` to `api/maven-api-spi` where they belong as part of the public API surface. These interfaces (model building SPIs like `ModelInterpolator`, `ProfileActivator`, `ModelValidator`, etc.) were incorrectly located in the implementation module despite being in the `org.apache.maven.api` namespace. ### Changes - Move all 23 interfaces from `impl/maven-impl` to `api/maven-api-spi` using `git mv` (history preserved) - Add proper Javadoc with `@since 4.0.0` to all moved interfaces - No package name change — stays `org.apache.maven.api.services.model` - All 483 tests pass -- 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]
