This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat8.
commit 34060798d651a635bd9060267e97d67c95fa2c17 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 27 13:17:15 2014 +0200 Depend on libecj-java >= 3.10.0 to support the new Java 8 syntax in JSPs --- debian/changelog | 1 + debian/control | 4 ++-- debian/patches/series | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 028ca55..cdcf978 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ tomcat8 (8.0.9-2) UNRELEASED; urgency=medium + * Depend on libecj-java >= 3.10.0 to support the new Java 8 syntax in JSPs * Install the missing tomcat-dbcp.jar in libtomcat8-java and use it as the default JDBC pool implementation instead of Commons DBCP. * Removed the obsolete patch 0012-java7-compat.patch diff --git a/debian/control b/debian/control index af8f2fe..1c81750 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends-Indep: javahelper, junit4 (>= 4.11), libcglib-java, libeasymock-java (>= 3.0), - libecj-java, + libecj-java (>= 3.10.0), libhamcrest-java (>= 1.3), libjakarta-taglibs-standard-java, libjstl1.1-java, @@ -79,7 +79,7 @@ Description: Apache Tomcat 8 - Servlet and JSP engine -- tools to create user in Package: libtomcat8-java Architecture: all -Depends: libecj-java, ${misc:Depends} +Depends: libecj-java (>= 3.10.0), ${misc:Depends} Recommends: libcommons-dbcp-java, libcommons-pool-java Suggests: tomcat8 (>= ${source:Version}) Description: Apache Tomcat 8 - Servlet and JSP engine -- core libraries diff --git a/debian/patches/series b/debian/patches/series index 0780dbe..1e5dd81 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,8 +7,8 @@ 0009-Use-java.security.policy-file-in-catalina.sh.patch 0010-debianize-build-xml.patch 0013-dont-look-for-build-properties-in-user-home.patch -0014-JDTCompiler.patch +#0014-JDTCompiler.patch 0015_disable_test_TestCometProcessor.patch 0018-fix-manager-webapp.patch 0019-add-distribution-to-error-page.patch -0020-disable-java8-support-with-jdtcompiler.patch +#0020-disable-java8-support-with-jdtcompiler.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

