[google-appengine] Re: How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Andrés Márquez' via Google App Engine
To update the Jetty version to the latest one, I would suggest updating the Cloud SDK to the latest version. Based on the documentation [1], the most recent release of Cloud SDK is version 395.0.0 (2022-07-26) and according to the release notes [2], the latest Java SDK version is 1.9.98 and

[google-appengine] Can a single App Engine Standard Java 11/17 web process handle multiple concurrent requests?

2022-07-28 Thread William Linna
Hello, I'm using App Engine Standard with Java 11. My app is packaged as a JAR and it doesn't use legacy bundled services. I have set manual scaling to 1. Now my question is can that one instance handle multiple concurrent requests? According to the documentation, it seems like it cannot.

[google-appengine] Re: Traffic hitting deleted Google App Engine versions

2022-07-28 Thread 'Richard Garbutt' via Google App Engine
To be clear: > This project only has one service with one version and two instances The problem is traffic *hitting versions that have been deleted* We are migrating away from App Engine due to this issue. On Wednesday, 27 July 2022 at 00:02:01 UTC+1 Osvaldo Lopez Acuña wrote: > You could

[google-appengine] How to change the version of Jetty in my Google App Engine

2022-07-28 Thread 'Mike Wallace' via Google App Engine
Within IntelliJ I have a Google App Engine Standard Local Server running. I'm in the process of updating to Java 17 and also all of my 3rd party libraries and have moved to GAE 2.0.5 and Jetty 11.0.11 in all of my project's pom files. However, when I start up the server I see:

[google-appengine] Re: gcloud auth login fails

2022-07-28 Thread solsTiCe d'Hiver
Out of dispair and boredom, I tried a few things, and finally I just changed the language in the login page where you accept the Google Cloud SDK permissions. I changed it to english (UK); I was, then, instantaltly logged in. WTF ! Le mercredi 27 juillet 2022 à 19:06:37 UTC+2, solsTiCe