Wednesday 11 September 2013

Objectify 3 on GAE cloud

Objectify 3 on GAE cloud

For some reason I cannot upgrade the version of Objectify which my app use:
<dependency>
<groupId>com.googlecode.objectify</groupId>
<artifactId>objectify</artifactId>
<version>3.0</version>
</dependency>
It works fine locally with my GAE version
<version.gae>1.8.0</version.gae>. However, will there be any issues
pertaining to making it work when uploaded online to GAE cloud, there was
a notice of changes in the Datastore from GAE.

No comments:

Post a Comment