You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Following along with the tutorial at https://cloud.google.com/endpoints/docs/frameworks/java/get-started-frameworks-java I gather that this is expected to be deployed to the App Engine Standard java8 runtime.
This runtime provides version 3.1 of the Java Servlet API. However this project specifies version 2.5 of the servlet API in gradle.properties.
We should probably upgrade unless it's also necessary to support the deprecated java7 runtime. If so, then a more complex fix may be needed.
The text was updated successfully, but these errors were encountered: