Bug#902861: axis: FTBFS with Java 10 due to com.sun.net.ssl removal

2018-07-02 Thread Emmanuel Bourg
Source: axis Severity: serious Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java10 axis fails to build with Java 10 due to the removal of the com.sun.net.ssl API: ./axis/src/org/apache/axis/components/net/SunFakeTrustSocketFactory.java:24: error: package com.sun.net.ss

Bug#902861: axis: FTBFS with Java 10 due to com.sun.net.ssl removal

2018-07-02 Thread Emmanuel Bourg
Le 02/07/2018 à 14:51, Emmanuel Bourg a écrit : > axis fails to build with Java 10 due to the removal of the com.sun.net.ssl > API: > > > ./axis/src/org/apache/axis/components/net/SunFakeTrustSocketFactory.java:24: > error: package com.sun.net.ssl does no

Bug#902895: Bug #902895 in ant marked as pending

2018-07-03 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #902895 in ant reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/ant/commit/d28ae18aa81495efd9bf33dbcc84838fd586315c

Bug#902787: Add support for JTS 1.15

2018-07-07 Thread Emmanuel Bourg
Le 07/07/2018 à 23:16, Sebastiaan Couwenberg a écrit : > Control: severity -1 serious > > jts (1.15.1+ds-1) has been uploaded to unstable. Hi Sebastiaan, do you think you could provide a patch fixing the reverse dependencies please? Emmanuel Bourg

Bug#873213: FTBFS with Java 9

2018-07-13 Thread Emmanuel Bourg
Control: tags -1 + pending Control: block -1 by 903617 903658 903653 903645 903632 903575 903559 The packaging of AspectJ 1.9 which supports Java 9 and later is ready in the Git repository on Salsa. New Eclipse packages are required before uploading though.

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

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.

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.

Bug#909040: davmail: A JNI error has occurred

2018-09-17 Thread Emmanuel Bourg
Control: reassign -1 jarwrapper Control: affects -1 davmail This is a jarwrapper bug, the CheckProperty class was compiled without specifying the source/target level, thus defaulting to Java 10 bytecode (version 54.0).

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

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.

Bug#873213: Bug #873213 in aspectj marked as pending

2018-09-20 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #873213 in aspectj reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/aspectj/commit/91a2664bc1e22fce7968d0e7ebf8afc3

Bug#906370: Bug #906370 in jmock2 marked as pending

2018-09-20 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #906370 in jmock2 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/jmock2/commit/b347bb139a6924affd1fcb6a21b88b0ad2

Bug#906375: Bug #906375 in libxml-security-java marked as pending

2018-09-24 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #906375 in libxml-security-java reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/libxml-security-java/commit/5c42ca

Bug#908166: Bug #908166 in swt-gtk marked as pending

2018-09-24 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #908166 in swt-gtk reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/swt-gtk/commit/86679ce2b105be643584d39a3e7d92cc

Bug#881573: scala FTBFS: A class needed by class class org.eclipse.aether.internal.ant.types.RemoteRepository cannot be found: org/codehaus/plexus/logging/AbstractLogEnabled

2017-11-13 Thread Emmanuel Bourg
aether-ant-tasks. I'll look into this. Emmanuel Bourg

Bug#881573: scala FTBFS: A class needed by class class org.eclipse.aether.internal.ant.types.RemoteRepository cannot be found: org/codehaus/plexus/logging/AbstractLogEnabled

2017-11-13 Thread Emmanuel Bourg
Control: reassign -1 aether-ant-tasks Control: affects -1 scala This is indeed an issue with aether-ant-tasks which is missing a classpath entry for sisu-plexus.jar.

Bug#681726: Time to remove eclipse from Testing?

2017-11-15 Thread Emmanuel Bourg
kage. I'll see if this can be disabled. Emmanuel Bourg

Bug#681726: Time to remove eclipse from Testing?

2017-11-16 Thread Emmanuel Bourg
Le 15/11/2017 à 17:56, Emmanuel Bourg a écrit : > I suspect we build the aspectj eclipse plugin but don't even install it > in the binary package. I'll see if this can be disabled. Long story short, it can't. aspectj deeply depends on eclipse jdt. Also upgrading to the

