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
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
Now that the Maven plugin supports both Flex and Standard, it might be confusing to move back and forth between a Flex runtime (that needs an app.yaml) and a Standard runtime (Java7 or coming Java8).
If the user just adds runtime:java7 in the app.yaml, it does not work for Standard which currently mandates an appengine-web.xml used by the prod runtime...
It would be nice to detect early this configuration error in the plugin (and Gradle And intellig): Standard (i.e no vm:true nor env:flex) should not be currently defined via app.yaml but with an appengine-web.xml
Medium term, they are discussions about opening support for non staging phase in standard and use user defined app.yaml, but this is not currently what the product does or what is documented, so we should add the check in the new plugins....
Now, it might be complicated to detected a generated app.yaml via staging compared to a user provided app.yaml, but it can be done (the old gcloud plugin had some logic there already)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now that the Maven plugin supports both Flex and Standard, it might be confusing to move back and forth between a Flex runtime (that needs an app.yaml) and a Standard runtime (Java7 or coming Java8).
If the user just adds runtime:java7 in the app.yaml, it does not work for Standard which currently mandates an appengine-web.xml used by the prod runtime...
It would be nice to detect early this configuration error in the plugin (and Gradle And intellig): Standard (i.e no vm:true nor env:flex) should not be currently defined via app.yaml but with an appengine-web.xml
Medium term, they are discussions about opening support for non staging phase in standard and use user defined app.yaml, but this is not currently what the product does or what is documented, so we should add the check in the new plugins....
Now, it might be complicated to detected a generated app.yaml via staging compared to a user provided app.yaml, but it can be done (the old gcloud plugin had some logic there already)
The text was updated successfully, but these errors were encountered: