Open GoogleCodeExporter opened 9 years ago
This should work for you:
<dependencies>
<dependency>
<groupId>com.google.code.twig</groupId>
<artifactId>twig-persist</artifactId>
<version>2.0-beta3</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>twig</id>
<url>http://mvn.twig-persist.googlecode.com/hg</url>
</repository>
</repositories>
Sorry, I will update to beta4 (or 5) soon and update this issue
Original comment by jdpatterson
on 13 Feb 2011 at 4:57
Is the beta4 available on maven somewhere?
Original comment by sebastie...@gmail.com
on 23 Aug 2011 at 8:03
beta in maven please - its a pain having to manually install it for our new
devs..
Original comment by benjamin...@gmail.com
on 8 Nov 2012 at 11:32
Ok, done. I've labeled it 2.0-rc. Update this thread if you have any issues
with it.
I'll try to throw together some quick docs about some new features.
Here is new doc about the batching feature:
http://code.google.com/p/twig-persist/wiki/Cache2_0
Original comment by jdpatterson
on 9 Nov 2012 at 4:37
Oh yeah, a big change in this release is it is now compulsory to register
classes before using them.
ObjectDatastoreFactory.register(Object)
This is so you don't ever get kind names in the datastore like
com_example_project_Foo anymore which are a pain to change at a later date.
Original comment by jdpatterson
on 9 Nov 2012 at 4:39
You the man John! Thanks for making Twig an easy choice to make!
Original comment by benjamin...@gmail.com
on 9 Nov 2012 at 12:27
Original issue reported on code.google.com by
alex.win...@gmail.com
on 30 Nov 2010 at 5:11