Bug#882052: byte-buddy: missing build dependency on libeclipse-aether-java

2017-11-18 Thread Emmanuel Bourg
Good catch. Actually it should depend on maven-resolver, eclipse-aether is about to be removed. Emmanuel Bourg

Bug#829078: Any word?

2016-11-18 Thread Emmanuel Bourg
r prime time yet and will probably not be part of the Stretch release. Emmanuel Bourg [1] https://www.elastic.co/downloads/elasticsearch

Bug#803713: Elasticsearch should not be part of a Debian release

2016-11-19 Thread Emmanuel Bourg
Hi Hilko, Do you think elasticsearch should be removed from unstable? Emmanuel Bourg

Bug#845385: Privilege escalation via removal

2016-11-22 Thread Emmanuel Bourg
something like "chmod -R 640 /etc/tomcat8" right before the chown is an appropriate solution to this issue? Emmanuel Bourg [1] https://anonscm.debian.org/cgit/pkg-java/tomcat6.git/commit/?id=f67781f

Bug#845385: Privilege escalation via removal

2016-11-29 Thread Emmanuel Bourg
ion permissions for all users and setgid root after the purge. Any local user can then take control of the system. Emmanuel Bourg

Bug#845385: Privilege escalation via removal

2016-11-30 Thread Emmanuel Bourg
tomcat user for the tomcat{7,8,9} package that would be easier. This would be similar to the jetty8 and jetty9 packages sharing the same 'jetty' user (but in this case the user is also removed when the package is uninstalled, this is problematic when the old package is removed after the new one is installed). Emmanuel Bourg

Bug#845385: Privilege escalation via removal

2016-11-30 Thread Emmanuel Bourg
3 also removes the webapp configuration the administrator is going to be angry (but arguably less than having his system hacked). Emmanuel Bourg

Bug#845385: Privilege escalation via removal

2016-11-30 Thread Emmanuel Bourg
root:root? That would be less disruptive for the stable and oldstable updates than removing /etc/tomcat8 completely. Emmanuel Bourg

Bug#845393: Pending fixes for bugs in the tomcat8 package

2016-12-01 Thread Emmanuel Bourg
is fixes the issue you reported. https://anonscm.debian.org/cgit/pkg-java/tomcat8.git/commit/?id=02570d6 The script still chmods the Catalina directory but this one can't be replaced by a symlink. Emmanuel Bourg

Bug#845393: Pending fixes for bugs in the tomcat8 package

2016-12-01 Thread Emmanuel Bourg
directory is not group-writable. This is worth trying. The catch is that other packages also install files into /etc/tomcat8/Catalina/localhost, so they all have to set the permissions properly. I'll probably go down this path if someone has a good argument supporting the use of copyXML=true. Emmanuel Bourg

Bug#845393: Pending fixes for bugs in the tomcat8 package

2016-12-01 Thread Emmanuel Bourg
nd not a file. I know these packages are broken/outdated, but they are the only examples of how web applications are supposed to be packaged in Debian. Emmanuel Bourg

Bug#922678: Bug #922678 in openjdk-11-jre-dcevm marked as pending

2019-02-24 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #922678 in openjdk-11-jre-dcevm reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/openjdk-11-jre-dcevm/commit/957cd53

Bug#909259: Bug #909259 in procyon marked as pending

2019-02-25 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #909259 in procyon reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/procyon/commit/6cc3de7e70d327fa597af22d3da08015a

Bug#923284: Seemingly miscompiles with jdk-11

2019-02-25 Thread Emmanuel Bourg
Thank you for the report Sjoerd. What error did you get when compiling gradle with the rebuilt bsh? Emmanuel Bourg

Bug#923284: Seemingly miscompiles with jdk-11

2019-02-26 Thread Emmanuel Bourg
in the bsh build, or by patching Gradle to use Opcodes.ASM7. Emmanuel Bourg

Bug#923317: FTBS: fails to build after libjaxp1.3-java is rebuild on buster

2019-02-26 Thread Emmanuel Bourg
Le 26/02/2019 à 11:23, Sjoerd Simons a écrit : > This may or may not be related to 923284 This is the same issue. Gradle breaks when its dependencies use Java 11 bytecode. Emmanuel Bourg

Bug#923284: Seemingly miscompiles with jdk-11

2019-02-26 Thread Emmanuel Bourg
of the bug can be downgraded because the issue only appears if the dependencies are rebuilt. If the issue also appears when project dependencies use Java 11 this is a more important issue. Emmanuel Bourg

Bug#893244: jruby FTBFS with openjdk-9

2019-02-26 Thread Emmanuel Bourg
close it now and Debian bug #917702 too? Any hope to package JRuby 9.2.x? AFAIK it supports Java 11 better. Emmanuel Bourg

Bug#923564: FTBFS: Could not resolve org.codehaus.plexus:plexus-classworlds:2.5.2

2019-03-01 Thread Emmanuel Bourg
Package: osmosis Version: 0.47-3 Severity: serious Hi, osmosis currently fails to build in unstable, that was probably caused by the upgrade of plexus-classworlds in January. Here is a patch fixing the issue. Emmanuel Bourg diff --git a/debian/control b/debian/control index 4ff5eb5..90019ea

Bug#923564: FTBFS: Could not resolve org.codehaus.plexus:plexus-classworlds:2.5.2

2019-03-02 Thread Emmanuel Bourg
BFS or not osmosis had to be updated at some point anyway. Emmanuel Bourg

Bug#923564: FTBFS: Could not resolve org.codehaus.plexus:plexus-classworlds:2.5.2

2019-03-02 Thread Emmanuel Bourg
e doing here. If osmosis doesn't transition before the full freeze the Release Team will accept an unblock request to fix a FTBFS. Emmanuel Bourg

Bug#923709: svgsalamander: FTBFS with Java 11.0.2 (The code being documented uses packages in the unnamed module)

2019-03-04 Thread Emmanuel Bourg
Source: svgsalamander Severity: serious Tags: buster sid svgsalamander fails to build with Java 11.0.2 due to javadoc changes: -javadoc-build: [mkdir] Created dir: /build/svgsalamander-1.1.1+dfsg/svg-core/dist/javadoc [javadoc] Warning: Leaving out empty argument '-windowtitle' [j

Bug#923709: Bug #923709 in svgsalamander marked as pending

2019-03-04 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #923709 in svgsalamander reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/svgsalamander/commit/e21ae07b14950c655e336

Bug#855324: pdfsam fails to start

2017-02-21 Thread Emmanuel Bourg
27;t mind removing it. Emmanuel Bourg

Bug#856560: ppc64el: "Cannot find any VM in Java Home" issue

2017-03-02 Thread Emmanuel Bourg
Control: severity -1 important Thank you for the report Breno. I'm lowering the severity, I don't think this is critical to the point the package should be removed from Stretch. Emmanuel Bourg

Bug#893250: Bug #893250 in libapache-poi-java marked as pending

2018-07-24 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #893250 in libapache-poi-java reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/libapache-poi-java/commit/5ac19623be

Bug#893302: lwjgl FTBFS with openjdk-9

2018-07-28 Thread Emmanuel Bourg
Control: reopen -1 Control: severity -1 important I'm reopening the bug because ultimately this issue will have to be fixed, but I'm lowering the severity to prevent the autoremoval.

Bug#898952: Bug #898952 in libnative-platform-java marked as pending

2018-07-29 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #898952 in libnative-platform-java reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/libnative-platform-java/commit/

Bug#905013: libquartz2-java: FTBFS with Java 10 due to return type change of javax.xml.namespace.NamespaceContext.getPrefixes​()

2018-07-30 Thread Emmanuel Bourg
Package: libquartz2-java Version: 2.2.3-3 Severity: serious Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java10 libquartz2-java fails to build with Java 10 due to a change in the signature of the getPrefixes​() method in javax.xml.namespace.NamespaceContext: [ERROR] Fai

Bug#905013: Bug #905013 in libquartz2-java marked as pending

2018-07-30 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #905013 in libquartz2-java reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/libquartz2-java/commit/a83bffc7e5327d16

Bug#891437: dom4j FTBFS: test failure

2018-07-30 Thread Emmanuel Bourg
Control: reassign -1 testng Control: affects -1 dom4j Control: forcemerge 895886 891437 This issue is actually a duplicate of #895886.

Bug#905139: apache-log4j2: FTBFS with Java 10 due to a javadoc bug triggered by static String literals containing angle brackets

2018-07-31 Thread Emmanuel Bourg
Source: apache-log4j2 Version: 2.10.0-2 Severity: serious Tags: sid buster User: debian-j...@lists.debian.org Usertags: default-java10 apache-log4j2 currently fails to build with Java 10, the build breaks with the following javadoc error: [ERROR] javadoc: error - An internal exception has occur

Bug#905139: Bug #905139 in apache-log4j2 marked as pending

2018-07-31 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #905139 in apache-log4j2 reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/apache-log4j2/commit/11dcfae2d315b3114a3b

Bug#893312: lombok FTBFS with openjdk-9

2018-07-31 Thread Emmanuel Bourg
Control: reopen -1 Control: severity -1 important I'm reopening the bug because ultimately this issue will have to be fixed, but I'm lowering the severity to prevent the autoremoval.

Bug#905145: jakarta-jmeter: FTBFS with Java 9 due to Swing changes

2018-07-31 Thread Emmanuel Bourg
Source: jakarta-jmeter Version: 2.13-3 Severity: serious User: debian-j...@lists.debian.org Usertags: default-java9 jakarta-jmeter fails to build with Java 9 due to the generification of the javax.swing.JTable constructors: compile-jorphan: [mkdir] Created dir: /build/1st/jakarta-jmeter-2

Bug#877706: Bug #877706 in jakarta-jmeter marked as pending

2018-07-31 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #877706 in jakarta-jmeter reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/jakarta-jmeter/commit/ec0147497d56961274

Bug#905145: Bug #905145 in jakarta-jmeter marked as pending

2018-07-31 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #905145 in jakarta-jmeter reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below, and you can check the diff of the fix at: https://salsa.debian.org/java-team/jakarta-jmeter/commit/fc51322ad612ab629c

Bug#906371: Probable new default version of Java issue: Bug#906371: jmodeltest: FTBFS in buster/sid

2018-08-19 Thread Emmanuel Bourg
go/darwin/jmodeltest/ModelTestService.java:31: error: package converter does not exist [javac] import converter.Factory; [javac] ^ There is an issue with a dependency (alter-sequence-alignment maybe?), the Java version isn't to blame here. Emmanuel Bourg

Bug#888547: CVE-2017-1000190

2018-08-23 Thread Emmanuel Bourg
e-xml is a dependency of carrotsearch-randomizedtesting. The fix should be trivial, it's just a matter of disabling external entities parsing on the underlying XML parser. And maybe we've already fixed the XML parser used by default. Emmanuel Bourg

Bug#902861: axis: FTBFS with Java 10 due to com.sun.net.ssl removal

2018-08-23 Thread Emmanuel Bourg
nished once that was reverted in ant/1.10.4-2. Emmanuel Bourg

Bug#888547: CVE-2017-1000190

2018-08-23 Thread Emmanuel Bourg
ist for collecting RC bugs. I agree. Not all CVEs are equally important though, here simple-xml is just a test dependency of another package and has a very low popcon, the vulnerability has no real impact on the Debian users. Emmanuel Bourg

Bug#906375: Tried new upstream version

2018-08-25 Thread Emmanuel Bourg
On 25/08/2018 09:00, Andreas Tille wrote: > I realised that there is a new upstream version, fixed the watch file in > Git and tried to build the package. Unfortunately the build fails as > well. Do you get the same build failure with the new version? Emmanuel Bourg

Bug#906375: Tried new upstream version

2018-08-25 Thread Emmanuel Bourg
On 25/08/2018 17:44, Andreas Tille wrote: > No, it is different: > [ERROR] The project com.itextpdf:itextpdf:5.5.13 > (/build/libitext5-java-5.5.13/itext/pom.xml) has 1 error > [ERROR] Non-resolvable parent POM for com.itextpdf:itextpdf:5.5.13: > Cannot access central (https://repo.maven.a

Bug#906375: libitext5-java: FTBFS in buster/sid (method marshal in class org.apache.jcp.xml.dsig.internal.dom.DOMXMLSignature cannot be applied to given types)

2018-08-29 Thread Emmanuel Bourg
On 28/08/2018 21:31, Jochen Sprickerhof wrote: > As a quick fix we could probably hack around the visibility modifiers of > Marshaller, but I guess that would be rather ugly. Just mentioning it > for completeness. +1 for adjusting the xml-security API. Emmanuel Bourg

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.

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/msg00020.html

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#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.

Bug#917975: Bug #917975 in eclipse-jdt-debug marked as pending

2019-01-01 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #917975 in eclipse-jdt-debug reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/eclipse-jdt-debug/commit/764f7e9134687

Bug#917576: stegosuite: depends on libswt-gtk2 which is no longer built

2019-01-02 Thread Emmanuel Bourg
27;, and we've set the --has-package-version flag stating that the pom and the package have the same version, which is wrong. I've fixed that in swt4-gtk/4.10.0-2 Emmanuel Bourg

Bug#917727: openhft-lang: FTBFS: [ERROR] /<>/lang/src/main/java/net/openhft/lang/io/IOTools.java:[85, 13] cannot find symbol

2019-01-02 Thread Emmanuel Bourg
is moment what versions of the OpenHFT libraries are required. Emmanuel Bourg

Bug#873341: SBT is uninstallable; depends on nonexistent packages

2019-01-03 Thread Emmanuel Bourg
er and I don't have the time to look into this anymore. If someone wants to pick the ball the next steps are to: 1. build SBT 1.0 without the embedded libraries 2. build Scala 2.12 Emmanuel Bourg

Bug#906398: projectreactor: FTBFS in buster/sid

2019-01-05 Thread Emmanuel Bourg
3.4.2-1 and it derailed the jarjar processing. Emmanuel Bourg

Bug#906398: Bug #906398 in jarjar marked as pending

2019-01-05 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #906398 in jarjar reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/jarjar/commit/ccaf9a36d3997189b62e9a40467d8c7808e

Bug#850798: tika: FTBFS: Could not resolve dependencies for project org.apache.tika:tika-parsers:jar:1.5

2019-01-06 Thread Emmanuel Bourg
Control: reassign -1 libvorbis-java Control: affects -1 src:tika I'm reassigning the bug to vorbis-java because the tika module should be enabled there to fix this dependency issue. I'll look at the other compilation errors separately. Emmanuel Bourg

Bug#850798: Bug #850798 in vorbis-java marked as pending

2019-01-06 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #850798 in vorbis-java reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/vorbis-java/commit/fa4d31bd4ed86256d98ba839f

Bug#919092: Bug #919092 in mongo-java-driver marked as pending

2019-01-12 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #919092 in mongo-java-driver reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/mongo-java-driver/commit/2131e5961ae83

Bug#919095: (no subject)

2019-01-13 Thread Emmanuel Bourg
Control: tags -1 + wontfix Control: close -1 log4j doesn't depend on mongodb.

Bug#919092: Bug#919095: Bug#919092: fixed in mongo-java-driver 3.6.3-2

2019-01-13 Thread Emmanuel Bourg
s can wait the next package update. I don't think the mongodb module is actually used. Emmanuel Bourg

Bug#912476: libapache-poi-java FTBFS with OpenJDK 11

2019-01-17 Thread Emmanuel Bourg
rsion 3.17 first. That'll allow us to upgrade tika. I'll then proceed to upgrade POI to the version 4.x. Emmanuel Bourg

Bug#825501: Bug #825501 in tika marked as pending

2019-01-19 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #825501 in tika reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/tika/commit/da8f564f02250bc904da8c03c45d2fa4c8f9c14

Bug#912476: Bug #912476 in libapache-poi-java marked as pending

2019-01-21 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #912476 in libapache-poi-java reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/libapache-poi-java/commit/f73c09cc8ef

Bug#893227: libbluray FTBFS with openjdk-9

2019-01-22 Thread Emmanuel Bourg
in the Java community is to support only the LTS releases (Java 8, 11, 17, etc). Emmanuel Bourg

Bug#919064: scala FTBFS: java.lang.NoClassDefFoundError: com/tonicsystems/jarjar/asm/commons/ModuleHashesAttribute

2019-01-22 Thread Emmanuel Bourg
a bottle of Champagne if someone does). The good news is, we won't have to go that route, because this issue isn't caused by Scala but by jarjar. It embeds a subset of the ASM classes and at least one is missing. I'll upload a fix today. Emmanuel Bourg

Bug#919064: Bug #919064 in jarjar marked as pending

2019-01-22 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #919064 in jarjar reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/jarjar/commit/1808732905069364dc97ae7cb2666ad8c17

Bug#918552: Bug #918552 in lombok marked as pending

2019-01-22 Thread Emmanuel Bourg
Control: tag -1 pending Hello, Bug #918552 in lombok reported by you has been fixed in the Git repository and is awaiting an upload. You can see the commit message below and you can check the diff of the fix at: https://salsa.debian.org/java-team/lombok/commit/c2721ae83c0f09cc3a83bd37a07835a36bb

Bug#920714: lombok: Build-Depends on openjdk-8-jdk which will no be in buster

2019-01-28 Thread Emmanuel Bourg
Control: severity -1 wishlist Hi Andreas, Actually lombok is the exception that is forcing us to ship (but not support) openjdk-8-jdk in Buster. It's a build time only dependency, lombok works with OpenJDK 11 at runtime. Emmanuel Bourg

Bug#897945: #897945 still present/breaks with Java 8

2019-01-29 Thread Emmanuel Bourg
visualvm with Java 8? You tried running visualvm with Java 8 or you tried attaching visualvm to a Java 8 VM? Emmanuel Bourg

Bug#897945: #897945 still present/breaks with Java 8

2019-01-29 Thread Emmanuel Bourg
pport OpenJDK 11, this will be documented in the release notes. Emmanuel Bourg

Bug#897945: #897945 still present/breaks with Java 8

2019-02-01 Thread Emmanuel Bourg
mething similar. This is an excellent suggestion. We should file a bug for openjdk-8 to implement that. Emmanuel Bourg

Bug#920037: [Openjdk] Bug#920037: Bug#897945: #897945 still present/breaks with Java 8

2019-02-05 Thread Emmanuel Bourg
uster without openjdk-8, the package should remain in unstable until this is sorted out. Emmanuel Bourg

Bug#897945: [Openjdk] Bug#920037: Bug#897945: #897945 still present/breaks with Java 8

2019-02-05 Thread Emmanuel Bourg
Le 05/02/2019 à 15:05, Emmanuel Bourg a écrit : > The real issue is lombok, it needs both Java 8 and 11 to build (and even > 6 and 7! But we managed do to without that). Erratum: I've just figured out how to build lombok with Java 11 only. Once ivyplusplus is taught about the new jav

Bug#792857: CVE-2014-3576

2015-08-14 Thread Emmanuel Bourg
Le 14/08/2015 11:42, Salvatore Bonaccorso a écrit : > Any news on an update for sid->stretch as well? I can't do it before the end of the month. I'll combine the fix with an update to the version 2.7.

Bug#796114: Phasing out libnetty-java (was Re: Bug#796114: CVE-2015-2156)

2015-08-20 Thread Emmanuel Bourg
g netty 4.x. I'll reuse the libnetty-java package and move it under the Java Team umbrella. Emmanuel Bourg

Bug#796805: pdfsam: Should not have update Manager in Debian

2015-08-28 Thread Emmanuel Bourg
If I'm not mistaken it simply notifies about new versions and doesn't attempt to update its own code. This is certainly useless in the Debian context but I fail to see how this issue could be a severe policy violation that should lead to the removal of this package if not fixed. Emmanuel Bourg

Bug#797229: apache-curator: FTBFS: Missing: io.netty:netty:jar:debian

2015-08-28 Thread Emmanuel Bourg
ng the wrong netty artifact, curator isn't to blame here. Emmanuel Bourg

Bug#849931: jackson-module-afterburner: FTBFS (Missing dependency)

2017-01-06 Thread Emmanuel Bourg
ith jackson-* >= 2.8 Let's just remove the package. Emmanuel Bourg

  1   2   3   4   5   6   7   8   >