appengine-plugins icon indicating copy to clipboard operation
appengine-plugins copied to clipboard

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom...

Results 37 appengine-plugins issues
Sort by recently updated
recently updated
newest added

Follow-up to #893 > The core plugin still refers to isSandboxEnforced() which can be deleted entirely for java7 which is not supported (everything with java7 string can be deleted including...

Tech Debt
p3
cleanup

We recently had an [issue](https://github.com/GoogleCloudPlatform/appengine-plugins-core/issues/911) that it was already triaged and assigned a label(testing), but still showed up in our un-triaged list. This is because `testing` is not considered a...

p2
cleanup

With the latest Cloud SDK a '..' progress indicator is outputted to a single line. From IntelliJ and Maven the progress '.' are outputted all at once when the line...

type: bug
priority: p4

related to #330 currently CloudSdk#637 hardcodes the value that triggers server startup complete event.

priority: p4

CloudSDK.getVersion If it's not found, revert to gcloud -version and don't throw three different kinds of runtime exceptions. The flakiness of this operation is another argument for using checked exceptions.

enhancement
priority: p4

We recently introduced an open-browser-on-launch feature in Cloud Tools for Eclipse. We had to add some code to [look for special start up strings found in the log](https://github.com/GoogleCloudPlatform/cloud-tools-for-eclipse/pull/658#issuecomment-244209089) to detect...

enhancement
priority: p4

There is apparently a way to pass app-id when you start up the GAE Java runtime locally. At the very least, it would be good (helpful to Veneer) if: ~~`com.google.appengine.application.id`...

enhancement
p3