Author: ebourg-guest
Date: 2014-04-06 22:06:00 +0000 (Sun, 06 Apr 2014)
New Revision: 17990

Added:
   trunk/ehcache/debian/patches/
   trunk/ehcache/debian/patches/01-java8-compatibility.patch
   trunk/ehcache/debian/patches/series
Modified:
   trunk/ehcache/debian/changelog
Log:
Added a patch to compile with Java 8



Modified: trunk/ehcache/debian/changelog
===================================================================
--- trunk/ehcache/debian/changelog      2014-04-06 21:59:06 UTC (rev 17989)
+++ trunk/ehcache/debian/changelog      2014-04-06 22:06:00 UTC (rev 17990)
@@ -2,6 +2,7 @@
 
   [ Emmanuel Bourg ]
   * New upstream release
+  * Added a patch to compile with Java 8
 
   [ Kumar Appaiah ]
   * debian/control:

Added: trunk/ehcache/debian/patches/01-java8-compatibility.patch
===================================================================
--- trunk/ehcache/debian/patches/01-java8-compatibility.patch                   
        (rev 0)
+++ trunk/ehcache/debian/patches/01-java8-compatibility.patch   2014-04-06 
22:06:00 UTC (rev 17990)
@@ -0,0 +1,14 @@
+Description: Fixes a compilation error with Java 8
+Author: Emmanuel Bourg <[email protected]>
+Forwarded: https://jira.terracotta.org/jira/browse/EHC-1081
+--- a/src/main/java/net/sf/ehcache/config/CacheConfiguration.java
++++ b/src/main/java/net/sf/ehcache/config/CacheConfiguration.java
+@@ -2543,7 +2543,7 @@
+     /**
+      * Accessor
+      */
+-    public List getCacheEventListenerConfigurations() {
++    public List<CacheEventListenerFactoryConfiguration> 
getCacheEventListenerConfigurations() {
+         return cacheEventListenerConfigurations;
+     }
+ 

Added: trunk/ehcache/debian/patches/series
===================================================================
--- trunk/ehcache/debian/patches/series                         (rev 0)
+++ trunk/ehcache/debian/patches/series 2014-04-06 22:06:00 UTC (rev 17990)
@@ -0,0 +1 @@
+01-java8-compatibility.patch


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to