Skip to content
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

Remote development does not resync on application.properties change #10969

Closed
jclingan opened this issue Jul 26, 2020 · 1 comment
Closed

Remote development does not resync on application.properties change #10969

jclingan opened this issue Jul 26, 2020 · 1 comment
Labels
kind/bug Something isn't working
Milestone

Comments

@jclingan
Copy link

jclingan commented Jul 26, 2020

Describe the bug
mvn quarkus:remote-dev does not recognize when only an application.properties file changes (and no other changes). Therefore, no code sync happens. However, if I change source code and application.properties, the property file does get synced.

JDK 11, Quarkus 1.6.1.Final

Expected behavior
When I change an application.properties file and hit the REST endpoint, I expect to see the new property applied.

Actual behavior
The property does not get synced and therefore is not applied.

To Reproduce
Feel free to start here, which is a bare-minimum remote-dev project. Just add code to inject the greeting ("Hello") from a value in the application.properties. Once that works, just change the greeting in application.properties and reload the endpoint. application.properties will not be re-synced.

Additional context
I'm a really nice guy.

@jclingan jclingan added the kind/bug Something isn't working label Jul 26, 2020
@stuartwdouglas
Copy link
Member

I could not reproduce this reliably, but I think it may be a manifestation of the pre scan step being registered multiple times.

@geoand geoand closed this as completed in 43da52e Jul 27, 2020
@gsmet gsmet added this to the 1.7.0 - master milestone Jul 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants