Jdk 23 now broken with Error prone after github updates to newer cut yesterday #4412
Description
See hazendaz/fileupload#257, it built fine for jdk 23 yesterday. During same day, the jdk was upgraded for EA on 23. Now all builds are failing with error prone as follows.
The above PR was merged and the merge exhibits the issue. All PRs being created across numerous repos I've seen are all having same issue.
https://github.com/hazendaz/fileupload/actions/runs/9237025003/job/25413522520
Error: [ERROR] error: An unhandled exception was thrown by the Error Prone static analysis plugin.
Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project fileupload: Compilation failure
Error: [ERROR] error: An unhandled exception was thrown by the Error Prone static analysis plugin.
Error: -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please read the following articles:
Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Error: Process completed with exit code 1.
Activity