Re: [PR] Remove usage of deprecated java.util.Locale constructor [lucene]

2023-11-06 Thread via GitHub
ChrisHegarty merged PR #12761: URL: https://github.com/apache/lucene/pull/12761 -- 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...@lucen

Re: [PR] Remove usage of deprecated java.util.Locale constructor [lucene]

2023-11-05 Thread via GitHub
rmuir commented on PR #12761: URL: https://github.com/apache/lucene/pull/12761#issuecomment-1793871445 > Looks ok to me. > > Did you check all possible benchmark config/ALG files (not all of them are tested) that the locales in them are correctly for usage as language tag? ```

[PR] Remove usage of deprecated java.util.Locale constructor [lucene]

2023-11-04 Thread via GitHub
ChrisHegarty opened a new pull request, #12761: URL: https://github.com/apache/lucene/pull/12761 This commit removes usages of the deprecated `java.util.Locale` constructor with `Locale.Builder`. The motivation for this change is to address tech debt identified when experimenting wit