ninjaframework / ninja-appengine

Google App Engine support for Ninja Framework
Apache License 2.0
40 stars 21 forks source link

AppEngine deprecation of java11. Is there an example for Ninja working with Java17? #40

Open sebastian-filip opened 2 months ago

sebastian-filip commented 2 months ago

Since Google is deprecating java11 for AppEngine https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule we would need to upgrade our current solution to Java17.

Is there an example or a migration guide of how to do this? There also needs to be a migration from Objectify5 to Objectify6 and as far as I can see the library of ninja-appengine-module only contains Objectify5. Is there a plan to update this as well?