Bug#981944: libmatthew-java: FTBFS with OpenJDK 17 due to javadoc errors

2021-02-05 Thread Emmanuel Bourg
Source: libmatthew-java Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 libmatthew-java fails to build with OpenJDK 17 due to a javadoc warning that became an error: cx/ath/matthew/unix/UnixSocket.java:174: error: @param name not found

Bug#981886: intellij-community-idea build depends on openjdk-8-jdk-headless that will not be in bullseye

2021-02-05 Thread Emmanuel Bourg
to build kotlin but it isn't ready yet. It doesn't matter if it isn't in testing at this stage. Emmanuel Bourg

Bug#981938: lombok-ast: FTBFS with OpenJDK 17: module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module

2021-02-05 Thread Emmanuel Bourg
Source: lombok-ast Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 lombok-ast fails to build with OpenJDK 17: templateProcessor: [taskdef] Could not load definitions from resource org/apache/ivy/ant/antlib.xml. It could not be

Bug#981936: xmlbeans: FTBFS with OpenJDK 17 due to com.sun.javadoc removal

2021-02-05 Thread Emmanuel Bourg
Source: xmlbeans Version: 3.0.2-1 Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 xmlbeans fails to build with OpenJDK 17 because it uses classes from the com.sun.javadoc package which was removed: jam.classes: [mkdir] Created

Bug#981933: octave-ltfat: FTBFS with OpenJDK 17 due to unsupported javac source/target level 6

2021-02-05 Thread Emmanuel Bourg
Source: octave-ltfat Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 octave-ltfat fails to build with OpenJDK 17 because it invokes javac with the source/target options set to 6. Since OpenJDK 12 the minimum version supported is 7.

Bug#981927: ant: Disable doclint by default to reduce the build failures with OpenJDK 17

2021-02-05 Thread Emmanuel Bourg
Package: ant Version: 1.10.9-2 Severity: important User: debian-j...@lists.debian.org Usertags: default-java17 Several packages fail to build with OpenJDK 17 because the javadoc linter is too strict. When building a Debian package ant should automatically disable doclint (similarly to the

Bug#981926: neobio: FTBFS with OpenJDK 17 due to unsupported javac source/target level 6

2021-02-05 Thread Emmanuel Bourg
Source: neobio Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 neobio fails to build with OpenJDK 17 because it invokes javac with the source/target options set to 6. Since OpenJDK 12 the minimum version supported is 7. dh binary --with

Bug#981923: zookeeper: FTBFS with OpenJDK 17 due to ambiguous Record class

2021-02-04 Thread Emmanuel Bourg
Source: zookeeper Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 zookeeper fails to build with OpenJDK 17 because it contains a Record class that clashes with the new java.lang.Record class: build-generated: [javac] Using javac

Bug#981862: gnome-split: FTBFS with OpenJDK 17 due to JDK detection error

2021-02-04 Thread Emmanuel Bourg
Source: gnome-split Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 gnome-split fails to build with OpenJDK 17, the configuration script fails to detect the JDK: make[1]: Entering directory '/<>' ./configure prefix=/usr

Bug#981861: gradle: Error with OpenJDK 17: module java.base does not open java.lang to unnamed module

2021-02-04 Thread Emmanuel Bourg
Package: gradle Version: 4.4.1-12 Severity: important Tags: sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 gradle doesn't work with OpenJDK 17, it quickly dies with the error below. The 90 packages built with gradle therefore FTBFS with OpenJDK 17. Initialized native

Bug#981858: libvt-ldap-java: FTBFS with OpenJDK 17 due to java.security.acl removal

2021-02-04 Thread Emmanuel Bourg
Source: libvt-ldap-java Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 libvt-ldap-java fails to build with OpenJDK 17 because the java.security.acl package has been removed: [ERROR]

Bug#981854: apache-log4j1.2: FTBFS with OpenJDK 17 due to rmic removal

2021-02-04 Thread Emmanuel Bourg
Source: apache-log4j1.2 Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 apache-log4j1.2 fails to build with OpenJDK 17 due to the removal of rmic: build.examples: [javac] Using javac -source 1.4 is no longer supported, switching to

Bug#981852: lz4-java: FTBFS with OpenJDK 17 due to Nashorn removal

2021-02-04 Thread Emmanuel Bourg
Source: lz4-java Severity: important Tags: ftbfs sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 lz4-java fails to build with OpenJDK due to the removal of Nashorn: bundle: Java 15 has removed Nashorn, you must provide an engine for running JavaScript yourself.

Bug#981830: junit4: FTBFS with OpenJDK 17 due to javadoc errors

2021-02-04 Thread Emmanuel Bourg
Package: junit4 Version: 4.13.1-1 Severity: important Tags: sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 junit4 fails to build with OpenJDK 17 because the javadoc contains errors. The pom.xml defines its own -Xdoclint settings and prevents maven-javadoc-plugin from

Bug#981828: weka: FTBFS with OpenJDK 17 due to rmic removal

2021-02-04 Thread Emmanuel Bourg
Package: weka Severity: important Tags: sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 weka fails to build with OpenJDK 17 because rmic has been removed from the JDK: BUILD FAILED /<>/build.xml:93: rmic does not exist under Java 15 and higher, use rmic of an older

Bug#981826: jacoco: FTBFS with OpenJDK 17 due to pack200 removal

2021-02-04 Thread Emmanuel Bourg
Source: jacoco Severity: important Tags: sid bookworm User: debian-j...@lists.debian.org Usertags: default-java17 jacoco fails to build with OpenJDK 17 due to the removal of the pack200 API: [INFO] - [ERROR] COMPILATION ERROR :

Bug#981796: RM: bintray-client-java -- ROM; Not used, service discontinued

2021-02-03 Thread Emmanuel Bourg
. Thank you, Emmanuel Bourg

Bug#981337: tomcat9: cannot set JAVA_HOME in /etc/default/tomcat9 when using systemd service unit

2021-02-01 Thread Emmanuel Bourg
gt; > [Service} > Environment="JAVA_HOME=/usr/lib/jvm/adoptopenjdk-8-hotspot-amd64" > > in its override file, i.e. > /etc/systemd/system/tomcat9.service.d/00_javahome.conf . Hi Giuseppe, This was fixed in the version 9.0.40-1 of the package. You can get it from buster-backports. Emmanuel Bourg

Bug#981557: RM: libjcalendar-java -- ROM; No longer used, abandoned upstream

2021-02-01 Thread Emmanuel Bourg
packaged now (src:lgooddatepicker). Thank you, Emmanuel Bourg

Bug#981497: RM: geronimo-ejb-3.0-spec -- ROM; No longer used, replaced by geronimo-ejb-3.2-spec

2021-01-31 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: debian-j...@lists.debian.org Hi, Please remove the geronimo-ejb-3.0-spec package, it was replaced by geronimo-ejb-3.2-spec and is no longer used. Thank you, Emmanuel Bourg

Bug#981246: RM: geronimo-jta-1.1-spec -- ROM; No longer used, replaced by geronimo-jta-1.2-spec

2021-01-28 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: debian-j...@lists.debian.org Hi, Please remove the geronimo-jta-1.1-spec package, it has been replaced by geronimo-jta-1.2-spec and is no longer used. Thank you, Emmanuel Bourg

Bug#981125: RM: jenkins-htmlunit-core-js -- ROM; No longer used

2021-01-26 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal X-Debbugs-Cc: debian-j...@lists.debian.org Hi, Please remove the jenkins-htmlunit-core-js package, it's an old dependency of jenkins which was removed 5 years ago, it's no longer used and unlikely to be useful in the future. Thank you, Emmanuel Bourg

Bug#980533: ITP: sisu-mojos -- Eclipse Sisu Maven Plugin

2021-01-20 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg X-Debbugs-Cc: debian-de...@lists.debian.org, debian-j...@lists.debian.org * Package name: sisu-mojos Version : 0.3.4 Upstream Author : The Eclipse Foundation * URL : https://github.com/eclipse/sisu.mojos * License

Bug#980467: maven: Fails to run with OpenJDK 16 (Unable to load cache item)

2021-01-19 Thread Emmanuel Bourg
Package: maven Version: 3.6.3-1 Severity: important maven/3.6.3-1 fails to run with OpenJDK 16, the following error is displayed: [ERROR] Error executing Maven. [ERROR] java.lang.IllegalStateException: Unable to load cache item [ERROR] Caused by: Unable to load cache item [ERROR]

Bug#980465: xmlstarlet: Segmentation fault on unrecognized options

2021-01-19 Thread Emmanuel Bourg
Package: xmlstarlet Version: 1.6.1-2.1 Severity: normal Dear Maintainer, I've noticed a segmentation fault when running: $ xmlstarlet ed -v foo.xml Warning: unrecognized option '-v' Segmentation fault -- System Information: Debian Release: bullseye/sid APT prefers

Bug#957576: nagios4: ftbfs with GCC-10

2020-12-20 Thread Emmanuel Bourg
Control: severity -1 important nagios4/4.4.6-2 currently in unstable seems to build fine with gcc-10/10.2.0-18 on the builders [1], so I guess this was fixed? I'm downgrading the severity to let nagios4 migrate to testing. Emmanuel Bourg [1] https://buildd.debian.org/status/package.php?p

Bug#976915: service-wrapper-java: FTBFS on ppc64el: [exec] wrapper.c:(.text+0x3598): undefined reference to `pow'

2020-12-16 Thread Emmanuel Bourg
ture from > the list of supported architectures in debian/control. As a side note, if we keep getting issues with service-wrapper-java I wonder if we could scrap it, systemd is now able to provide similar auto-restart features for services. Emmanuel Bourg

Bug#977027: rhino breaks dojo autopkgtest: Cannot set property "dojo" of null to "[object Object]"

2020-12-16 Thread Emmanuel Bourg
does dojo use upstream? Emmanuel Bourg

Bug#927971: tomcat9: split policy files and libexec scripts so that pki-server can use them

2020-12-16 Thread Emmanuel Bourg
ations hosted by Tomcat when the security manager is enabled. This is convenient when the applications aren't fully trusted. But in the pki-server case there is no trust issue and the security manager could be disabled. The sandboxing could be implemented at the systemd level if necessary. Emmanuel Bourg

Bug#976741: Please publish a "debian" version in /usr/share/maven-repo

2020-12-08 Thread Emmanuel Bourg
quot;debian" version available, but I > understand you rationale and won't push further :) I'd have preferred a 'debian' version for this package too, the 1.x version was picked for no good reason in this case. Emmanuel Bourg

Bug#976716: jbbp: please make the build reproducible

2020-12-07 Thread Emmanuel Bourg
r-pom plugin (from libuber-pom-java). This issue may occur again if this plugin is used to build other packages, in which case it would be better to fix the issue directly at the plugin level. Emmanuel Bourg

Bug#976749: jackson-dataformat-smile: Please publish a "debian" versions in /usr/share/maven-repo

2020-12-07 Thread Emmanuel Bourg
library much easier, as I would not have to hardcode > a version. That's similar to #976741, you have to use the '2.x' version instead of 'debian'. Same thing with the other jackson packages. Emmanuel Bourg

Bug#976741: Please publish a "debian" version in /usr/share/maven-repo

2020-12-07 Thread Emmanuel Bourg
library much easier, as I would not have to hardcode > a version. Hi Louis-Philippe, libyaml-snake-java already provides a Maven artifact with a generic version. You just have to use '1.x' instead of 'debian'. Emmanuel Bourg

Bug#976679: commons-io: Fails to delete a symlink pointing to a non-existing file

2020-12-06 Thread Emmanuel Bourg
Le 06/12/2020 à 22:39, Pierre Gruet a écrit : > This issue is well-documented on the Apache issue tracker [0] and I'm > proposing the enclosed patch by Bernd Rinn to get around it in version 2.8.0. The patch looks good. I'll try to get it applied upstream. Emmanuel Bourg

Bug#975842: google-api-client-java: FTBFS: Could not resolve dependencies for project com.google.api-client:google-api-client:jar:1.27.1

2020-11-29 Thread Emmanuel Bourg
ps of google-oauth-client-java. I've fixed this issue yesterday, libopencensus-java was missing a dependency on libgrpc-java. Emmanuel Bourg

Bug#935203: tomcat9: systemd and /var/lib/tomcat9/policy/

2020-11-24 Thread Emmanuel Bourg
Hi David, Did you try to install systemd 241-5~bpo9+1 from stretch-backports? If you can I recommended upgrading to buster. Emmanuel Bourg

Bug#925473: consider opensysusers

2020-11-24 Thread Emmanuel Bourg
ernative >> implementation of systemd's sysusers that also works with other init >> systems or without init system at all. I think I'll rather wait for the standalone systemd-sysusers package (#946456) and eventually the sysusers support in debhelper (#962384) to remove the systemd-sysusers call in tomcat9.postinst. Emmanuel Bourg

Bug#960931: tomcat9 cannot deploy war files (applications) in sub-directories of his directory catalina_home directory (/var/lib/tomcat9) when tomcat9 is in virtualhost mode

2020-11-24 Thread Emmanuel Bourg
t9 package, i lost my > modification. /usr/lib/systemd/system/tomcat9.service belongs to the package and should not be modified. Custom settings go to a conf file under /etc/systemd/system/tomcat9.service.d/, you can look at the README.Debian file for an example. Emmanuel Bourg

Bug#956804: tomcat9: No way to set CATALINA_OPTS as catalina.sh environment variable

2020-11-23 Thread Emmanuel Bourg
NA_OPTS has ever been intended to be supported in /etc/default/tomcat. Emmanuel Bourg

Bug#974865: Upload problem

2020-11-15 Thread Emmanuel Bourg
On 15/11/2020 20:26, Alejandro Sánchez wrote: > Tomcat 9.0.31 has an upload bug > https://bz.apache.org/bugzilla/show_bug.cgi?id=64202 Thank you for the information but there is need to forward the upstream bugs to the Debian BTS. This will be fixed when the new version is uploaded. Em

Bug#972062: openjfx: Make OpenJFX visible to Java programs by default

2020-10-12 Thread Emmanuel Bourg
to be on the default path. OpenJFX should now be handled like any other library. Setting the classpath is therefore under the reponsability of the script launching the application. Emmanuel Bourg

Bug#972064: Second problem: namespace permission denied

2020-10-12 Thread Emmanuel Bourg
container, could you check in the logs of the host why the permission was denied? If the container isn't unprivileged this is maybe an issue with AppArmor, adding this line to the container conf file might help: lxc.apparmor.profile: unconfined Emmanuel Bourg

Bug#942814: libhibernate-validator-java: update to 5.3.6 breaks reverse-dependencies

2020-09-26 Thread Emmanuel Bourg
version 5.x is a prerequisite to upgrade Spring to the next major release. Also the version 4.x is no longer supported and security issues are frequently reported. The idea is to use libhibernate-validator4-java as a transitional package until all reverse dependencies are updated to use the version 5.x. Emmanuel Bourg

Bug#942814: libhibernate-validator-java: update to 5.3.6 breaks reverse-dependencies

2020-09-25 Thread Emmanuel Bourg
The version 4.x has been packaged separately as libhibernate-validator4-java. libspring-java has been updated to use it but not the other reverse dependencies. Emmanuel Bourg

Bug#926338: tomcat9: tomcat user's home folder is '/'

2020-09-24 Thread Emmanuel Bourg
n "${HOME}/.ssh/" by default, which would mean "/.ssh/". That's a good point. Maybe we could use /var/lib/tomcat as the home directory then. Emmanuel Bourg

Bug#968937: src:derby: Please add support to build against libjson-simple-java >= 3

2020-09-05 Thread Emmanuel Bourg
Thank you for the patch Gilles. Could you also push it upstream? Emmanuel Bourg

Bug#963396: jimfs: FTBFS: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jimfs: Compilation failure

2020-08-10 Thread Emmanuel Bourg
le/common/jimfs/PathService.java:[290,30] > error: is not abstract and > does not override abstract method test(Object) in Predicate Have you tried setting the source/target level to Java 8? Just add this to debian/maven.properties: maven.compiler.source=8 maven.compiler.target=8 Emmanuel Bourg

Bug#964908:

2020-07-27 Thread Emmanuel Bourg
issue. Upgrading bnd isn't straightforward, I'll try to modify the bnd configuration instead. Emmanuel Bourg

Bug#963939: lintian: breakout-link wrongly reported against jar files

2020-07-04 Thread Emmanuel Bourg
eserve the compatibility with the layout of the old src:eclipse package (which dates back to 2002, it was replaced two years ago by a set of smaller packages) : https://packages.debian.org/stretch/amd64/eclipse-platform/filelist https://packages.debian.org/stretch/amd64/eclipse-rcp/filelist Emmanuel Bourg

Bug#964070: Upgrading freehep to latest upstream (needed by cdk and probably others)

2020-07-01 Thread Emmanuel Bourg
. Even if the geogebra package is outdated it's still fairly popular. Would it be possible to package an older version of FreeHEP so we can preserve geogebra? Emmanuel Bourg

Bug#952370: #952370 not fixed yet

2020-06-28 Thread Emmanuel Bourg
rased the fix just before uploading. I'll upload it again. Emmanuel Bourg

Bug#963884: libmaven-plugin-tools-java: circular dependency with libsurefire-java

2020-06-28 Thread Emmanuel Bourg
at may trigger an issue during upgrades. Emmanuel Bourg

Bug#963939: lintian: breakout-link wrongly reported against jar files

2020-06-28 Thread Emmanuel Bourg
to architecture independent jar files. Emmanuel Bourg

Bug#963615: ITP: jakarta-annotation-api -- Annotations for common semantic concepts in the Java SE and Jakarta EE platforms

2020-06-25 Thread Emmanuel Bourg
his case. This is a very small API consisting in 14 Java annotations that have barely changed in years. The risk of radical changes between the RC and the final release is really zero. Emmanuel Bourg

Bug#963615: ITP: jakarta-annotation-api -- Annotations for common semantic concepts in the Java SE and Jakarta EE platforms

2020-06-25 Thread Emmanuel Bourg
l version will be nearly identical. The JakartaEE APIs consist basically in the JavaEE versions that have been stable and in use for years with the base package renamed from 'javax' to 'jakarta'. I don't expect much surprise in the final version. Emmanuel Bourg

Bug#963615: ITP: jakarta-annotation-api -- Annotations for common semantic concepts in the Java SE and Jakarta EE platforms

2020-06-24 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: jakarta-annotation-api Version : 2.0.0~RC1 Upstream Author : Eclipse Foundation * URL : https://github.com/eclipse-ee4j/common-annotations-api * License : EPL-2.0 Programming Lang: Java

Bug#851557: maven-repo-helper: Fails to parse

2020-06-20 Thread Emmanuel Bourg
This issue also occurs with jakarta-activation 2.0: SEVERE: An error occured when processing the pom file ./activation/pom.xml javax.xml.stream.XMLStreamException: ParseError at [row,col]:[76,17] Message: http://www.w3.org/TR/1999/REC-xml-names-19990114#ElementPrefixUnbound?Xlint:all

Bug#962915: RM: swt4-gtk [armel armhf i386 mipsel] -- ROM; Upstream no longer supports 32 bits architectures

2020-06-15 Thread Emmanuel Bourg
on these architectures. Thank you, Emmanuel Bourg

Bug#962835: ITP: tomcat-jakartaee-migration -- Apache Tomcat migration tool for Jakarta EE

2020-06-14 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: tomcat-jakartaee-migration Version : 0.0.2 Upstream Author : The Apache Software Foundation * URL : https://github.com/apache/tomcat-jakartaee-migration * License : Apache-2.0 Programming

Bug#952913: biglybt: Side Bar rapidly flickers on mouse hoover

2020-06-13 Thread Emmanuel Bourg
Le 13/06/2020 à 08:57, e...@i2pmail.org a écrit : > Version: 2.4.0.0-1 > > With latest BBT I can no longer reproduce the bug. Great news, thank you for the feedback. Did you try in testing or sid? There is also a new version of SWT in unstable that may have fixed this issue. Emmanuel Bourg

Bug#962448: mailing-list-obsolete-in-debian-infrastructure: Please ignore the Debian Java Maintainers address

2020-06-08 Thread Emmanuel Bourg
to migrate 1000+ packages to a different address. Could you please exclude this address from the ones reported by this tag? Thank you, Emmanuel Bourg

Bug#922136: jmeter wont start due to mismatch version of PatternMatcher

2020-06-07 Thread Emmanuel Bourg
ror means OpenJDK 8 is your default JRE. You should use OpenJDK 11 instead: sudo update-java-alternatives --set java-1.11.0-openjdk-amd64 Emmanuel Bourg

Bug#942876: openjdk-11-jre-dcevm: Doesn't start up anymore after updating openjdk-11-jre

2020-05-31 Thread Emmanuel Bourg
Le 14/05/2020 à 17:10, Ruedi Steinmann a écrit : > According to upstream the issue is fixed now. Just tried the version 11.0.7+1 and it looks good now. Uploading soon. Emmanuel Bourg

Bug#961941: RM: gmetric4j -- ROM; No longer used, low popcon

2020-05-31 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the gmetric4j package, it was only used by dropwizard-metrics but isn't anymore since the version 3.2.6-1. Thank you, Emmanuel Bourg

Bug#961839: closure-compiler: FTBFS: is not abstract and does not override abstract method test(Object) in Predicate

2020-05-31 Thread Emmanuel Bourg
closely emulate java.util.function.Predicate [2] and use of the > Guava Predicate is discouraged by its authors anyway [3]. If that helps, building closure-compiler with source/target=8 should fix this issue. I did that for Gradle this week to fix the same issue. Emmanuel Bourg

Bug#961797: ITP: eclipse-remote-services-api -- Eclipse Remote Services API

2020-05-31 Thread Emmanuel Bourg
the name of the OSGi bundles, so libeclipse-remote-core-java and libeclipse-remote-ui-java. Emmanuel Bourg

Bug#961298: jodd: CVE-2018-21234: Potential vulnerability in JSON deserialization

2020-05-30 Thread Emmanuel Bourg
y adds an optional whitelisting feature to check the classes being deserialized. But the default behavior is still the same (no check), so the charge of addressing the vulnerability is actually shifted to the applications using jodd. Emmanuel Bourg

Bug#960630: ant: CVE-2020-1945

2020-05-17 Thread Emmanuel Bourg
build.xml file. Since it requires an action from the user and the issue is already avoidable I'm tempted to think a backport to stable isn't important. Emmanuel Bourg

Bug#959113: guava-libraries: Please update to recent upstream (v25.1 or later)

2020-05-09 Thread Emmanuel Bourg
mpatibility. I think I've fixed most (and hopefully all) of the regressions reported by ratt. Emmanuel Bourg

Bug#959937: tomcat9: update to tomcat9:amd64 9.0.31-1~deb10u1 breaks application

2020-05-08 Thread Emmanuel Bourg
is best when Emmanuel Bourg chimes in here. On the other hand, putting a license header in a META-INF file is absurd, this type of file is purely functional and unlikely to be copyrightable anyway. I suggest patching the tomcat9 package to remove the comment from res/META-INF/jasper-el.

Bug#959565: libjdom2-intellij-java: FTBFS: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':contrib:co

2020-05-05 Thread Emmanuel Bourg
Control: reassign -1 libxalan2-java Control: found -1 2.7.2-3 Control: severity -1 important Control: affects -1 + libjdom2-intellij-java Control: retitle -1 libxalan2-java: xml-apis dependency left in the xalan:serializer pom The actual issue is with libxalan2-java, because the xalan:serializer

Bug#959113: guava-libraries: Please update to recent upstream (v25.1 or later)

2020-05-05 Thread Emmanuel Bourg
t version. That said, I've uploaded the version 23.6.1 to experimental, and the version 29.0 should follow soon. So if it doesn't work with Guava 19 you can try with the recent releases. Emmanuel Bourg

Bug#959766: libnetty-java: Please package all class files within netty-all.jar

2020-05-05 Thread Emmanuel Bourg
If Bazel pulls the transitive dependencies this shouldn't be a problem. Otherwise you can simply replace the netty-all dependency by the individual artifacts used by Bazel. Emmanuel Bourg

Bug#959567: marked as done (dom4j: FTBFS: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':testCompile

2020-05-05 Thread Emmanuel Bourg
epends on xml-apis but the package doesn't depend on libjaxp1.3-java. Any package depending on xalan is likely to fail similarly. The xml-apis artifact contains the javax.xml classes now integrated in the JDK. In most cases this dependency can be dropped (from the poms and the packages dependencies). Emmanuel Bourg

Bug#959113: guava-libraries: Please update to recent upstream (v25.1 or later)

2020-05-01 Thread Emmanuel Bourg
Hi Olek, Le 29/04/2020 à 15:38, Olek Wojnar a écrit : > Please update guava-libraries to a newer version. This is necessary for > properly packaging Bazel in Debian. Bazel is currently using version 25.1. Did you try building Bazel with the version 19 of Guava currently packaged? Em

Bug#956585: openjfx: FTBFS on all making openjfx uninstallable

2020-04-19 Thread Emmanuel Bourg
Le 19/04/2020 à 20:57, Sebastiaan Couwenberg a écrit : > 11.0.7+0-2 still FTBFS on arm64 & mips*, will you still file the RM bugs > for openjfx & zeroc-ice to unblock the testing migration or shall I? Yes go ahead with the RM, thank you for the help. Emmanuel Bourg

Bug#958055: dom4j: CVE-2020-10683: XML External Entity vulnerability in default SAX parser

2020-04-18 Thread Emmanuel Bourg
esn't fix anything, the constructor of SAXReader still allows external entities by default, but the documentation now suggests to disable them. Emmanuel Bourg

Bug#956585: openjfx: FTBFS on all making openjfx uninstallable

2020-04-13 Thread Emmanuel Bourg
er bug. > Will openjfx & zeroc-ice be removed from those architectures to allow it > to migrate to testing if that's the case? I'll request the mips binaries to be removed if it still doesn't work. Emmanuel Bourg

Bug#956160: strip-nondeterminism: Support zip-based OpenJDK symbol file (ct.sym)

2020-04-07 Thread Emmanuel Bourg
, Emmanuel Bourg

Bug#956154: openjdk-11: Make the copyright date reproducible

2020-04-07 Thread Emmanuel Bourg
Source: openjdk-11 Version: 11.0.7+9-1 Severity: normal The makefile of OpenJDK computes the current year to be used in the copyright templates. By default the year is derived from the current date and this makes the build non reproducible. There is a --with-copyright-year configure option to

Bug#955290: maven-archiver version 3.5.0 is out

2020-04-06 Thread Emmanuel Bourg
Le 06/04/2020 à 16:41, tony mancill a écrit : > I'm going to look what it would take to update those packages, but I > might use a trick that Emmanuel has used in the past, which is to > restore the removed methods. Yes that's definitely the recommended solution :) Emmanuel Bourg

Bug#955530: tomcat9: ipa-server-install fails due to servlet crash

2020-04-05 Thread Emmanuel Bourg
t.GenericServlet.init(GenericServlet.java:158) Hi Timo, Why do you think this is related to tomcat9? Emmanuel Bourg

Bug#953492: RM: weupnp -- ROM; Not used, low popcon

2020-03-09 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, please remove the weupnp package, this package isn't used and has a low popcon. This was a jitsi dependency left over after its removal in 2017. Thank you, Emmanuel Bourg

Bug#953490: RM: jmxetric -- ROM; Not used, low popcon

2020-03-09 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, please remove the jmxetric package, this package isn't used, has a low popcon, and the project is dead upstream. Better and actively maintained alternatives like jmxtrans could be packaged as a replacement. Thank you, Emmanuel Bourg

Bug#953480: RM: jsmpp -- ROM; Not used, low popcon

2020-03-09 Thread Emmanuel Bourg
Package: ftp.debian.org Severity: normal Hi, Please remove the jsmpp package, this package isn't used, has a low popcon and has never been upgraded since its initial upload 5 years ago. Thank you, Emmanuel Bourg

Bug#942876: openjdk-11-jre-dcevm: Doesn't start up anymore after updating openjdk-11-jre

2020-03-05 Thread Emmanuel Bourg
Le 22/10/2019 à 19:20, Michael Meier a écrit : > java -dvecm can't be executed anymore: > > java -dcevm > java: relocation error: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so: > symbol JVM_InitializeFromArchive version SUNWprivate_1.1 not defined in file > libjvm.so with link time reference

Bug#952942: biglybt: package ignores ~/.biglybt/java.vmoptions

2020-03-05 Thread Emmanuel Bourg
is fixed in the next update. Emmanuel Bourg

Bug#952913: biglybt: Side Bar rapidly flickers on mouse hoover

2020-03-01 Thread Emmanuel Bourg
esktop environment did you use? Emmanuel Bourg

Bug#935203: tomcat9: systemd configuration fails to allow tomcat to write to it's own directory

2020-02-24 Thread Emmanuel Bourg
Hi Kit, Thank you for the report. Does it work better if you install systemd 241-5~bpo9+1 from stretch-backports? Emmanuel Bourg

Bug#948553: Tomcat9 startup script ignores CATALINA_PID

2020-02-24 Thread Emmanuel Bourg
It looks like this is fixed in Tomcat 9.0.17 (no packaged yet). Emmanuel Bourg

Bug#952436: Bug#952437: tomcat9: vulnerable for "ghostcat", CVE-2020-1938 / CNVD-2020-10487

2020-02-24 Thread Emmanuel Bourg
/8.5.50-0+deb9u1/debian/patches/0002-do-not-load-AJP13-connector-by-default.patch https://salsa.debian.org/java-team/tomcat7/blob/debian/7.0.56-3+really7.0.91-1/debian/patches/0002-do-not-load-AJP13-connector-by-default.patch Emmanuel Bourg

Bug#948286: maven: CDK 2.3 fails to compile with Maven 3.6.2 with ClassNotFoundException

2020-01-07 Thread Emmanuel Bourg
pen if libmaven3-core-java had the correct versioned dependency on libplexus-utils2-java. Unfortunately due to a bug in maven-debian-helper the versioned dependency is wrong (the version is 2.x instead of 3.2.1). Emmanuel Bourg

Bug#948309: guice: Package the no_aop jar

2020-01-07 Thread Emmanuel Bourg
Le 07/01/2020 à 00:02, Emmanuel Bourg a écrit : > It could be placed into it's own libguice-noaop-java package, > this would save ~400KB when installing Maven. Actually this won't work, because Maven still depends indirectly on Guice through: maven -> libmaven3-core-java -> libsisu

Bug#948310: maven: Depend on Guice no_aop

2020-01-06 Thread Emmanuel Bourg
: - libmaven3-core-java has to depend on libguice-noaop-java instead of libguice-java - the guice.jar symlink in /usr/share/maven/lib should point to the no_aop variant Emmanuel Bourg

Bug#948309: guice: Package the no_aop jar

2020-01-06 Thread Emmanuel Bourg
could address this issue. It could be placed into it's own libguice-noaop-java package, this would save ~400KB when installing Maven. Emmanuel Bourg [1] https://github.com/google/guice/wiki/OptionalAOP [2] https://github.com/cglib/cglib/issues/129

Bug#947775: ITP: biglybt -- BiglyBT BitTorrent client

2019-12-30 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: biglybt Version : 2.2.0.2 Upstream Author : Bigly Software, Inc * URL : http://www.biglybt.com * License : GPL-2+ Programming Lang: Java Description : BiglyBT BitTorrent client

Bug#471537: fixed in lintian 2.42.0

2019-12-29 Thread Emmanuel Bourg
On 29/12/2019 17:50, Felix Lechner wrote: > Done with: > > > https://salsa.debian.org/lintian/lintian/commit/ca5adad9cb21805b871a9f2e6cdd30b8bdb0246c > > Thanks for helping to make Lintian better. Thank you for the quick fix! Emmanuel Bourg

Bug#471537: fixed in lintian 2.42.0

2019-12-28 Thread Emmanuel Bourg
or pedantic, and adjust the description to explain the suffix is optional. Emmanuel Bourg

Bug#845113: scala 2.12 released. Please upload version 2.12 ASAP into debian sid, so that it integrates into debian stable 9 stretch

2019-12-13 Thread Emmanuel Bourg
s blocked by the packaging of SBT which causes substantial issues. Help is welcome. Emmanuel Bourg

Bug#925473: tomcat9: sysvinit script missing (Policy §9.11¶2 “must”)

2019-12-09 Thread Emmanuel Bourg
. If the conflict can't be lifted I can see two solutions, either elogind provides its own version of systemd-sysusers, or systemd-sysusers is extracted into an independent package that doesn't conflict with elogind (I've filed #946456 for that). Emmanuel Bourg

<    1   2   3   4   5   6   7   8   9   10   >