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
I use jdk1.8.0_121. I run the simple example above (for testing purposes it never terminates) then I update test.xml inside the directory defined in watchResources and currentThread().getContextClassLoader().getResources(); still returns the same results.
Only the return value of Main.class.getResourceAsStream() changes.
The text was updated successfully, but these errors were encountered:
It works!
But I think this creates a new Issue. When extraClasspath is enabled (nomatter what the path is), currentThread().getContextClassLoader().getResources('test.xml') is empty.
HotSwapTests.zip
I use jdk1.8.0_121. I run the simple example above (for testing purposes it never terminates) then I update
test.xml
inside the directory defined inwatchResources
andcurrentThread().getContextClassLoader().getResources();
still returns the same results.Only the return value of
Main.class.getResourceAsStream()
changes.The text was updated successfully, but these errors were encountered: