verhas commented on issue #11004: URL: https://github.com/apache/maven/issues/11004#issuecomment-3438032486
I could manage to write a single extension that works with both 3.9.11 and 4.0.0-RC4. I had to abandon the old dependency injection that was relying on proprietary annotations and dated back from a Java version where even annotation did not exist and the plugin was reading some comments. After moderning it up it works with both versions, eventually code is written twice, but they peacefully reside in the same JAR. -- 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]
