Your message dated Fri, 28 Jun 2013 13:48:13 +0000
with message-id <e1usz25-0006uk...@franck.debian.org>
and subject line Bug#684979: fixed in libjboss-classloader-java 2.0.6.GA-3
has caused the Debian Bug report #684979,
regarding libjboss-classloader-java: Compatibility patch to fix FTBFS with 
openjdk-7
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.)


-- 
684979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684979
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libjboss-classloader-java
Version: 2.0.6.GA-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch openjdk-7-transition

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * Fix FTBFS with openjdk-7 as default java (LP: #1009465):
    - d/p/java7-compat.patch: Compatiblity patch for Java 7.

Erasure semantics are stricter in Java 7; this patch hits the code with
a hammer to avoid the compilation issue and is pretty ugly but works.

Thanks for considering the patch.


- -- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-10-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJQK4rRAAoJEL/srsug59jDy3QP/0kx0TWeH0AWd66aE4Cd3w/Y
XW4bZ4dDCrD/Q11wJnDexZD9iT0GB6fZQjIQcPUucb88dfXPWIsVqX7SEBinxgZ9
1SajReh8CHFE7nZDFfVJ+v8jfu8pi2RXcHpc3sw1/PYx31pazqnRs1Vb9FZrLP7z
UHSAJ1a4AGr/z0xFDO4ssW33vGd7iO1AI5WJ6+w3P/UOU3ImVpKs0zPFfXCmL68Q
RrEfCAuuDTkJaPvmUQryDsOHigLCKp/7QSYlh1vPNu9YjGLCSxw8AOpkVFrIsXWQ
HGo7+EQnknFGISh7OqKASBh7Rs2QZ15DOkfEVMtgIt2is7yxrL+eV4fJn86uhVLq
qo7yZ4TUo4Xg723E4D+cn4zjU5EcZshH2m7CXwfaFU5Eb3nceRpnYQyhsMWhl9rI
0qimDs/EcYP1c+W792fDS0Qn8vnf/9doVjjZGWYPqZtNOmep7vbqFOJ3xYHXMLrr
N2k/NFfYhBSkGN3vvXuOsI1iXCMweh5HG6JVYKI5en2zcNpBQ2EQywmOHKqc9qPb
MwBN+hzptjGLcblGzmeeebJps9K/hKZdcwcO9d7QNcND7cs7WyvZrB1h1o75EAQU
OodfIxbfxgN+MXBvR/VAM8g4qm3QR7GouGLOkMxeSQCasmzJsmE0PgMqM5Qdjdlz
uGGLBCwiOSFKkzWur7Wt
=XNJk
-----END PGP SIGNATURE-----
diff -Nru libjboss-classloader-java-2.0.6.GA/debian/changelog libjboss-classloader-java-2.0.6.GA/debian/changelog
diff -Nru libjboss-classloader-java-2.0.6.GA/debian/patches/java7-compat.patch libjboss-classloader-java-2.0.6.GA/debian/patches/java7-compat.patch
--- libjboss-classloader-java-2.0.6.GA/debian/patches/java7-compat.patch	1970-01-01 01:00:00.000000000 +0100
+++ libjboss-classloader-java-2.0.6.GA/debian/patches/java7-compat.patch	2012-08-15 12:33:40.000000000 +0100
@@ -0,0 +1,20 @@
+Description: Compatibility Patch for Java 7
+ Avoiding:
+    error: name clash: suite(Class<?>) in IsolatedClassLoaderTest and suite(Class) \
+        in AbstractTestCaseWithSetup have the same erasure, \
+        yet neither hides the other
+ .
+ Class<?> and Class match in Java7 compiler semantics - so dropping the <?> is OK.
+Author: James Page <james.p...@ubuntu.com>
+Forwarded: no
+--- a/classloader/src/main/java/org/jboss/classloader/test/support/IsolatedClassLoaderTest.java
++++ b/classloader/src/main/java/org/jboss/classloader/test/support/IsolatedClassLoaderTest.java
+@@ -58,7 +58,7 @@ public abstract class IsolatedClassLoade
+     * @param clazz the test class
+     * @return the test
+     */
+-   public static Test suite(Class<?> clazz)
++   public static Test suite(Class clazz)
+    {
+       return suite(clazz, false);
+    }
diff -Nru libjboss-classloader-java-2.0.6.GA/debian/patches/series libjboss-classloader-java-2.0.6.GA/debian/patches/series
--- libjboss-classloader-java-2.0.6.GA/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ libjboss-classloader-java-2.0.6.GA/debian/patches/series	2012-08-15 12:28:46.000000000 +0100
@@ -0,0 +1 @@
+java7-compat.patch

--- End Message ---
--- Begin Message ---
Source: libjboss-classloader-java
Source-Version: 2.0.6.GA-3

We believe that the bug you reported is fixed in the latest version of
libjboss-classloader-java, 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 684...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@gambaru.de> (supplier of updated 
libjboss-classloader-java 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: SHA256

Format: 1.8
Date: Wed, 15 May 2013 08:11:03 +0200
Source: libjboss-classloader-java
Binary: libjboss-classloader-java
Architecture: source all
Version: 2.0.6.GA-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@gambaru.de>
Description: 
 libjboss-classloader-java - JBoss Classloader
Closes: 684979
Changes: 
 libjboss-classloader-java (2.0.6.GA-3) unstable; urgency=low
 .
   * Team upload.
   * Add compatibility patch to fix FTBFS with OpenJDK7. Thanks to James Page
     for providing it. (Closes: #684979)
   * Bump Standards-Version to 3.9.4, no changes needed.
Checksums-Sha1: 
 054344400b6663ac9b92ecb51894d7aa9c5ca211 2424 
libjboss-classloader-java_2.0.6.GA-3.dsc
 d0d90bed8a3740850577b1d2f5a222518541306c 3946 
libjboss-classloader-java_2.0.6.GA-3.debian.tar.gz
 6640b9fcf0fa2f98d296fcedad116f0e46e33a8f 212992 
libjboss-classloader-java_2.0.6.GA-3_all.deb
Checksums-Sha256: 
 95e92e34fa356c049496ea8be73d56c5bd0a4805d69fb759aa67dafe71779d80 2424 
libjboss-classloader-java_2.0.6.GA-3.dsc
 d551b2a4e0527045fda8ac29870f18aaf6242b31e1ec2c7755f393b09a6b3096 3946 
libjboss-classloader-java_2.0.6.GA-3.debian.tar.gz
 4cce5db84fabac85893b38197efb628f374300e6238296a2b8dbbe16722e251b 212992 
libjboss-classloader-java_2.0.6.GA-3_all.deb
Files: 
 b0649eaabdabada5e7a24348120aae59 2424 java optional 
libjboss-classloader-java_2.0.6.GA-3.dsc
 879e2e1d0e30c4e2778ae057bc18d33c 3946 java optional 
libjboss-classloader-java_2.0.6.GA-3.debian.tar.gz
 81b4dabf5959440e20d73a4670b8f01c 212992 java optional 
libjboss-classloader-java_2.0.6.GA-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRzZIYAAoJEAVLu599gGRCR8gP/AkWTkgmHal0YJF6E+t9pksM
fXo1w4i8f/rTnfx9MxcxbDQbcUQKnwMjLTMTGKguDkWNe2blG39qcBZ++rn1rJpt
7eqA6OzMI3rlQyRTa7QlrphFlqOT5dloXia+vrVq269R9MiovniYjfMBdpXTdfuF
eAi3w5alhunPwKASJaTYN336MWdxMhL130040+Ltk1oIEBQ7V08lcemK1HM4YGr5
5uXn9LL3D60UI9p4hVjtRdVYXH2KUHWmiQjk6wRV/4nu3A3nxNBUDKfxQ3Q4scIJ
Nckkk+HZAMidJ2i52oo38rOCEeazxIf+CGkuHeMbPQKuQkhX0jxS7M/Ro/ImF/6G
+QqgexgjT5YPL0PYclMqilVbWsrCYZ34rmx67t7Kn3b3xkruX/WBvkuBq0Gvleoo
6y8r68fIPwoZVTApXa6SMmy0kgKGbRecTidk0pPZw89QqroUP+GwCj0OA0KCbmlg
s0UiSvI7huVuFA/C7CXYPr3CzmNsKJXOq9o/4vltGuE0pZl3whwS377B57mWCBJC
xIcNkPo4GfxKUzFVeOHxDhI4jtZAvYK0cEKZvKVsiBioqXaVY7reeNBvP0gU8Wa/
DJxezvCy3dHi+DyBlQcwjizwFR+PQty8YwN6RcwW7gOg7zy3yk+iVo16o8mR0DI4
qe/I09X7bDQnxY92SA8f
=8VCe
-----END PGP SIGNATURE-----

--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to