elharo commented on PR #143: URL: https://github.com/apache/maven/pull/143#issuecomment-5452613065
If [MNG-5359](https://issues.apache.org/jira/browse/MNG-5359) is still a valid issue (the JIRA remains open), the fix needs to be reimplemented from scratch against the current codebase: Apply to both impl/maven-core (legacy) and impl/maven-impl (Maven 4 API) Use JSR-330 DI annotations with constructor injection Avoid API-breaking changes to public interfaces (use default methods or separate interfaces) Include InputLocation tracking Add integration tests (companion PR apache/maven-integration-testing#27 also needs updating) -- 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]
