Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-06 Thread Ronoaldo Pereira
Hi Todd, adding to Alexis answer, maybe this can be helpful: it shows a working sample of a WAR -> JAR migration: https://cloud.google.com/appengine/docs/standard/java11/java-differences#war_migration_example My understanding from the docs is that the Java 11 runtime requires you to have a

Re: [google-appengine] Re: Spring Boot + JSP + WAR + Java 11 + GAE Standard Environment = sad

2020-08-06 Thread 'Alexis (Google Cloud Platform Support)' via Google App Engine
Hello Todd, You are correct for the support of App Engine Standard with JAR and if you prefer WAR it's understandable. There is a possible workaround here[1] but that's for old Java 7 and I think now 8. There is an old discussion about that here[2]. Deploying it in Flex is the better option.

[google-appengine] Uname to deploy new app version to upgrade from old Go runtime

2020-08-06 Thread Ronoaldo Pereira
It was unfortunate but a small yet useful webservice I developed long time ago using Go 1.9 got broken recently. Google sent me several notices, and I reviewed most projects except this particular one. Unlike the other projects I had to apply changes to, this one refuses to accept new