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

8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal #12746

Conversation

bplb
Copy link
Member

@bplb bplb commented Feb 24, 2023

Deprecate SensitivityWatchEventModifier for now instead of directly removing it as proposed in #12626.


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change requires CSR request JDK-8303188 to be approved

Issues

  • JDK-8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
  • JDK-8303188: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal (CSR)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/12746/head:pull/12746
$ git checkout pull/12746

Update a local copy of the PR:
$ git checkout pull/12746
$ git pull https://git.openjdk.org/jdk pull/12746/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 12746

View PR using the GUI difftool:
$ git pr show -t 12746

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/12746.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Feb 24, 2023

👋 Welcome back bpb! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr Pull request is ready for review label Feb 24, 2023
@openjdk
Copy link

openjdk bot commented Feb 24, 2023

@bplb The following label will be automatically applied to this pull request:

  • core-libs

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.

@openjdk openjdk bot added the core-libs core-libs-dev@openjdk.org label Feb 24, 2023
@mlbridge
Copy link

mlbridge bot commented Feb 24, 2023

Webrevs

Copy link
Contributor

@LanceAndersen LanceAndersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Brian,

I believe we need a CSR for this

@bplb
Copy link
Member Author

bplb commented Feb 24, 2023

I believe we need a CSR for this

@LanceAndersen I concur.

@bplb
Copy link
Member Author

bplb commented Feb 24, 2023

/csr

@openjdk openjdk bot added the csr Pull request needs approved CSR before integration label Feb 24, 2023
@openjdk
Copy link

openjdk bot commented Feb 24, 2023

@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-8303175 with the correct fix version. This pull request cannot be integrated until the CSR request is approved.

@openjdk openjdk bot removed the csr Pull request needs approved CSR before integration label Mar 2, 2023
@openjdk
Copy link

openjdk bot commented Mar 2, 2023

@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:

8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal

Reviewed-by: lancea, alanb

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 84 new commits pushed to the master branch:

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 master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Mar 2, 2023
@bplb
Copy link
Member Author

bplb commented Mar 3, 2023

/integrate

@openjdk
Copy link

openjdk bot commented Mar 3, 2023

Going to push as commit ae29054.
Since your change was applied there have been 106 commits pushed to the master branch:

  • a04b104: 8303413: (fs) Ignore polling interval sensitivity modifiers in PollingWatchService
  • 9944314: 8303587: Remove VMOutOfMemoryError001 test from the problem list after 8303198
  • a50dc67: 8303527: update for deprecated sprintf for jdk.hotspot.agent
  • 40c5edf: 8303181: Memory leak in ClassLoaderExt::setup_app_search_path
  • 29ee7c3: 8303523: Cleanup problem listing of nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
  • e3016c1: 8303472: Display name for region TR
  • ae797c6: 8301117: Remove old_size param from ResizeableResourceHashtable::resize()
  • 5085bd5: 8297936: Use reachabilityFence to manage liveness in ClassUnload tests
  • 379f206: 8303198: System and Runtime.exit() resilience to logging errors
  • 80739e1: 8279619: [JVMCI] improve EncodedSpeculationReason
  • ... and 96 more: https://git.openjdk.org/jdk/compare/4b6acad0bd7729c39e807cd35c40b0fe4a14783c...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Mar 3, 2023
@openjdk openjdk bot closed this Mar 3, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Mar 3, 2023
@openjdk
Copy link

openjdk bot commented Mar 3, 2023

@bplb Pushed as commit ae29054.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@bplb bplb deleted the SensitivityWatchEventModifier-deprecate-8303175 branch March 8, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-libs core-libs-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants