Ludovic Champenois
Ludovic Champenois
grcp (https://github.com/grpc) is very active now and is relying on proto 3 Java users need a nice Maven integration, so we will update the original repo: https://github.com/google/protobuf/issues/230 (currently in https://code.google.com/p/protobuf/source/browse/#svn%2Fbranches%2Fmaven-plugin%2Ftools%2Fmaven-plugin...
Please, update the cloud-builders/gcloud/ image with a newer version of the Cloud SDK The image contains the obsolete version SDK 279.0.0 and it should above 284 now., This is blocking...
Jetty has newer 9.4 release, we can bump in https://github.com/GoogleCloudPlatform/functions-framework-java/blob/1863d1314d95b57a53003f2cf83f1221f46b2502/invoker/core/pom.xml to be the latest (already used in GAE Java)
Adding the App Engine Wizard support has this warning now: only for GAE Java8 Well, while Java8 is massively used, we now also support Java11 and Java17 (need mostly appengine-web.xml...
With the end of the GAE Java8 support, we can finally do some code cleanup in the repo: 1/ Remove the RPC way to communicate with Jetty 2/ simplify the...
Customers moving from java8 gen1 to newer runtimes are facing configuration log settings issue with Cloud Logging, See https://www.googlecloudcommunity.com/gc/Google-Cloud-s-operations-suite/Structured-in-Logging-in-AppEngine-Flexible/m-p/683711 or https://github.com/stickfigure/blog/wiki/Java-Logging-on-Google-Cloud-Platform What could we do to better document this or...
A customer is testing a MVM app written in Java. When using the old dev server, SSL configuration (https://cloud.google.com/appengine/docs/java/config/webxml#Secure_URLs) is ignored locally, but when using `gcloud preview app`, the SSL...
Most/all of what is in appengine-web.xml can be made optional, so that the presence of the file in the image should not be mandatory (It is today). That would ease...
Ideally, the JSP runtime should be installable only in the WEB-INF user application classpath, when the JSPs are precompiled.