google-code-export / twig-persist

Automatically exported from code.google.com/p/twig-persist
1 stars 1 forks source link

Twig 2.0 Maven Repo #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Feature request to create a mvn repo for the 2.0 beta of Twig.

Original issue reported on code.google.com by alex.win...@gmail.com on 30 Nov 2010 at 5:11

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Is the beta4 available on maven somewhere?

Original comment by sebastie...@gmail.com on 23 Aug 2011 at 8:03

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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