elharo opened a new pull request, #1116: URL: https://github.com/apache/maven-compiler-plugin/pull/1116
Fixes #875 Regression test for a modular project whose service provider class contains a text block with unescaped double quotes: - with plexus-java 1.5.2 (qdox), the old source-module parser parsed every source file in the source folder and failed with `com.thoughtworks.qdox.parser.ParseException: syntax error ... in .../ServiceImpl.java`. - since plexus-java 1.6.0, only module-info.java is parsed (with JavaParser), and the project compiles. Verified red/green locally: - RED: built the IT with plexus-java 1.5.2 -> fails with the reported qdox syntax error. - GREEN: current branch (plexus-java 1.6.0) -> IT passes. -- 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]
