8298303: (fs) temporarily remove Path.getExtension#11566
8298303: (fs) temporarily remove Path.getExtension#11566bplb wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
/csr |
stuart-marks
left a comment
There was a problem hiding this comment.
Looks like a straightforward backout of relevant code and doc comments from JDK-8057113.
|
👋 Welcome back bpb! A progress list of the required criteria for merging this PR into |
|
@bplb This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 51 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 |
|
@bplb has indicated that a compatibility and specification (CSR) request is needed for this pull request. @bplb please create a CSR request for issue JDK-8298303 with the correct fix version. This pull request cannot be integrated until the CSR request is approved. |
|
/integrate |
|
Going to push as commit 10356e7.
Your commit was automatically rebased without conflicts. |
Remove
java.nio.file.Path::getExtensionfrom the JDK 20 mainline to allow its definition time to settle.Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/11566/head:pull/11566$ git checkout pull/11566Update a local copy of the PR:
$ git checkout pull/11566$ git pull https://git.openjdk.org/jdk pull/11566/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 11566View PR using the GUI difftool:
$ git pr show -t 11566Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/11566.diff