From 2b777df21e71eca27d5e65859076a74743ba6919 Mon Sep 17 00:00:00 2001 From: Shay Banon Date: Tue, 2 Aug 2011 00:16:52 +0300 Subject: [PATCH] add a note in the build regarding joda time 2 --- modules/jarjar/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/jarjar/build.gradle b/modules/jarjar/build.gradle index cb8ed84c8e2..abcd228e9ed 100644 --- a/modules/jarjar/build.gradle +++ b/modules/jarjar/build.gradle @@ -10,6 +10,7 @@ dependencies { runtime 'commons-codec:commons-codec:1.5' + // joda 2.0 moved to using volatile fields for datetime, which hurts performance for facets! runtime 'joda-time:joda-time:1.6.2' runtime 'org.mvel:mvel2:2.1.Beta5'