GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

Handle the quickstart generation phase for latest Jetty 9.3 #64

Open ludoch opened 8 years ago

ludoch commented 8 years ago

The issue is that Cloud SDK bundles an 'old' Jetty9 version used for the v1 compat (java7) The new Java compat is based on a newer Jetty version which works only with Java8.

We need to support both Jetty versions... By we cannot bundle 2 jettys in the Cloud SDKs (Google restriction) See the related issue (and potential solution at: https://github.com/GoogleCloudPlatform/appengine-java-vm-runtime/issues/123)