Emmanuel Bourg pushed to branch master at Debian Java Maintainers / saaj
Commits: 35a8b8b2 by Emmanuel Bourg at 2018-11-02T10:31:51Z Standards-Version updated to 4.2.1 - - - - - 5e9179db by Emmanuel Bourg at 2018-11-02T10:47:50Z Fixed the build failure with Java 11 (Closes: #912352) - - - - - 715d61a9 by Emmanuel Bourg at 2018-11-02T10:48:02Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/02-activation-dependency.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +saaj (1.4.0-3) unstable; urgency=medium + + * Fixed the build failure with Java 11 (Closes: #912352) + * Standards-Version updated to 4.2.1 + + -- Emmanuel Bourg <[email protected]> Fri, 02 Nov 2018 11:47:56 +0100 + saaj (1.4.0-2) unstable; urgency=medium * Fixed the OSGi metadata ===================================== debian/control ===================================== @@ -7,10 +7,11 @@ Build-Depends: debhelper (>= 11), default-jdk, junit4, + libactivation-java, libbuild-helper-maven-plugin-java, libmaven-bundle-plugin-java, maven-debian-helper (>= 2.1) -Standards-Version: 4.1.5 +Standards-Version: 4.2.1 Vcs-Git: https://salsa.debian.org/java-team/saaj.git Vcs-Browser: https://salsa.debian.org/java-team/saaj Homepage: https://javaee.github.io/javaee-spec/ ===================================== debian/patches/02-activation-dependency.patch ===================================== @@ -0,0 +1,17 @@ +Description: Adds the dependency on the Activation Framework to fix the build failure with Java 11. +Author: Emmanuel Bourg <[email protected]> +Forwarded: not-needed +--- a/pom.xml ++++ b/pom.xml +@@ -116,6 +116,11 @@ + + <dependencies> + <dependency> ++ <groupId>com.sun.activation</groupId> ++ <artifactId>javax.activation</artifactId> ++ <version>1.2.0</version> ++ </dependency> ++ <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 01-java10-compatibility.patch +02-activation-dependency.patch View it on GitLab: https://salsa.debian.org/java-team/saaj/compare/123b6f986920cb4ec18a2a29f9ebf7e67d0156b2...715d61a9a5cb5453ccc0d91ef70995a8a21b53a7 -- View it on GitLab: https://salsa.debian.org/java-team/saaj/compare/123b6f986920cb4ec18a2a29f9ebf7e67d0156b2...715d61a9a5cb5453ccc0d91ef70995a8a21b53a7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

