vincentmonier

Results 2 issues of vincentmonier

In class PropertiesWatcher method pathMatchResources does not always work. indeed it uses Path.getFileName().toString() method to compare with resource. But toString method does not always returns file name as expected, depending...

in ReadablePropertySourcesPlaceholderConfigurer only setLocations method is overrided, simply add the following to have setLocation working aswell, if not you, will get a NullPointerException when starting PropertiesWatcher task. ``` java @Override...