Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Minor] Fix the only use of java.lang.String#toLowerCase() with no Locale #12856

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

slow-J
Copy link
Contributor

@slow-J slow-J commented Nov 29, 2023

I was looking at this old issue: #4390 Flexible Queryparser has some Locale violation with lowercasing, which was already fixed with the work done in #5271. But I came across this single use of .toLowerCase() with no Locale in Checksum.java.

TIL: forbidden apis doesn't run against the package org.apache.lucene.gradle.

Copy link

github-actions bot commented Jan 8, 2024

This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

@github-actions github-actions bot added the Stale label Jan 8, 2024
@dweiss dweiss merged commit 6d27c20 into apache:main Jan 8, 2024
4 checks passed
@dweiss dweiss added this to the 10.0.0 milestone Jan 8, 2024
stefanvodita pushed a commit to stefanvodita/lucene that referenced this pull request Jan 9, 2024
slow-J added a commit to slow-J/lucene that referenced this pull request Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants