You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/06/22 17:40:47 UTC

[15/22] incubator-usergrid git commit: Comment out apparently obsolete property that causes build to fail on Java 8.

Comment out apparently obsolete property that causes build to fail on Java 8.


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/00114cb7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/00114cb7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/00114cb7

Branch: refs/heads/two-dot-o-dev
Commit: 00114cb7009be14dceb6a5fbe4bb6bcae449a024
Parents: 3d8fc6f
Author: Dave Johnson <dm...@apigee.com>
Authored: Sun Jun 14 07:56:49 2015 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Sun Jun 14 07:56:49 2015 -0400

----------------------------------------------------------------------
 stack/core/src/main/resources/usergrid-core-context.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/00114cb7/stack/core/src/main/resources/usergrid-core-context.xml
----------------------------------------------------------------------
diff --git a/stack/core/src/main/resources/usergrid-core-context.xml b/stack/core/src/main/resources/usergrid-core-context.xml
index 515d642..7e69e19 100644
--- a/stack/core/src/main/resources/usergrid-core-context.xml
+++ b/stack/core/src/main/resources/usergrid-core-context.xml
@@ -54,7 +54,7 @@
 		<constructor-arg value="${cassandra.url}" />
         <!-- set the pool size if it's available.  If not go with 50 -->
         <property name="maxActive" value="${cassandra.connections:20}"/>
-        <property name="clockResolution" ref="microsecondsTimeResolution" />
+        <!-- Fails on Java 8: <property name="clockResolution" ref="microsecondsTimeResolution" />-->
         <property name="opTimer" ref="taggedOpTimer"/>
         <property name="loadBalancingPolicy" ref="loadBalancingPolicy"/>
 	</bean>