How do I get Objectify v6 to work in Vert.x?
In app engine docs, Vert.x is listed as one of the platforms that can run on app engine standard.
My goal is to port a servlet based Java 8 website to vert.x on Java 17 with a datasore database.
How do I get Objectify v6 to work in Vert.x?
In app engine docs, Vert.x is listed as one of the platforms that can run on app engine standard.
My goal is to port a servlet based Java 8 website to vert.x on Java 17 with a datasore database.
Based on this documentation on Objectify (wiki):
This means that Objectify is designed specifically for both Google App Engine Datastore and Firestore in Datastore mode as they are both serverless platforms.
If you need additional information, help, or support for Objectify, you may post your question through this link on Objectify App Engine User Group.
If you want this to become a feature in future updates, you may file this as a feature request. This doesn't have a specific ETA but you can keep track of its progress once the ticket has been created.