gnodet opened a new pull request, #11318: URL: https://github.com/apache/maven/pull/11318
This PR addresses issue #11314 where v3 API plugins were not receiving proper dependency injection for Maven components. ## Changes - Modified `SisuDiBridgeModule` to include `@Typed` interfaces when binding components - Added integration test to verify v3 plugin injection works correctly - Test validates that `SessionScope`, `Project`, and `Session` are properly injected ## Testing The integration test `MavenITgh11314PluginInjectionTest` validates that: - V3 API plugins can inject Maven v4 API components - SessionScope is properly available for injection - Project and Session objects are correctly injected Fixes #11314 --- Pull Request opened by [Augment Code](https://www.augmentcode.com/) with guidance from the PR author -- 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]
