ChrisHegarty opened a new pull request, #12753: URL: https://github.com/apache/lucene/pull/12753
[ There is no intent to merge this PR ] This PR is intended to help tease out potential issues that may arise from compiling with JDK 21. We can use it to identify and pick out the individual issues. So far we know: 1. we use deprecated java.net URL constructors - usage should likely be replaced with URI::toURL Can proceed independent of the version bump 2. we use deprecated java.util Locale constructor - usage should likely be replaced with Locale:of Locale:of factories are added in Java 19, so this kinda the change to the version bump. Maybe evaluate using Local.Builder 3. we need a new yet-to-be released ecj jdt - but it is good to validate the unreleased snapshot Await release of 3.36.0 -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org