[kune-commits] r1137 - trunk
vjrj
vjrj at ourproject.org
Wed Jul 22 17:12:40 CEST 2009
Author: vjrj
Date: 2009-07-22 17:12:39 +0200 (Wed, 22 Jul 2009)
New Revision: 1137
Modified:
trunk/TODO
trunk/pom.xml
Log:
Complete - task Hibernate upgraded (delete test dbs and indexes)
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2009-07-22 11:56:12 UTC (rev 1136)
+++ trunk/TODO 2009-07-22 15:12:39 UTC (rev 1137)
@@ -11,6 +11,9 @@
Use org-mode in emacs to easy manage this file
* SHORT-TERM (URGENT)
+** Use hibernate cache
+ http://ehcache.sourceforge.net/documentation/openjpa_provider.html
+ http://ehcache.sourceforge.net/documentation/hibernate.html
** Do something with jetty/jruby alias issue
http://jetty.mortbay.org/jetty5/faq/faq_s_400-Security_t_Aliases.html
** Use of webdriver instead of plain selenium
@@ -171,6 +174,7 @@
2007-12-21 10:35:16,197 [btpool0-5] DEBUG - ContentManagerDefault.createContent EXCEPTION => javax.persistence.Entity
** vjrj <v> IconHyperlink.java and IconLabel.java to gwt1.5
+
* MID-TERM
** TODO <v> karma, reputation, trust metrics:
http://wiki.couchsurfing.com/en/Trust
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2009-07-22 11:56:12 UTC (rev 1136)
+++ trunk/pom.xml 2009-07-22 15:12:39 UTC (rev 1137)
@@ -157,13 +157,13 @@
<!-- hibernate JPA -->
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate-search</artifactId>
- <version>3.1.0.GA</version>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.1.GA</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- <version>3.2.6.ga</version>
+ <artifactId>hibernate-validator</artifactId>
+ <version>3.1.0.GA</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
@@ -172,11 +172,21 @@
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>3.0.0.ga</version>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ <version>3.3.0.ga</version>
</dependency>
+ <!--
+ <dependency> <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-ehcache</artifactId>
+ <version>3.3.1.GA</version> </dependency>
+ -->
<dependency>
<groupId>org.hibernate</groupId>
+ <artifactId>hibernate-search</artifactId>
+ <version>3.1.0.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>3.4.0.GA</version>
</dependency>
More information about the kune-commits
mailing list