davidalayachew opened a new issue, #1014: URL: https://github.com/apache/maven-compiler-plugin/issues/1014
### Affected version 3.9.12 ### Bug description I am attempting to use the new [Module Imports](https://openjdk.org/jeps/511) released in Java 25, but it fails, claiming it is a syntax error. Obviously, it compiles if I just do plain `javac` on the commandline. When running with `--debug` enabled, the stack trace showed that it failed when trying to run com.thoughtworks.qdox.parser.impl.Parser, which implies to me that this parsing library you all are using under the hood probably just needs to have its version incremented or something. Here is the short error. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile (default-compile) on project debtbomb.processor: Execution default-compile of goal org.apache.maven.plugins:maven-compiler-plugin:3.14.1:compile failed: syntax error @[3,15] in file:/C:/Users/david/_WORKSPACE_NEW/_PROGRAMMING/_JAVA/OthersProjects/debtbomb-java/dev.mccue.debtbomb.processor/src/dev/mccue/debtbomb/processor/DebtBombProcessor.java -> [Help 1] Let me know if more info is needed. -- 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]
