mikemccand opened a new pull request, #12924:
URL: https://github.com/apache/lucene/pull/12924
This is the result of top-level `./gradlew regenerate` to rewrite all
generated stuff in our source tree. The only resulting `git diff` were the
Nori and Kuromoji FST dictionaries.
Note that I had to use OpenJDK 21 to do this. When I tried with JDK 17
(`openjdk full version "17.0.9+8"`) I hit these spooky errors:
```
/s1/l/99x/gradle/generation/extract-jdk-apis/ExtractJdkApis.java:192: error:
illegal character: '\ufffd'
public void visitPermittedSubclass???(String c) {
^
```
I think we should do this for 9.9.1?
--
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]