cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

Migrate to Java 8 #162

Open clementdenis opened 6 years ago

clementdenis commented 6 years ago

With the shutdown of Java 7 App Engine standard runtime coming soon, what about upgrading the code base of Cloud Endpoints framework to Java 8?

I'm available to help :-)

tangiel commented 6 years ago

Yeah, I will probably work on that. Will also want to bump the Guava version, which actually involves changing the artifact to a new one, as Guava now has different artifacts for Java 7- and Java 8+. At that point I will probably bump the minor version.