You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,14 @@ When an ENTRY_MODIFY event is fired firstly the resource changed is checked for
35
35
A set of integration and unit tests can be found in _src/test/java_ (tests) & _src/test/resources_ (test resources)
36
36
37
37
### TODO (Unfinished) ###
38
+
* Update test method names
39
+
* Creation of any test utilities or helper classes
38
40
* Assign a new thread to each resource directory specified (see: FileWatcherUnitTest.class for failing test @Ignore)
39
41
40
42
### Why? ###
41
43
* Useful for web applications which often need configuration changes but you don't always want to restart the application before new properties are used.
42
44
* Can be used to define several layers of properties which can aid in defining multiple application configurations e.g sandbox/development/testing/production.
43
-
* A pet project of mine I have been intending to implement/test for a while
45
+
* A pet project of mine I have been intending to implement for a while
44
46
* A test of the new Java 7 WatchService API
45
47
* Another dive in Spring & general investigation of Google Guava's EventBus, a class which I believe is the extremely useful and easy to use
46
48
* The project is aimed to be open to modification if required
0 commit comments