<div dir="ltr">close #982539</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 11, 2021 at 4:06 PM Debian Bug Tracking System <<a href="mailto:owner@bugs.debian.org">owner@bugs.debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Your message dated Thu, 11 Feb 2021 16:04:12 +0000<br>
with message-id <<a href="mailto:E1lAERw-000Bvl-Ie@fasolo.debian.org" target="_blank">E1lAERw-000Bvl-Ie@fasolo.debian.org</a>><br>
and subject line Bug#982539: fixed in jaxb 2.3.0.1-10<br>
has caused the Debian Bug report #982539,<br>
regarding jaxb: Runtime error with OpenJDK 17: NoSuchMethodException Unsafe.defineClass() in com.sun.xml.bind.v2.runtime.reflect.opt.Injector<br>
to be marked as done.<br>
<br>
This means that you claim that the problem has been dealt with.<br>
If this is not the case it is now your responsibility to reopen the<br>
Bug report if necessary, and/or fix the problem forthwith.<br>
<br>
(NB: If you are a system administrator and have no idea what this<br>
message is talking about, this may indicate a serious mail system<br>
misconfiguration somewhere. Please contact <a href="mailto:owner@bugs.debian.org" target="_blank">owner@bugs.debian.org</a><br>
immediately.)<br>
<br>
<br>
-- <br>
982539: <a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982539" rel="noreferrer" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982539</a><br>
Debian Bug Tracking System<br>
Contact <a href="mailto:owner@bugs.debian.org" target="_blank">owner@bugs.debian.org</a> with problems<br>
<br><br><br>---------- Forwarded message ----------<br>From: Emmanuel Bourg <<a href="mailto:ebourg@apache.org" target="_blank">ebourg@apache.org</a>><br>To: Debian Bug Tracking System <<a href="mailto:submit@bugs.debian.org" target="_blank">submit@bugs.debian.org</a>><br>Cc: <br>Bcc: <br>Date: Thu, 11 Feb 2021 12:18:03 +0100<br>Subject: jaxb: Runtime error with OpenJDK 17: NoSuchMethodException Unsafe.defineClass() in com.sun.xml.bind.v2.runtime.reflect.opt.Injector<br>Package: jaxb<br>
Version: 2.3.0.1-9<br>
Severity: important<br>
Tags: sid bookworm<br>
User: <a href="mailto:debian-java@lists.debian.org" target="_blank">debian-java@lists.debian.org</a><br>
Usertags: default-java17<br>
<br>
jaxb doesn't work with OpenJDK 17, it breaks at runtime with the following error:<br>
<br>
<br>
  java.lang.NoSuchMethodException: sun.misc.Unsafe.defineClass(java.lang.String,[B,int,int,java.lang.ClassLoader,java.security.ProtectionDomain)<br>
          at java.base/java.lang.Class.getMethod(Class.java:2195)<br>
          at com.sun.xml.bind.v2.runtime.reflect.opt.Injector$3.run(Injector.java:201)<br>
          at com.sun.xml.bind.v2.runtime.reflect.opt.Injector$3.run(Injector.java:197)<br>
          at java.base/java.security.AccessController.doPrivileged(AccessController.java:554)<br>
          ... 52 more<br>
<br>
<br>
This issue was fixed upstream:<br>
<a href="https://github.com/javaee/jaxb-v2/commit/9805bc91473a9f4dee95e7192998a5bbb61350f2" rel="noreferrer" target="_blank">https://github.com/javaee/jaxb-v2/commit/9805bc91473a9f4dee95e7192998a5bbb61350f2</a><br>
<br><br><br>---------- Forwarded message ----------<br>From: Debian FTP Masters <<a href="mailto:ftpmaster@ftp-master.debian.org" target="_blank">ftpmaster@ftp-master.debian.org</a>><br>To: <a href="mailto:982539-close@bugs.debian.org" target="_blank">982539-close@bugs.debian.org</a><br>Cc: <br>Bcc: <br>Date: Thu, 11 Feb 2021 16:04:12 +0000<br>Subject: Bug#982539: fixed in jaxb 2.3.0.1-10<br>Source: jaxb<br>
Source-Version: 2.3.0.1-10<br>
Done: Emmanuel Bourg <<a href="mailto:ebourg@apache.org" target="_blank">ebourg@apache.org</a>><br>
<br>
We believe that the bug you reported is fixed in the latest version of<br>
jaxb, which is due to be installed in the Debian FTP archive.<br>
<br>
A summary of the changes between this version and the previous one is<br>
attached.<br>
<br>
Thank you for reporting the bug, which will now be closed.  If you<br>
have further comments please address them to <a href="mailto:982539@bugs.debian.org" target="_blank">982539@bugs.debian.org</a>,<br>
and the maintainer will reopen the bug report if appropriate.<br>
<br>
Debian distribution maintenance software<br>
pp.<br>
Emmanuel Bourg <<a href="mailto:ebourg@apache.org" target="_blank">ebourg@apache.org</a>> (supplier of updated jaxb package)<br>
<br>
(This message was generated automatically at their request; if you<br>
believe that there is a problem with it please contact the archive<br>
administrators by mailing <a href="mailto:ftpmaster@ftp-master.debian.org" target="_blank">ftpmaster@ftp-master.debian.org</a>)<br>
<br>
<br>
-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA512<br>
<br>
Format: 1.8<br>
Date: Thu, 11 Feb 2021 16:45:01 +0100<br>
Source: jaxb<br>
Architecture: source<br>
Version: 2.3.0.1-10<br>
Distribution: unstable<br>
Urgency: medium<br>
Maintainer: Debian Java Maintainers <<a href="mailto:pkg-java-maintainers@lists.alioth.debian.org" target="_blank">pkg-java-maintainers@lists.alioth.debian.org</a>><br>
Changed-By: Emmanuel Bourg <<a href="mailto:ebourg@apache.org" target="_blank">ebourg@apache.org</a>><br>
Closes: 982539<br>
Changes:<br>
 jaxb (2.3.0.1-10) unstable; urgency=medium<br>
 .<br>
   * Team upload.<br>
   * Fixed the runtime error with OpenJDK 17 (Closes: #982539)<br>
   * Tightened the dependency on libdtd-parser-java (>= 1.2)<br>
   * Standards-Version updated to 4.5.1<br>
   * Switch to debhelper level 13<br>
Checksums-Sha1:<br>
 775c433c9cb55afc3e93ac3b9c3ccf11795418d2 2605 jaxb_2.3.0.1-10.dsc<br>
 bbd5725a482993172c186c49b9f66af0e2ca10c8 25084 jaxb_2.3.0.1-10.debian.tar.xz<br>
 46a1c1108074f3c5898daffc71da5e752be57ad6 18553 jaxb_2.3.0.1-10_source.buildinfo<br>
Checksums-Sha256:<br>
 9df9d28b2e003e4c82225a40b66aee0d1123a030cf39098078f7b61fc3ac2265 2605 jaxb_2.3.0.1-10.dsc<br>
 99631e822312ff62473afcb97dc2108a266d22aa5f9e840a2ac798dc20273703 25084 jaxb_2.3.0.1-10.debian.tar.xz<br>
 869842673ea8ed4d2d87bfe60740d812192d20b2feec36f9903da21476ab535f 18553 jaxb_2.3.0.1-10_source.buildinfo<br>
Files:<br>
 2f7465e122f7ac7c47dc2d72816c9f11 2605 java optional jaxb_2.3.0.1-10.dsc<br>
 a0407a24f8fad7d0f68390d031b6fc13 25084 java optional jaxb_2.3.0.1-10.debian.tar.xz<br>
 bee07ba08200fb033a1c51df5f9badc4 18553 java optional jaxb_2.3.0.1-10_source.buildinfo<br>
<br>
-----BEGIN PGP SIGNATURE-----<br>
<br>
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmAlURESHGVib3VyZ0Bh<br>
cGFjaGUub3JnAAoJEPUTxBnkudCsLiYP/34lWjQvCCPrnloIrAA1hKysaNQ6AbIV<br>
sezdfOLDqgZ3vMPhxvU6pVTuENfstr/nw4ibE0RGLTfDSMbe2hvOZQKNdacr3rnK<br>
AF5KR6K21J9Vpp7mwg2Mmgyw4NtJlq27AawLWy1vL27JkiXOze0FzS0ZyiiMrCwi<br>
O9JZ+wrOZLWiLXTMIkuYVc3xStAHhc4y6INq7EnnHiPSGh6gV3VFOQEkUg4KgDTt<br>
ZKOEq3QB2fvRA0TTK4U29u3hCU9dsu8cdaPyK4FadFi433pde0oaTmC+uKjNihS5<br>
j+6Us5IdOh5+GlyOpWtPxfhWLg8JEHMu30HzQfbu9jKxnIiPqCcDB9Rophs/lJGB<br>
/bP7UuQ4MOeXks1HjlV74FxEvv/UDHUS1xOifLNYsh5AqGW1N/kig+T+tk95Uv9J<br>
EpGgOW3hM4qh0GaGzs1w+DC950BTumun1nn6SrYi8ZfWh9CZExxxf1h4DNBDyvbz<br>
yny2FOeUb97SwKniZsbUb2vfOuJbOAcic7pKFmUx2V7TeqvG64FL/9IXw8OTz2cx<br>
43g11t7masODAH+M4IhUBLF+gKzMMRNbvxzUDlJDsl+vgBcR7o0iT+uXWXHLIt9h<br>
d7dI66NCFLeuy0V+gH8awY8iqZ1DPK/kCJu7H5kQs/YLMco6thh18TNJBl6dmZYi<br>
PAglyedsb7gK<br>
=jqdU<br>
-----END PGP SIGNATURE-----</blockquote></div>