-
Notifications
You must be signed in to change notification settings - Fork 253
8265524 Upgrading JSZip from v3.2.2 to v3.6.0 #439
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 goetz! A progress list of the required criteria for merging this PR into |
This will work as expected. The Skara bots will happily create or update a backport record if you use the main bug ID. |
|
Thanks, Kevin! (How did you pick this out from my many PRs?) |
The PR title should be Backport 'JDK-8265524', correct? |
I just happened to spot it as it went by. |
No, the PR title is correct as-is. A backport-style PR needs a 40-char commit hash (which this one doesn't have). So this is just an "ordinary-style" PR. Regardless of what type of PR it is, once the fix is integrated, Skara will do the same thing as for any commit that is pushed: look up the bug ID, check the fix version of the repo that the fix went into, find a matching record (main bug or backport) or create one if there is no matching record alread. |
TheRealMDoerr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change is basically Stuk/jszip@7d4caa8#diff-28c21f37443769bcb7d91e2fc9c31b12facd68b9401dd61b305d131eab93ddc8.
LGTM.
|
@GoeLin This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 15 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
Going to push as commit f7a75de.
Your commit was automatically rebased without conflicts. |
I want to "backport" 8265524 to jdk11u.
Unfortunately, the original issue has no patch attached, it's only Oracle internal.
So normal backporting does not work.
Luckily, the bug nicely describes where to get the sources, so I crafted the change myself.
So please review. Ev. compare to https://github.com/Stuk/jszip/releases v.3.6.0.
I also adapted the license as happened in "JDK-8236700 Upgrading JSZip from v3.1.5 to v3.2.2".
That is the MIT license from th jszip github repo.
I'm not completely clear whether this should be considered a Backport, or a new Enhancement.
Also, I guess, the bots will not grok this is a backport, I will have to update the JBS issue accordingly.
I might even have a problem submitting this because I used the bugID of the original issue.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/439/head:pull/439$ git checkout pull/439Update a local copy of the PR:
$ git checkout pull/439$ git pull https://git.openjdk.java.net/jdk11u-dev pull/439/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 439View PR using the GUI difftool:
$ git pr show -t 439Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/439.diff