-
Notifications
You must be signed in to change notification settings - Fork 253
8214245: Case insensitive matching doesn't work correctly for some character classes #2062
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
Conversation
|
👋 Welcome back Korov! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@Korov This change is no longer ready for integration - check the PR body for details. |
|
/integrate |
|
This repository requires approval before integration. See https://wiki.openjdk.org/display/JDKUpdates/How+to+contribute+or+backport+a+fix step 6. |
|
@Korov, what testing have you done, and what do you estimate the risk is? |
Here we test whether the matching of Posix character, Unicode character, Unicode categories, aliases, properties, and java methods is correct under the condition of ignoring case. Currently considered no risk. |
|
@Korov, please post a fix request comment for the JBS issue outlining risk and testing. |
|
Tagged the JBS issue. |
|
I don't get this. What is the difference of this change to a full backport of JDK-8214245? If there's no difference, this should be a backport of JDK-8214245. And then we'd also need to file a CSR. |
|
@RealCLanger There's no difference, But I have no permission to login JBS, and I cannot create a CSR from |
|
After learning about CSR, does it mean that this change may cause changes in the behavior of some programs, causing compatibility issues? |
Looks like the bots don't recognize the short hash. You need to rename it "Backport |
|
This backport pull request has now been updated with issue from the original commit. |
|
/reviewers 2 Asking for a second review because intergrate was already triggered, but the CSR is still missing. |
|
@Korov This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@Korov Sorry for being inactive on this one for so long. Are you still willing to follow up on this backport? In that case I would create the CSR now. Please let me know. |
|
@RealCLanger Yes |
|
@Korov This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
@Korov This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@Korov This pull request is now open |
|
Hello @RealCLanger , I'm very interested in continuing to work on this backport, Please help me create a CSR and tell me the relevant links. Thank you very much for your help. |
OK, I now created a CSR for 11-pool: JDK-8328951. The CSR will need a review from some OpenJDK reviewer, e.g. @phohensee or @GoeLin, would you mind taking a look? After CSR review, we have to wait whether it'll be approved before we can continue with this backport. |
Thats great, thanks for your help. I will continue to pay attention to the progress of CSR. |
This has been fixed in JDK17, so I think this PR can be closed. |
fix JDK-8305733
Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2062/head:pull/2062$ git checkout pull/2062Update a local copy of the PR:
$ git checkout pull/2062$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2062/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2062View PR using the GUI difftool:
$ git pr show -t 2062Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2062.diff
Webrev
Link to Webrev Comment