Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Servlet 3.1 #126

Closed
elharo opened this issue Jan 12, 2018 · 3 comments
Closed

Servlet 3.1 #126

elharo opened this issue Jan 12, 2018 · 3 comments

Comments

@elharo
Copy link
Contributor

elharo commented Jan 12, 2018

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.

@patflynn
Copy link

@tangiel ping. the servlet API dep would ideally be 'provided' scope in the pom.xml.

@patflynn
Copy link

this is a high priority bug as any java 8 users on 3.1 api will be blocked from using this dep.

@tangiel
Copy link
Contributor

tangiel commented Jan 18, 2018

#129

@tangiel tangiel closed this as completed Jan 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants