The Wayback Machine - https://web.archive.org/web/20201027085416/https://github.com/GoogleCloudPlatform/getting-started-java/issues/369
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

reloadApp not needed #369

Open
JohannBlake opened this issue Feb 23, 2018 · 2 comments
Open

reloadApp not needed #369

JohannBlake opened this issue Feb 23, 2018 · 2 comments

Comments

@JohannBlake
Copy link

@JohannBlake JohannBlake commented Feb 23, 2018

In your documentation located at:
https://cloud.google.com/appengine/docs/standard/java/tools/gradle

it states:

While your application is running, run explodeApp or reloadApp to reflect your changes into the running application.

You don't need to use the reloadApp task because when the scanning featured is enabled with:

jvmFlags = ["-Dappengine.fullscan.seconds=5"]

your code changes are automatically loaded. I tried this out. I never use reloadApp and yet it is obvious while the Dev App Server is running that it detects changes. Maybe you should remove the text about reloadApp.

@lesv
Copy link
Contributor

@lesv lesv commented Feb 25, 2018

@loosebazooka
Copy link
Contributor

@loosebazooka loosebazooka commented Oct 14, 2019

It looks like this is gone from the documentation. I can't find it anymore. I think we can close this.

@yoshi-automation yoshi-automation removed the 🚨 label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.