desruisseaux commented on issue #989: URL: https://github.com/apache/maven-compiler-plugin/issues/989#issuecomment-3485514292
Thanks for the test case. I don't think that it is a Maven bug, because I could reproduce the same behaviour by running `javac` directly on the command line. I think that, indeed, this is because the `Future.State` enumeration introduced in Java 19 take precedence over the `com.Test.State` enumeration. I presume that it worked with older docker images because they were bundled with a Java version older than 19. -- 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]
