Target folder .class files updates tracking rather than classpath update

This commit is contained in:
aboyko
2023-06-16 11:04:58 -04:00
parent d15433e1c3
commit 4181d56c89
8 changed files with 105 additions and 103 deletions

View File

@@ -170,6 +170,7 @@ public class DelegatingStreamConnectionProvider implements StreamConnectionProvi
FileSystems.getDefault().getPathMatcher("glob:**/*.json"),
FileSystems.getDefault().getPathMatcher("glob:**/*.yml"),
FileSystems.getDefault().getPathMatcher("glob:**/*.properties"),
FileSystems.getDefault().getPathMatcher("glob:**/*.class"),
FileSystems.getDefault().getPathMatcher("glob:**/META-INF/spring/*.factories")
)));