-
Notifications
You must be signed in to change notification settings - Fork 191
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
8290832: It is no longer possible to change "user.dir" in the JDK8 #14
Conversation
This reverts commit 5fcfb7a.
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
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.
Copyright dates need to be reverted in UnixFileSystem.java and WinNTFileSystem.java. Other than that, lgtm.
Yes, I did wonder why those were omitted myself. It should just be a simple |
That dates were changed later, the fix in question changed them to 2018, but now they are 2022 due to other fixes. |
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.
In that case, lgtm.
I think Github disabled those actions since the changes in this repo rarely happen. |
@mrserb 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
actions executed. |
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.
Ah, right, sorry I should have checked the current state of the files. Both were updated by the security fix JDK-8278356.
I've approved the bug (flipped it to a jdk8u-critical-fix/yes
to reflect it going direct to 8u, not 8u-dev) and the release bump is in now, so this is good to go.
Thanks. Strange that it would disable them, I've not heard of that before. |
/integrate |
Add TARGET_ARCH_riscv64 to fix type error
This is the request to revert the fix for JDK-8194154 integrated to the openjdk8u342
The fix for JDK-8194154 disabled the possibility to change the "user.dir" property.
Changing the "user.dir" was not recommended from the beginning but it was not forbidden, so there are some old applications that rely on the old behavior.
For compatibility reasons, it would be good to restore the old behavior.
This PR reverts this commit: 5fcfb7a
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u pull/14/head:pull/14
$ git checkout pull/14
Update a local copy of the PR:
$ git checkout pull/14
$ git pull https://git.openjdk.org/jdk8u pull/14/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 14
View PR using the GUI difftool:
$ git pr show -t 14
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u/pull/14.diff