Skip to content

Commit afb4e5e

Browse files
committed
Added java version support
1 parent 088c334 commit afb4e5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Features:
1313
- monitor a directory for changes to its direct children
1414
- monitor a directory for changes for all its descendants (aka recursive directory watch)
1515
- high-resolution events (on macOS we use the native [FSEvents](https://developer.apple.com/documentation/coreservices/file_system_events) API to circumvent the polling behavior of the JDK [WatchService](https://docs.oracle.com/javase/8/docs/api/java/nio/file/WatchService.html))
16+
- Java 11 and higher are supported
1617
- edge cases dealt with:
1718
- recursive watches will also continue in new directories
1819
- multiple watches for the same directory are merged to avoid overloading the kernel
@@ -25,8 +26,6 @@ Planned features:
2526
- Support single file watches natively in linux (see [#11](https://github.com/SWAT-engineering/java-watch/issues/11))
2627
- Monitor only specific events (such as only CREATE events)
2728

28-
29-
3029
## Usage
3130

3231
Import dependency in pom.xml:

0 commit comments

Comments
 (0)