-
-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot reload does not work when file name needs to be expanded #50
Comments
I'll check this asap. This is new highest priority. Thanks. |
bump :) |
I'm looking into this. Last week, I wanted to complete dev on issue #47 |
Hi Bruno, I wrote a test to reproduce the bug, and it looks to me that it's not reproducible. I suppose that the bug is present in the released version (I'll verify this running the test against the latest released version and let you know), but in master the bug may have been removed with code refactoring already. Have a look at the test to double check: HotReloadWhenURLContainsVariablesTest.java |
The hot reload feature is not working when the file name needs to be expanded, i.e.:
"file:${application.configurationFile}"
or
"file:~/config.properties"
When an absolute file name is present the hotreload will work as expected.
The text was updated successfully, but these errors were encountered: