Bug#1028232: libmaven-javadoc-plugin-java: runtime failure with doxia 1.11.1

2023-01-09 Thread Emmanuel Bourg
Le 2023-01-08 18:17, tony mancill a écrit : I believe we need to patch/upgrade maven-javadoc-plugin or restore the missing method to doxia. Sorry for the trouble, I'm working on it but couldn't upload the maven-javadoc-plugin upgrade as fast as expected. __ This is the maintainer address of

Bug#1028991: junit5: junit-jupiter-api.jar manifest contains invalid classpath

2023-01-15 Thread Emmanuel Bourg
Good catch, thank you! The fix has been uploaded Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1026639: rhino FTBFS

2023-02-13 Thread Emmanuel Bourg
I don't think this should be assigned to rhino. ckeditor should open the internal packages it touches. __ This is the maintainer address of Debian's Java team . Please use debian-j...@lists.debian.org for discussions

Bug#1033170: libitext-rups-java: Does not work at all

2023-03-28 Thread Emmanuel Bourg
Le 2023-03-28 05:28, tony mancill a écrit : The upload is ready. Any concerns? $ reverse-depends libitext-rups-java No reverse dependencies found $ reverse-depends -b libitext-rups-java No reverse dependencies found +1 for removing libitext-rups-java, and maybe libitext-rtf-java too. __ Th

Bug#1034833: sysv init script missing in tomcat10 package

2023-04-26 Thread Emmanuel Bourg
orphan-sysvinit-scripts source package. There is Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1034824: tomcat9 should not be released with Bookworm

2023-05-11 Thread Emmanuel Bourg
bspring-java and removing src:tiles is likely the next step. On IRC carnil and jmm_ suggested that src:tomcat9 could be left in bookworm but have it's server component stripped. Would that help the situation? I agree, this is a good compromise. Emmanuel Bourg __ This is the maintainer addres

Bug#1035992: apache-log4j-extras1.2: Error while generating Javadoc: Unable to write 'options' temporary file

2023-05-12 Thread Emmanuel Bourg
Source: apache-log4j-extras1.2 Version: 1.2.17-2 Severity: serious Tags: ftbfs apache-log4j-extras1.2 fails to build with the following error: [INFO] [INFO] BUILD FAILURE [INFO] --

Bug#1034824: tomcat9 should not be released with Bookworm

2023-05-13 Thread Emmanuel Bourg
is a very important release implementing the new Jakarta EE specification, not having it in Bookworm would be a real disservice to our users). The thing I don't understand is why a CA webapp needs a custom Tomcat connector (tomcatjss), maybe it could be patched to work without it? Emmanuel Bour

Bug#1034824: tomcat9 should not be released with Bookworm

2023-05-26 Thread Emmanuel Bourg
;t realize it's no longer supported. I think we should add a prominent warning in the NEWS file that it's not supported. I'd even suggest disabling the tomcat9 service when upgrading to force the users to act (either migrate to tomcat10, or re-enabling it willingly). Emman

Bug#1036798: jetty9: Failed startup of context: JettyJasperInitializer not a subtype of javax.servlet.ServletContainerInitializer

2023-05-26 Thread Emmanuel Bourg
Package: jetty9 Version: 9.4.50-3 Severity: grave Justification: renders package unusable The jetty9 package can no longer run web applications after switching to libtomcat10-java for the JSP compiler. The following error appears in the log: java.util.ServiceConfigurationError: javax.servlet.S

Bug#1034824: tomcat9 should not be released with Bookworm

2023-05-26 Thread Emmanuel Bourg
orcing the javax to jakarta transition on the community, what a waste of energy just to please a couple of lawyers in an office. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-07-15 Thread Emmanuel Bourg
nsure that building with pdebuild preserves the colors. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1051305: Request to Add 'loong64' to java-common's debian/java_defaults.mk

2023-09-13 Thread Emmanuel Bourg
I can't see a loong64 build of openjdk-17 [1]. That architecture isn't supported by Debian yet? [1] https://buildd.debian.org/status/package.php?p=openjdk-17__ This is the maintainer address of Debian's Java team . P

Bug#1052473: libgoogle-gson-java: FTBFS with OpenJDK 21 due to new compiler warnings

2023-09-22 Thread Emmanuel Bourg
Package: libgoogle-gson-java Version: 2.10-1 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 libgoogle-gson-java fails to build with OpenJDK 21, the code is compiled with the -Werror flag and javac now emits new warnings, thus triggering an e

Bug#1052474: checker-framework-java: FTBFS with OpenJDK 21 due to new compiler warnings

2023-09-22 Thread Emmanuel Bourg
Source: checker-framework-java Version: 3.2.0+ds-2 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 checker-framework-java fails to build with OpenJDK 21, the code is compiled with the -Werror flag and javac now emits new warnings, thus trigge

Bug#1052482: gradle: Raise the minimum source/target level to 8 for OpenJDK 21

2023-09-22 Thread Emmanuel Bourg
Package: gradle Version: 4.4.1-18 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 Gradle currently adjusts the minimum Java source/target level to 7, but it order to support OpenJDK 21 it should now set the minimum level to 8. __ This is the

Bug#792390: gradle: improve bootstrapping by using groovyc

2023-09-22 Thread Emmanuel Bourg
It looks like Fedora gave up with Gradle [1], I'm not sure the upgrades are significantly easier with this approach. [1] https://src.fedoraproject.org/rpms/gradle/c/4a126e8e3380eda7ceda22b18a9d9633bcd8cda8?branch=rawhide __ This is the maintainer address of Debian's Java team

Bug#1052495: libcommons-digester-java: FTBFS with OpenJDK 21 due to javadoc errors

2023-09-23 Thread Emmanuel Bourg
Package: libcommons-digester-java Version: 1.8.1-5 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 libcommons-digester-java fails to build with OpenJDK 21 due to javadoc errors: [javadoc] Building index for all the packages and classes...

Bug#1052498: doctorj: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-23 Thread Emmanuel Bourg
changed by Emmanuel Bourg dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean dh_auto_clean dh_clean debian/rules build dh build dh_update_autotools_config dh_autoreconf dh_auto_configure

Bug#1052500: stringtemplate: FTBFS with OpenJDK 21: Reference to StringTemplate is ambiguous

2023-09-23 Thread Emmanuel Bourg
Source: stringtemplate Version: 3.2.1-3 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 stringtemplate fails to build with OpenJDK 21 because its use of the StringTemplate class is now ambiguous with the newly introduced java.lang.StringTempl

Bug#1052538: truffle: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-24 Thread Emmanuel Bourg
Source: truffle Version: 0.6-3 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 truffle fails to build with OpenJDK 21 because it invokes javac with the source/target options set to 7. Since OpenJDK 20 the minimum version supported is 8. d

Bug#1052549: truffle-dsl-processor: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-24 Thread Emmanuel Bourg
Source: truffle-dsl-processor Version: 0.6-2.1 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 truffle-dsl-processor fails to build with OpenJDK 21 because it invokes javac with the source/target options set to 7. Since OpenJDK 20 the minimu

Bug#1052566: libnative-platform-java: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-24 Thread Emmanuel Bourg
dpkg-buildpackage: info: source version 0.14-5 dpkg-buildpackage: info: source distribution unstable dpkg-buildpackage: info: source changed by Emmanuel Bourg dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh clean --with

Bug#1052567: velocity-tools: FTBFS with OpenJDK 21 due to javadoc errors

2023-09-24 Thread Emmanuel Bourg
Source: velocity-tools Version: 2.0-8 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 velocity-tools fails to build with OpenJDK 21 due to javadoc errors: [javadoc] Building index for all the packages and classes... [javadoc] Standard D

Bug#1052568: saaj: FTBFS with OpenJDK 21 due to security manager removal

2023-09-24 Thread Emmanuel Bourg
Source: saaj Version: 1.4.0-3 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 saaj fails to build with OpenJDK 21 because the tests used the now deprecated security manager: [ERROR] Tests run: 30, Failures: 0, Errors: 15, Skipped: 0, Tim

Bug#1052570: jlapack: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-24 Thread Emmanuel Bourg
Source: jlapack Version: 0.8~dfsg-5 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 jlapack fails to build with OpenJDK 21 because it invokes javac with the source/target options set to 7. Since OpenJDK 20 the minimum version supported is 8.

Bug#1052571: junit: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-24 Thread Emmanuel Bourg
Package: junit Version: 3.8.2-9 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 junit fails to build with OpenJDK 21 because it invokes javac with the source/target options set to 7. Since OpenJDK 20 the minimum version supported is 8. m

Bug#1052617: xml-commons-external: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-25 Thread Emmanuel Bourg
Source: xml-commons-external Version: 1.4.01-5 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package xml-commons-external ftbfs with default Java 21. The relevant part of the build log: --- make[1]: Entering directory

Bug#1052620: javamorph: FTBFS with OpenJDK 21 due to unsupported javac source/target level 7

2023-09-25 Thread Emmanuel Bourg
Source: javamorph Version: 0.0.20100201-3 Severity: important Tags: ftbfs User: debian-j...@lists.debian.org Usertags: default-java21 Dear Maintainers, The package javamorph ftbfs with default Java 21. The relevant part of the build log: --- make[1]: Entering directory '/<>' javac -so

Bug#1052622: jboss-logging-tools: FTBFS with OpenJDK 21 due to javax.lang.model.element.ExecutableElement changes

2023-09-25 Thread Emmanuel Bourg
Source: jboss-logging-tools Version: 2.2.1-3 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 jboss-logging-tools fails to build with OpenJDK 21 because new abstract methods were added to javax.lang.model.element.ExecutableElement: [INFO]

Bug#1052623: openjpa: FTBFS with OpenJDK 21 due to type inference changes

2023-09-25 Thread Emmanuel Bourg
Source: openjpa Version: 2.4.2-8 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 openjpa fails to build with OpenJDK 21, probably due to type inference changes when using source/target level 8: [INFO] -

Bug#1052691: icedtea-web: FTBFS with OpenJDK 21: jdk.internal.util.jar.JarIndex not found

