Re: RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]

2023-02-28 Thread Brian Burkhalter
On Tue, 28 Feb 2023 17:10:51 GMT, Brian Burkhalter wrote: >> src/jdk.unsupported/share/classes/com/sun/nio/file/SensitivityWatchEventModifier.java >> line 40: >> >>> 38: * {@code WatchService} is used only on macOS and likely to be removed >>> 39: * in a future release when a version based on

Re: RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]

2023-02-28 Thread Brian Burkhalter
On Tue, 28 Feb 2023 11:09:33 GMT, Alan Bateman wrote: >> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8303175: Move @deprecated above @since; tweak verbiage > > src/jdk.unsupported/share/classes/com/sun/nio/file/Sensi

Re: RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]

2023-02-28 Thread Brian Burkhalter
On Tue, 28 Feb 2023 11:24:59 GMT, Alan Bateman wrote: >> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8303175: Move @deprecated above @since; tweak verbiage > > src/jdk.unsupported/share/classes/com/sun/nio/file/Sensi

Re: RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]

2023-02-28 Thread Alan Bateman
On Fri, 24 Feb 2023 19:04:33 GMT, Brian Burkhalter wrote: >> Deprecate `SensitivityWatchEventModifier` for now instead of directly >> removing it as proposed in #12626. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8

Re: RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]

2023-02-24 Thread Lance Andersen
On Fri, 24 Feb 2023 19:04:33 GMT, Brian Burkhalter wrote: >> Deprecate `SensitivityWatchEventModifier` for now instead of directly >> removing it as proposed in #12626. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8

Re: RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]

2023-02-24 Thread Brian Burkhalter
> Deprecate `SensitivityWatchEventModifier` for now instead of directly > removing it as proposed in #12626. Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision: 8303175: Move @deprecated above @since; tweak verbiage - C