Hi, I just want to confirm that this is a known issue. I deployed a microservice using the Java8 runtime, but it still displays as "java7" in the "Runtime" column on the page https://console.cloud.google.com/appengine/versions.
This is a Java service, and I'm certain it's deployed as Java8, I took the following steps: * Added <runtime>java8</runtime> to appengine-web.xml * Changed source/target to 1.8 in the maven-compiler-plugin * Updated javax.servlet dependency to 3.1.0 * Verified our CI/CD box is using Java8 * Deploy succeeded -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6697bd49-cdd4-44d0-8a36-b403a4ea71ad%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
