You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2018/03/31 15:17:15 UTC

groovy git commit: GROOVY-8525: Binary compatibility issue for GroovyClassLoader between 2.4 vs later branches (fix merge glitch)

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X e8252b3be -> ffc98b1d1


GROOVY-8525: Binary compatibility issue for GroovyClassLoader between 2.4 vs later branches (fix merge glitch)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/ffc98b1d
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/ffc98b1d
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/ffc98b1d

Branch: refs/heads/GROOVY_2_6_X
Commit: ffc98b1d14a8c693094a135aed583ac02b7441c8
Parents: e8252b3
Author: Paul King <pa...@asert.com.au>
Authored: Sun Apr 1 01:17:06 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Apr 1 01:17:06 2018 +1000

----------------------------------------------------------------------
 src/main/groovy/groovy/lang/GroovyClassLoader.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/ffc98b1d/src/main/groovy/groovy/lang/GroovyClassLoader.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/groovy/lang/GroovyClassLoader.java b/src/main/groovy/groovy/lang/GroovyClassLoader.java
index af90895..2aa9bdd 100644
--- a/src/main/groovy/groovy/lang/GroovyClassLoader.java
+++ b/src/main/groovy/groovy/lang/GroovyClassLoader.java
@@ -89,7 +89,7 @@ public class GroovyClassLoader extends URLClassLoader {
     /**
      * this cache contains the loaded classes or PARSING, if the class is currently parsed
      */
-    protected final EvictableCache<String, Class> classCache = new ConcurrentCommonCache<String, Class>();
+    protected final Map<String, Class> classCache = new ConcurrentCommonCache<String, Class>();
 
     /**
      * This cache contains mappings of file name to class. It is used