2023-09-26 Thread Emmanuel Bourg
Source: icedtea-web Version: 1.8.8-2 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 icedtea-web fails to build with OpenJDK 21 during the configure phase: checking for a JDK home directory... /usr/lib/jvm/default-java (link to /usr/lib/

Bug#1052694: libeuclid-java: FTBFS with OpenJDK 21 due to conflicting reversed() methods in the List and Deque interfaces

2023-09-26 Thread Emmanuel Bourg
Source: libeuclid-java Version: 2.6-1 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 libeuclid-java fails to build with OpenJDK 21 because the ThriftyList class implements the java.util.Deque and java.util.List interface which now share a si

Bug#1052695: super-csv: FTBFS with OpenJDK 21 due to type inference changes

2023-09-26 Thread Emmanuel Bourg
Source: super-csv Version: 2.4.0-3 Severity: important Tags: ftbfs sid trixie User: debian-j...@lists.debian.org Usertags: default-java21 super-csv fails to build with OpenJDK 21, probably due to type inference changes when using source/target level 8: [INFO] --- maven-compiler-plugin:3.10.1:

Bug#1053011: avalon-framework: FTBFS with default Java 21

2023-09-26 Thread Emmanuel Bourg
Le 2023-09-26 23:46, Vladimir Petko a écrit : compile: [javac] /<>/debian/build.xml:28: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 41 source files to /<>/build [javac] error: Source option 7 is

Bug#1053087: xz-java: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
ot supported [javac] Usage: javac [javac] use --help for a list of possible options This report is outdated, the error no longer occurs with ant/1.10.13-2. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailm

Bug#1053013: beansbinding: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
0.13-2. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1053087: xz-java: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
adjusted automatically the release level, that's why xz-java was still failing to build with ant/1.10.13-2 I told you by mail to check again before reporting the issues :) Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mai

Bug#1053013: beansbinding: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
: source release 8 requires target release 8 So there is still a corner case not properly handled by Ant, I'll get a look. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Ple

Bug#1053087: xz-java: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
cally. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1053081: svnkit: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
r supported. Use 8 or later. [javac] error: Target option 7 is no longer supported. Use 8 or later. This report is outdated, the error no longer occurs with ant/1.10.14-1. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin

Bug#1053060: maven-repo-helper: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
last; set to false for repeatable builds [javac] Compiling 27 source files to /<>/build/classes [javac] error: Source option 7 is no longer supported. Use 8 or later. [javac] error: Target option 7 is no longer supported. Use 8 or later. This no longer occurs with ant/1.10.14-1 Em

Bug#1053065: nekohtml: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
p class path not set in conjunction with -source 7 [javac] error: Source option 7 is no longer supported. Use 8 or later. [javac] error: Target option 7 is no longer supported. Use 8 or later. This no longer occurs with ant/1.10.14-1. Emmanuel Bourg __ This is the maintainer address

Bug#1053053: libjamon-java: FTBFS with default Java 21

2023-09-28 Thread Emmanuel Bourg
o false for repeatable builds [javac] Compiling 94 source files to /<>/target/classes [javac] error: release version 7 not supported [javac] Usage: javac [javac] use --help for a list of possible options This no longer occurs with ant/1.10.14-1. Emmanuel Bourg __ This

Bug#1054324: Inability to override install.to.usj property

2023-10-21 Thread Emmanuel Bourg
libjruby-maven-plugin-java, I'd rather not touch the settings of maven-debian-helper without extensive testing. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use d

Bug#1039607: libjansi-java: causes maven to always output escape character

2023-12-29 Thread Emmanuel Bourg
al by default, that's the upstream behaviour. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-01-01 Thread Emmanuel Bourg
ssing module-info.java files directly if that's really needed. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1039607: libjansi-java: causes maven to always output escape character

2024-04-06 Thread Emmanuel Bourg
the command line and inside pbuilder are no longer colorized currently. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#933032: Add Salsa-CI integration

2024-05-23 Thread Emmanuel Bourg
Le 16/05/2024 à 04:38, Otto Kekäläinen a écrit : I did confirm by running the CI at https://salsa.debian.org/mariadb-team/mariadb-connector-java/-/pipelines that it works, so there is no technical reason not to have CI enabled in the repository. There is a practical reason, it doesn't solve an

Bug#1079015: Breaks other packages' build: Malformed jar [eclipse-jdt-core-3.35.0.jar] found on classpath

2024-08-20 Thread Emmanuel Bourg
org.eclipse.jdt.core.compiler.batch bundle. This means that Debian packages relying on eclipse-jdt-core.jar now have to add eclipse-jdt-core-compiler-batch.jar to the classpath. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/

Bug#1081033: Please consider switching to the com.github.mwiede:jsch fork

2024-09-13 Thread Emmanuel Bourg
ubles. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#1081213: Should eclipse-tracecompass be removed from unstable?

2024-09-16 Thread Emmanuel Bourg
lipse libraries that use the javax namespace in Debian, the next upgrade will switch to the jakarta namespace. A prerequisite is the packaging of Jetty 11 though. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/l

Bug#907863: libeclipse-osgi-java, libequinox-osgi-java: error when trying to install together

2018-09-03 Thread Emmanuel Bourg
Control: reassign -1 libeclipse-osgi-java Control: affects -1 libequinox-osgi-java libeclipse-osgi-java will replace libequinox-osgi-java. I forgot to add the proper Breaks/Replaces fields. __ This is the maintainer address of Debian's Java team

Bug#907863: libeclipse-osgi-java, libequinox-osgi-java: error when trying to install together

2018-09-03 Thread Emmanuel Bourg
s (Maven Central as upstream vs Eclipse Git repository, different naming convention, different build system, no upstream version tracking). That's why I think it's more consistent to replace libequinox-osgi-java now. Emmanuel Bourg [1] https://lists.debian.org/debian-java/2018/07/msg0002

Bug#907863: libeclipse-osgi-java, libequinox-osgi-java: error when trying to install together

2018-09-03 Thread Emmanuel Bourg
Le 03/09/2018 à 17:29, Markus Koschany a écrit : > Just updating libequinox-osgi-java would have been > a straightforward solution. I agree this is mostly a change in the name of the binary package. I could have kept the libequinox-osgi-java name with some contortions and avoid updating the rever

Bug#907990: libswt-gtk-3-java: no swt-gnome-gtk in java.library.path

2018-09-04 Thread Emmanuel Bourg
Le 04/09/2018 à 23:10, Jochen Sprickerhof a écrit : > Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT > library. Reasons: > no swt-gnome-gtk-3836 in java.library.path: > [/home/jspricke/.local/lib, ., /usr/java/packages/lib, > /usr/lib/x86_64-linux-gnu/jni,

Bug#905859: async-http-client build depends on libnetty-3.9-java

2018-09-05 Thread Emmanuel Bourg
Control: block -1 908023 Control: tags -1 + pending I've prepared the upgrade of async-http-client to the version 2.5.3 which uses Netty 4.1, but it requires a new dependency (see #908023). The update is ready in the Salsa repository. __ This is the maintainer address of Debian's Java team

Bug#902532: Cannot backport batik 1.10 to stretch

2018-09-05 Thread Emmanuel Bourg
level to 10. Using a backport of a recent version of maven-debian-helper should also work (at least version 2.2.3 I think). Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>

Bug#907477: maven-debian-helper: does not substitute values of plugins with maven.rules

2018-09-05 Thread Emmanuel Bourg
Le 28/08/2018 à 15:25, Markus Koschany a écrit : > I added a new rule to debian/maven.rules > > org.apache.xbean maven-xbean-plugin * s/.*/4\.5/ * * > > Expected behavior: > > The version in src/pom.xml will be tranformed from 4.1 to 4.5. > > Result: > > Version is still 4.1 For plugins and

Bug#907554: maven-debian-helper: relocations do not work for packaging type pom

2018-09-05 Thread Emmanuel Bourg
I stumbled on this issue as well and I'm currently working on a fix for maven-debian-helper. The same issue will have to be addressed in maven-repo-helper. __ This is the maintainer address of Debian's Java team . Plea

Bug#906343: carrotsearch-randomizedtesting: FTBFS in buster/sid (Could not resolve dependencies for project com.carrotsearch.randomizedtesting:junit4-ant:jar:2.1.17)

2018-09-06 Thread Emmanuel Bourg
Control: reassign -1 libsimple-xml-java Control: affects -1 carrotsearch-randomizedtesting Control: retitle -1 libsimple-xml-java: Missing dependency on libstax-java This is an issue with libsimple-xml-java which has a pom depending on stax-api but the package doesn't depend on libstax-java. It we

Bug#906340: bookkeeper: FTBFS in buster/sid (Could not resolve dependencies for project org.apache.bookkeeper:bookkeeper-server:jar:4.4.0)

2018-09-06 Thread Emmanuel Bourg
> [ERROR] Failed to execute goal on project bookkeeper-server: Could not > resolve dependencies for project > org.apache.bookkeeper:bookkeeper-server:jar:4.4.0: Cannot access central > (https://repo.maven.apache.org/maven2) in offline mode and the artifact > io.netty:netty:jar:debian has not b

Bug#908542: libsurefire-java: Maven pom contains unwanted rules

2018-09-10 Thread Emmanuel Bourg
Package: libsurefire-java Version: 2.21.0-2 Severity: serious When libsurefire-java/2.21.0-2 was built last week extra rules were automatically added to the pom of the Maven plugin: --- maven-surefire-plugin-2.21.0-1.pom 2018-09-11 00:24:27.213383006 +0200 +++ maven-surefire-plugin-2.21.0-2.pom

Bug#908542: libsurefire-java: Maven pom contains unwanted rules

2018-09-10 Thread Emmanuel Bourg
Le 11/09/2018 à 00:54, Emmanuel Bourg a écrit : > I haven't figured out the origin of these rules yet The rules added are the surefire own ignore rules. Still looking for what triggered their addition to the pom. __ This is the maintainer address of Debian's Java team &l

Bug#908591: maven-debian-helper: Ignored rules are included in the installed poms like publish rules

2018-09-11 Thread Emmanuel Bourg
Package: maven-debian-helper Version: 2.3.2 Severity: serious I introduced a regression in maven-debian-helper/2.3 when I modified the Maven mojos to use the plugin annotation. A copy/paste error in SysInstallMojo caused the ignore rules to be added to the installed poms instead of the publish rul

Bug#908979: jayway-jsonpath: FTBFS on all

2018-09-17 Thread Emmanuel Bourg
Control: reassign -1 gradle-debian-helper 2.0 Control: affects -1 src:jayway-jsonpath Control: affects -1 src:bnd Le 17/09/2018 à 00:54, Ivo De Decker a écrit : > The latest version of jayway-jsonpath in unstable fails on all: > > https://buildd.debian.org/status/package.php?p=jayway-jsonpath T

Bug#902570: asm: Package rebuilt from source gets lots of empty jars

2018-09-17 Thread Emmanuel Bourg
Control: fixed -1 6.2.1-1 Control: close -1 It looks like the upgrade to the version 6.2.1 fixed this issue. __ This is the maintainer address of Debian's Java team . Please use debian-j...@lists.debian.org for discus

Bug#908979: fixed in gradle-debian-helper 2.0.1

2018-09-18 Thread Emmanuel Bourg
is is a different error this time. gradle-debian-helper isn't to blame here, I think jayway-jsonpath is simply missing a build dependency on default-jdk-doc (or should disable the generation of the javadoc since it's doesn't create a doc package). Emmanuel Bourg __ This is the main

Re: New changes to picocli Java package

2018-09-18 Thread Emmanuel Bourg
eam/picocli/ Done, thank you. For the future updates you can just open a merge request on Salsa, no need to file a RFS. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use

Bug#905358: jersey1: FTBFS with Java 11 due to xjc removal

2018-09-19 Thread Emmanuel Bourg
I tried using the maven-jaxb2-plugin but it doesn't seem be work in offline mode when a catalog is used. For some reason it tries to download http://www.w3.org/2001/XMLSchema.dtd and http://www.w3.org/2001/xml.xsd. __ This is the maintainer address of Debian's Java team

Bug#893312: lombok FTBFS with openjdk-9

2018-09-19 Thread Emmanuel Bourg
PI though. So despite default-jdk can be used to build the package, the dependency on openjdk-8-jdk has to be retained (the build adds rt.jar to the bootclasspath when compiling some classes). Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.deb

Bug#903769: libcommons-lang3-java: NPE with OpenJDK11 and maven-javadoc

2018-09-19 Thread Emmanuel Bourg
user debian-j...@lists.debian.org usertag 903769 + default-java11 __ This is the maintainer address of Debian's Java team . Please use debian-j...@lists.debian.org for discussions and questions.

Bug#906342: byte-buddy: FTBFS in buster/sid (Cannot find parent dependency net.bytebuddy:byte-buddy-parent:pom:debian)

2018-09-19 Thread Emmanuel Bourg
This is actually an issue with lombok not supporting Java 10. It was fixed with the upload of lombok/1.16.22-1. __ This is the maintainer address of Debian's Java team . Please use debian-j...@lists.debian.org for disc

Bug#909251: aspectj: FTBFS with Java 11 due to sun.misc.Unsafe.defineClass() removal

2018-09-20 Thread Emmanuel Bourg
Source: aspectj Version: 1.9.1-1 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 aspectj fails to build with Java 11 due to the removal of the defineClass() method in sun.misc.Unsafe: [ajbuild] /aspectj/loadtime/src/org/aspectj/weaver/loadtime/C

Bug#909258: objenesis: FTBFS with Java 11 due to sun.misc.Unsafe.defineClass() removal

2018-09-20 Thread Emmanuel Bourg
Source: objenesis Version: 2.6-2 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 objenesis fails to build with Java 11 due to the removal of the defineClass() method in sun.misc.Unsafe: [ERROR] /objenesis/main/src/main/java/org/objenesis/instant

Bug#909259: procyon: FTBFS with Java 11 due to sun.misc.Unsafe.defineClass() removal

2018-09-20 Thread Emmanuel Bourg
Source: procyon Version: 0.5.32-4 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 procyon fails to build with Java 11 due to the removal of the defineClass() method in sun.misc.Unsafe: /procyon/Procyon.Reflection/src/main/java/com/strobel/reflec

Bug#896436: gradle FTBFS: error fetching java api url when building with openjdk-10

2018-09-20 Thread Emmanuel Bourg
other solution. This bug was blocking the more important Java transition. Let's pick the fights one by one. We can still work on this later. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-

Bug#901460: libmail-java: dependency mismatch

2018-09-20 Thread Emmanuel Bourg
e version 'debian' here stands for the latest version available (i.e. 1.2.0 currently). So the poms in /usr/share/maven-repo are consistent and safe using. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/li

Bug#909781: ldapjdk: Incorrect url to the homepage

2018-09-28 Thread Emmanuel Bourg
Le 28/09/2018 à 09:30, Sylvestre Ledru a écrit : > the url should be: > https://www-archive.mozilla.org/directory/ > > https://www.mozilla.org/fr/directory/javasdk.html > is failing Maybe the mozilla.org web server could add an HTTP redirect for this URL? The Debian package isn't the only place

Bug#909905: gradle FTBFS when building with openjdk-11 (needs update to 4.7.0 or upstream patch)

2018-10-01 Thread Emmanuel Bourg
Le 29/09/2018 à 21:41, Tiago Daitx a écrit : > Please consider the attached patch which applies the upstream patch [1]. Thanks a lot for investigating this issue Tiago. I'll apply the patch. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-

Bug#909905: gradle FTBFS when building with openjdk-11 (needs update to 4.7.0 or upstream patch)

2018-10-01 Thread Emmanuel Bourg
Le 01/10/2018 à 11:48, Emmanuel Bourg a écrit : > Thanks a lot for investigating this issue Tiago. I'll apply the patch. The fix for the Java version parsing issue can be reduced to: --- a/subprojects/base-services/src/main/java/org/gradle/api/JavaVersion.java +++ b/subprojects/base-

Bug#909905: gradle FTBFS when building with openjdk-11 (needs update to 4.7.0 or upstream patch)

2018-10-01 Thread Emmanuel Bourg
radle 4.4 and fix the Java 11 incompatibilities. > I'm sure you may have read the freeze time-table which was shared few days > ago. > > It would be nice to have all the components in debian tested etc. well > before freeze. Sure but this won't happen magically, we n

Bug#771514: openjfx: fxpackager missing files

2018-10-02 Thread Emmanuel Bourg
Control: tags -1 + wontfix Control: close -1 Upstream no longer builds javapackager by default. The tool is likely to be moved elsewhere as part of JEP 343 [1]. For these reasons I'm tagging the bug as wontfix and closing it. [1] http://openjdk.java.net/jeps/343 __ This is the maintainer addres

Bug#850921: openjfx version for openjdk 9.0

2018-10-03 Thread Emmanuel Bourg
ded. If you could try it out and report back that would be great. Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use debian-j...@lists.debian.org for discussions and questions.

Bug#910148: java-common: update to OpenJDK 11

2018-10-03 Thread Emmanuel Bourg
bian.org/cgi-bin/pkgreport.cgi?tag=default-java11;users=debian-j...@lists.debian.org The removal of sun.misc.Unsafe.defineClass() has a substantial impact that should be addressed first, at least for aspectj and gradle. Emmanuel Bourg __ This is the maintainer address of Debian's Java

Bug#910356: libspring-java: FTBFS with Java 11 due to JAXB removal

2018-10-05 Thread Emmanuel Bourg
Source: libspring-java Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 libspring-java fails to build with Java 11 due to the removal of the JAXB API: libspring-java/spring-core/src/main/java/org/springframework/util/Base64Utils.java:21: error:

Bug#910495: openjfx FTBFS on !x86: offlineasm: No magic values found. Skipping assembly file generation.

2018-10-07 Thread Emmanuel Bourg
Control; severity -1 important Downgrading the severity, upstream doesn't support non x86 architectures and the packages are only provided as a best effort. __ This is the maintainer address of Debian's Java team . Pl

Bug#907359: minify-maven-plugin: FTBFS in buster/sid (Could not resolve dependencies for project com.samaxes.maven:minify-maven-plugin:maven-plugin:1.7.4)

2018-10-10 Thread Emmanuel Bourg
Control: reassign -1 src:libandroid-json-org-java 20121204-20090211-3 Control: affects -1 src:minify-maven-plugin Control: retitle -1 libandroid-json-org-java: Missing 'debian' version This issue appeared with the upload of libandroid-json-org-java/20121204-20090211-3 two months ago. The generic '

Bug#894290: gradle should raise the source/target level to the minimum supported by the default JDK

2018-10-10 Thread Emmanuel Bourg
Control: severity -1 wishlist I'm downgrading the severity because this isn't actionable for now (implementation suggestions are welcome) and we need gradle-debian-helper 2.0 and gradle 4.4 in testing. The source/target level of the affected packages should be updated separately. __ This is the m

Bug#910738: mockito: FTBFS with Java 11: IllegalArgumentException invalid source release 1.11

2018-10-10 Thread Emmanuel Bourg
Source: mockito Version: 1.10.19-3 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 mockito builds with Java 9 and 10 but not with Java 11 (using Gradle 4.4.1). The build stops on this exception: java.lang.IllegalArgumentException: error: invalid s

Bug#910843: jaxb: Rebuilding from source gives broken dependencies

2018-10-12 Thread Emmanuel Bourg
Le 12/10/2018 à 04:21, Daniel Schepler a écrit : > With which I get the error: > > The following packages have unmet dependencies: > libjaxb-java : Depends: libdtd-parser-java (>= 1.2-SNAPSHOT) but > 1.2~svn20110404-1 is to be installed > E: Unable to correct problems, you have held broken packag

Bug#880359: openjfx FTBFS on big endian: ../lib/icupkg: No such file or directory

2018-10-12 Thread Emmanuel Bourg
Control: severity -1 important Control: tags -1 + help Downgrading the severity, upstream doesn't support non x86 architectures and the packages are only provided as a best effort. __ This is the maintainer address of Debian's Java team

Bug#910843: jaxb: Rebuilding from source gives broken dependencies

2018-10-12 Thread Emmanuel Bourg
I'm unable to reproduce the issue. libjaxb-java doesn't get a versioned dependency on libdtd-parser-java. Do you still have the full pbuilder log please? Emmanuel Bourg __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman

Bug#910843: jaxb: Rebuilding from source gives broken dependencies

2018-10-12 Thread Emmanuel Bourg
Le 12/10/2018 à 18:49, Daniel Schepler a écrit : > Unfortunately, I didn't save logs of the manual builds I did in the > pbuilder login session. I could probably repeat the process later > today and send you the logs then - along with possibly the rebuilt > packages from dtd-parser and jaxb for c

Bug#872885: netty-tcnative-1.1: Please migrate to openssl1.1 in Buster

2018-10-12 Thread Emmanuel Bourg
netty-3.9: - maven-indexer (through aether), but it isn't used and could be removed - tycho (through aether again), I'm working on an upgrade no longer depending on it - libgpars-groovy-java which is used by groovy. I don't have a solution for this one yet. Emmanuel Bourg __ This is t

Bug#872885: netty-tcnative-1.1: Please migrate to openssl1.1 in Buster

2018-10-14 Thread Emmanuel Bourg
Le 13/10/2018 à 00:32, Emmanuel Bourg a écrit : > - tycho (through aether again), I'm working on an upgrade no longer > depending on it The tycho update is ready but requires equinox-p2 which is still in NEW. > - libgpars-groovy-java which is used by groovy. I don't have a

Bug#911136: javatools: FTBFS with Java 11 due to MANIFEST.MF wrapping change

2018-10-16 Thread Emmanuel Bourg
Source: javatools Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 javatools has a test failing with Java 11. It looks like Java 11 now wraps the attributes in MANIFEST.MF after 72 characters instead of 70 in the previous versions: prove -Ilib t

Bug#911138: libhibernate-validator-java: FTBFS with Java 11 due to JAXB removal

2018-10-16 Thread Emmanuel Bourg
Package: src:libhibernate-validator-java Version: 4.3.3-5 Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 libhibernate-validator-java still fails to build with Java 11 due to the removal of JAXB: [ERROR] diagnostic: /<>/engine/src/main/java/org/

Bug#911139: jaxrs-api: FTBFS with Java 11 due to missing Maven dependencies

2018-10-16 Thread Emmanuel Bourg
Source: jaxrs-api Version: 2.1.2-1 Severity: important Tags: sid buster newcomer User: debian-j...@lists.debian.org Usertags: default-java11 jaxrs-api fails to build with Java 11 due to missing Maven dependencies activated in a JDK 11 profile: [ERROR] Failed to execute goal on project jakarta.w

Bug#911142: cofoja: FTBFS with Java 11 due to UnsupportedOperationException in ClassVisitor.visitNestHostExperimental()

2018-10-16 Thread Emmanuel Bourg
Source: cofoja Severity: important Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java11 cofoja fails to build with Java 11 with the following error: /build/cofoja-1.3/build.xml:269: The following error occurred while executing this line: /build/cofoja-1.3/build.xml:17

  1   2   3   4   5   6   >