serhiy-bzhezytskyy commented on PR #4539: URL: https://github.com/apache/solr/pull/4539#issuecomment-4797571183
Dropped the "Allow building with JDK up to 25" commit to keep this PR focused on the Gradle 9.6.0 upgrade (Java 21 baseline). For the record on JDK 25: I tested it — Gradle 9.6.0 and `javac` compilation work fine, but the pinned `google-java-format 1.18.1` throws `NoSuchMethodError` on JDK 25's `javac` internals (a known google-java-format limitation, resolved in 1.34.0+; I verified 1.35.0 works). Raising the JDK bound therefore needs a separate `google-java-format` upgrade, which also reformats many files repo-wide — so it's better as its own follow-up. Happy to propose that separately. The wrapper bound stays at the existing 21–23 here. -- 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]
