janhoy commented on PR #3647:
URL: https://github.com/apache/solr/pull/3647#issuecomment-3279706523
Looks like we need to upgrade errorProne to be able to compile Solr under
JDK24?
```
> Task :solr:api:compileJava
error: An unhandled exception was thrown by the Error Prone static analysis
plugin.
Please report this at https://github.com/google/error-prone/issues/new
and include the following:
error-prone version: 2.31.0
BugPattern: (see stack trace)
Stack Trace:
java.lang.NoSuchFieldError: Class com.sun.tools.javac.code.TypeTag does
not have member field 'com.sun.tools.javac.code.TypeTag UNKNOWN'
at com.google.errorprone.util.ASTHelpers.<clinit>(ASTHelpers.java:1301)
at
com.google.errorprone.bugpatterns.PackageInfo.matchCompilationUnit(PackageInfo.java:39)
at
com.google.errorprone.scanner.ErrorProneScanner.processMatchers(ErrorProneScanner.java:449)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]