[Git][java-team/jaxb][master] 3 commits: Fixed the build failure with Java 11 (Closes: #912461)

Emmanuel Bourg gitlab at salsa.debian.org
Fri Nov 30 17:59:53 GMT 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jaxb


Commits:
3acccaec by Emmanuel Bourg at 2018-11-30T17:58:51Z
Fixed the build failure with Java 11 (Closes: #912461)

- - - - -
91ad4e7e by Emmanuel Bourg at 2018-11-30T17:58:56Z
Standards-Version updated to 4.2.1

- - - - -
f1680b86 by Emmanuel Bourg at 2018-11-30T17:59:27Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/patches/08-java10-compatibility.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+jaxb (2.3.0.1-6) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the build failure with Java 11 (Closes: #912461)
+  * Standards-Version updated to 4.2.1
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 30 Nov 2018 18:59:21 +0100
+
 jaxb (2.3.0.1-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -12,12 +12,12 @@ Build-Depends:
  libdtd-parser-java,
  libfastinfoset-java,
  libistack-commons-java,
- libjaxb-api-java (>= 2.3.0-2),
+ libjaxb-api-java (>= 2.3.1),
  libmaven-dependency-plugin-java,
  libmaven-javadoc-plugin-java,
  librelaxng-datatype-java,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.2.0
+Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/jaxb.git
 Vcs-Browser: https://salsa.debian.org/java-team/jaxb
 Homepage: https://javaee.github.io/jaxb-v2/


=====================================
debian/patches/08-java10-compatibility.patch
=====================================
@@ -56,17 +56,6 @@ Forwarded: not-needed
              </activation>
              <modules>
                  <module>jaxb-jxc-jdk9</module>
---- a/jaxb-ri/runtime/impl/pom.xml
-+++ b/jaxb-ri/runtime/impl/pom.xml
-@@ -106,7 +106,7 @@
-         <profile>
-             <id>jdk9-setup</id>
-             <activation>
--                <jdk>9</jdk>
-+                <jdk>[9,)</jdk>
-             </activation>
-             <build>
-                 <plugins>
 --- a/jaxb-ri/xjc/pom.xml
 +++ b/jaxb-ri/xjc/pom.xml
 @@ -258,7 +258,7 @@



View it on GitLab: https://salsa.debian.org/java-team/jaxb/compare/547faccf98e666ab8f127d20539e644166b2d45f...f1680b86fd5cfa21a28f3677767e2d08df3ae239

-- 
View it on GitLab: https://salsa.debian.org/java-team/jaxb/compare/547faccf98e666ab8f127d20539e644166b2d45f...f1680b86fd5cfa21a28f3677767e2d08df3ae239
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181130/b2701777/attachment.html>


More information about the pkg-java-commits mailing list