Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to AppEngine gen2 on java17 with Micronaut and Handlebars #7

Merged
merged 38 commits into from
Nov 27, 2023

Conversation

TWiStErRob
Copy link
Owner

@TWiStErRob TWiStErRob commented Nov 25, 2023

What From To Note
Database com.google.appengine.api.datastore in appengine-api com.google.cloud.datastore in google-cloud-datastore Firestore in Datastore mode
Endpoints Cloud Endpoints Frameworks version 2.0 Servlets Micronaut Controllers on Jetty
Routing Cloud Endpoints Frameworks version 2.0 web.xml micronaut.router.*
Web templating JSP Handlebars (Micronaut Views Renderer)
Logging JUL to SLF4J over LOG4J SLF4J2 over LOG4J
AppEngine webxml java8 1st gen (legacy) appyaml java17 2nd gen

Note: https://cloud.google.com/appengine/docs/standard/runtimes

@TWiStErRob TWiStErRob added this to the v1.1.0 milestone Nov 25, 2023
@TWiStErRob TWiStErRob changed the title Migrate from AppEngine legacy to AppEngine v2 on java17 with Micronaut and Handlebars Migrate to AppEngine gen2 on java17 with Micronaut and Handlebars Nov 26, 2023
@TWiStErRob TWiStErRob merged commit 1e73990 into main Nov 27, 2023
3 checks passed
@TWiStErRob TWiStErRob deleted the appengine branch November 27, 2023 22:13
@TWiStErRob TWiStErRob mentioned this pull request Nov 27, 2023
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant