[pkg-java] r17990 - in trunk/ehcache/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Apr 6 22:06:00 UTC 2014


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 <ebourg at apache.org>
+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




More information about the pkg-java-commits mailing list