Author: aduprat
Date: Tue Jan 26 16:17:53 2016
New Revision: 1726838

URL: http://svn.apache.org/viewvc?rev=1726838&view=rev
Log:
JAMES-1663 spring will use java6 and JPA, no cassandra nor elasticsearch. 
Contributed by Baechler <matthieu.baech...@gmail.com>

Modified:
    james/project/trunk/dockerfiles/run/spring/Dockerfile
    james/project/trunk/dockerfiles/run/spring/destination/conf/indexer.xml

Modified: james/project/trunk/dockerfiles/run/spring/Dockerfile
URL: 
http://svn.apache.org/viewvc/james/project/trunk/dockerfiles/run/spring/Dockerfile?rev=1726838&r1=1726837&r2=1726838&view=diff
==============================================================================
--- james/project/trunk/dockerfiles/run/spring/Dockerfile (original)
+++ james/project/trunk/dockerfiles/run/spring/Dockerfile Tue Jan 26 16:17:53 
2016
@@ -2,7 +2,7 @@
 #
 # VERSION      1.0
 
-FROM java:openjdk-8-jdk
+FROM java:openjdk-6-jdk
 
 # Ports that are used
 #

Modified: 
james/project/trunk/dockerfiles/run/spring/destination/conf/indexer.xml
URL: 
http://svn.apache.org/viewvc/james/project/trunk/dockerfiles/run/spring/destination/conf/indexer.xml?rev=1726838&r1=1726837&r2=1726838&view=diff
==============================================================================
--- james/project/trunk/dockerfiles/run/spring/destination/conf/indexer.xml 
(original)
+++ james/project/trunk/dockerfiles/run/spring/destination/conf/indexer.xml Tue 
Jan 26 16:17:53 2016
@@ -19,5 +19,5 @@
  -->
 
 <indexer>
-  <provider>elasticsearch</provider>
+  <provider>lazyIndex</provider>
 </indexer>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to