Your message dated Tue, 31 Jul 2018 15:33:59 +0000
with message-id <e1fkwet-000iik...@fasolo.debian.org>
and subject line Bug#905139: fixed in apache-log4j2 2.11.1-1
has caused the Debian Bug report #905139,
regarding apache-log4j2: FTBFS with Java 10 due to a javadoc bug triggered by 
static String literals containing angle brackets
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
905139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 occurred. 
  [ERROR]       (java.lang.IllegalArgumentException: "<main class>")
  [ERROR] Please file a bug against the javadoc tool via the Java bug reporting 
page
  [ERROR] (http://bugreport.java.com) after checking the Bug Database 
(http://bugs.java.com)
  [ERROR] for duplicates. Include error messages and the following diagnostic 
in your report. Thank you.
  [ERROR] java.lang.IllegalArgumentException: "<main class>"
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.HtmlDocletWriter.check(HtmlDocletWriter.java:1306)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.HtmlDocletWriter.getDocLink(HtmlDocletWriter.java:1300)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.HtmlDocletWriter.getDocLink(HtmlDocletWriter.java:1277)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.HtmlDocletWriter.getDocLink(HtmlDocletWriter.java:1260)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.TagletWriterImpl.valueTagOutput(TagletWriterImpl.java:409)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.taglets.ValueTaglet.getTagletOutput(ValueTaglet.java:161)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.taglets.TagletWriter.getInlineTagOutput(TagletWriter.java:274)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.HtmlDocletWriter$2.defaultAction(HtmlDocletWriter.java:1921)
  [ERROR]       at 
jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.HtmlDocletWriter$2.defaultAction(HtmlDocletWriter.java:1716)
  [ERROR]       at 
jdk.compiler/com.sun.source.util.SimpleDocTreeVisitor.visitValue(SimpleDocTreeVisitor.java:499)


This error is triggered by a static String literal in the CommandLine.java
class:

    protected static final String DEFAULT_COMMAND_NAME = "<main class>";

It looks like the angle brackets are improperly interpreted as an HTML element.
It's possible to work around this issue by replacing the value with:

    protected static final String DEFAULT_COMMAND_NAME = new String("<main 
class>");

--- End Message ---
--- Begin Message ---
Source: apache-log4j2
Source-Version: 2.11.1-1

We believe that the bug you reported is fixed in the latest version of
apache-log4j2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 905...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated apache-log4j2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 31 Jul 2018 17:12:58 +0200
Source: apache-log4j2
Binary: liblog4j2-java liblog4j2-java-doc
Architecture: source
Version: 2.11.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Description:
 liblog4j2-java - Apache Log4j - Logging Framework for Java
 liblog4j2-java-doc - Documentation for Apache Log4j 2
Closes: 905139
Changes:
 apache-log4j2 (2.11.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release
     - Refreshed the patches
     - Build the new log4j-core-java9 module
     - Build the mongodb3 module and ignore the mongodb2 one
     - Ignore the new log4j-jdbc-dbcp2, log4j-jpa and log4j-slf4j18-impl modules
   * Worked around a javadoc bug in Java 10 causing an IllegalArgumentException
     (Closes: #905139)
   * Standards-Version updated to 4.1.5
   * Use salsa.debian.org Vcs-* URLs
Checksums-Sha1:
 af8918974198813dbb38a37d42d7cabea96faf5a 3019 apache-log4j2_2.11.1-1.dsc
 84da517c36676593bb3752075cc6923d78e3c60b 1040432 
apache-log4j2_2.11.1.orig.tar.xz
 7ba87d0d5a9eca262964212eda24946eebc75e01 6940 
apache-log4j2_2.11.1-1.debian.tar.xz
 9abecea623a48e2cb6971906c3d173a885c67c57 17531 
apache-log4j2_2.11.1-1_source.buildinfo
Checksums-Sha256:
 4cefd0d0ca9ab0c30408ae23cb0d87d3c0bcf1429cb9233dc7f159b22df9acf5 3019 
apache-log4j2_2.11.1-1.dsc
 b3c8ed378f9bdcad48d801415a5e5fb473801b0f1a55cb480b43579eee302a15 1040432 
apache-log4j2_2.11.1.orig.tar.xz
 634911b7639db1ad71c3786c78ebde7f4cd2d96bf05875499ead33dd7b5f1da3 6940 
apache-log4j2_2.11.1-1.debian.tar.xz
 bdf3dbfcf76a627249ee4fdcadca58436a6c699da42683c98f50ef46a8faae8b 17531 
apache-log4j2_2.11.1-1_source.buildinfo
Files:
 ba01671b735efcf56a10670d1e4accb8 3019 java optional apache-log4j2_2.11.1-1.dsc
 50b6c44f1db780528a77a192f22b5ed0 1040432 java optional 
apache-log4j2_2.11.1.orig.tar.xz
 baacf7e6ce2e034fa88e2de22e020001 6940 java optional 
apache-log4j2_2.11.1-1.debian.tar.xz
 80cc41bc2dec2e2860bf74cf1a6b0a5b 17531 java optional 
apache-log4j2_2.11.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAltgfowSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs1rsP/1FlGqMMNUA2qWWVzznzug3ZMEONng/V
2PQAWbjU4n/Xkc4TqtdiZhwu3KpuZmkJAT1Fviwxt0WfcwsLw0IF2C1ejN9y0AQt
0eAqqJhWEoalh8Zwm5EY54EqQB6U1rDYqmRK45uyODPn9xaWvKFTYAn+sqON4W1H
w4M2KImYdlfBAGrPJ2QYk4aaRt2M0ZLVVNY2RF/nuObxdQOejrvPBnDPnxwJ5ElE
bwE1GQKeCTuSbuoA6AJyYU/qkejijDxlLwlAUstpZMOzAdpL9dUhXLayQgExLz98
B3xYOF1TrWdSfU/AStxcTJ5FT9rp17AH9rbXsoeZ9nVvm+pD2obCXHbWmiFYUvel
ssvrfGCSXG7HrK2grepxBVfimautvdT77vPqYpo8nb75+7hKK+jaAQIdlPpUmbdm
1fA7cJgVaVuno5Kl0ldmCG2FZsF8pkUlZprVco1kH1c9uLvwZsZUcys9MtFw0HgO
KObLOMbn9t2ubVWhILgtuoAFzNoRKWS2TLYS+uYI+3tIhwANxOHiTHBxe9i1O/Xc
OYUukwqRPPqIHlrFGD+6a+WX1ff9AWRi6rBuLPDYZkXKPY8knMnFKObqbIcuHPRa
cs7aHo/NaWtu7Tfy6wWuSv+ni4mixWWUXGkMk3ey8JxLKLp3cI66X/aL/FwdzzRW
koW1XiOK2EoO
=WHR0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to