Your message dated Fri, 13 Mar 2026 09:38:37 +0000
with message-id <[email protected]>
and subject line Bug#1129638: fixed in jetty12 12.0.33-1
has caused the Debian Bug report #1129638,
regarding jetty12: EE8 - java.lang.NoClassDefFoundError: 
javax/annotation/Resource
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 [email protected]
immediately.)


-- 
1129638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129638
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jetty12
Version: 12.0.32-2
Severity: normal

Dear Maintainer,

I'm having this failure when running vnu servlet through jetty12.

2026-03-04T09:08:25.582360Z 01O java.lang.NoClassDefFoundError: 
javax/annotation/Resource
2026-03-04T09:08:25.582361Z 01O         at 
org.eclipse.jetty.ee8.annotations.ResourceAnnotationHandler.handleClass(ResourceAnnotationHandler.java:67)
2026-03-04T09:08:25.582362Z 01O         at 
org.eclipse.jetty.ee8.annotations.ResourceAnnotationHandler.doHandle(ResourceAnnotationHandler.java:53)
2026-03-04T09:08:25.582362Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationIntrospector$AbstractIntrospectableAnnotationHandler.handle(AnnotationIntrospector.java:82)
2026-03-04T09:08:25.582363Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationIntrospector.introspect(AnnotationIntrospector.java:185)
2026-03-04T09:08:25.582364Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationDecorator.introspect(AnnotationDecorator.java:65)
2026-03-04T09:08:25.582365Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationDecorator.decorate(AnnotationDecorator.java:70)
2026-03-04T09:08:25.582365Z 01O         at 
org.eclipse.jetty.util.DecoratedObjectFactory.decorate(DecoratedObjectFactory.java:97)
2026-03-04T09:08:25.582366Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler$ServletAPIContext.createInstance(ServletContextHandler.java:1093)
2026-03-04T09:08:25.582432Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler$ServletAPIContext.createInstance(ServletContextHandler.java:1100)
2026-03-04T09:08:25.582433Z 01O         at 
org.eclipse.jetty.ee8.servlet.BaseHolder.createInstance(BaseHolder.java:176)
2026-03-04T09:08:25.582434Z 01O         at 
org.eclipse.jetty.ee8.servlet.ListenerHolder.createInstance(ListenerHolder.java:86)
2026-03-04T09:08:25.582435Z 01O         at 
org.eclipse.jetty.ee8.servlet.ListenerHolder.doStart(ListenerHolder.java:77)
2026-03-04T09:08:25.582436Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582436Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler.startContext(ServletContextHandler.java:303)
2026-03-04T09:08:25.582437Z 01O         at 
org.eclipse.jetty.ee8.webapp.WebAppContext.startWebapp(WebAppContext.java:1198)
2026-03-04T09:08:25.582438Z 01O         at 
org.eclipse.jetty.ee8.webapp.WebAppContext.startContext(WebAppContext.java:1168)
2026-03-04T09:08:25.582439Z 01O         at 
org.eclipse.jetty.ee8.nested.ContextHandler.doStartInContext(ContextHandler.java:626)
2026-03-04T09:08:25.582439Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1488)
2026-03-04T09:08:25.582440Z 01O         at 
org.eclipse.jetty.ee8.nested.ContextHandler.doStart(ContextHandler.java:615)
2026-03-04T09:08:25.582441Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler.doStart(ServletContextHandler.java:243)
2026-03-04T09:08:25.582441Z 01O         at 
org.eclipse.jetty.ee8.webapp.WebAppContext.doStart(WebAppContext.java:502)
2026-03-04T09:08:25.582442Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582443Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
2026-03-04T09:08:25.582443Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
2026-03-04T09:08:25.582444Z 01O         at 
org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
2026-03-04T09:08:25.582445Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:793)
2026-03-04T09:08:25.582446Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1494)
2026-03-04T09:08:25.582446Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:793)
2026-03-04T09:08:25.582447Z 01O         at 
org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2358)
2026-03-04T09:08:25.582448Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582448Z 01O         at 
org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:40)
2026-03-04T09:08:25.582449Z 01O         at 
org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:183)
2026-03-04T09:08:25.582450Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:522)
2026-03-04T09:08:25.582451Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:162)
2026-03-04T09:08:25.582451Z 01O         at 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.pathAdded(ScanningAppProvider.java:294)
2026-03-04T09:08:25.582452Z 01O         at 
org.eclipse.jetty.deploy.providers.ContextProvider.pathAdded(ContextProvider.java:635)
2026-03-04T09:08:25.582453Z 01O         at 
org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.pathAdded(ScanningAppProvider.java:69)
2026-03-04T09:08:25.582453Z 01O         at 
org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:902)
2026-03-04T09:08:25.582454Z 01O         at 
org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:868)
2026-03-04T09:08:25.582455Z 01O         at 
org.eclipse.jetty.util.Scanner.scan(Scanner.java:775)
2026-03-04T09:08:25.582455Z 01O         at 
org.eclipse.jetty.util.Scanner.startScanning(Scanner.java:664)
2026-03-04T09:08:25.582456Z 01O         at 
org.eclipse.jetty.util.Scanner.doStart(Scanner.java:636)
2026-03-04T09:08:25.582457Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582604Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
2026-03-04T09:08:25.582606Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
2026-03-04T09:08:25.582607Z 01O         at 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:265)
2026-03-04T09:08:25.582637Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582638Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:592)
2026-03-04T09:08:25.582639Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:263)
2026-03-04T09:08:25.582639Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582640Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
2026-03-04T09:08:25.582641Z 01O         at 
org.eclipse.jetty.server.Server.start(Server.java:643)
2026-03-04T09:08:25.582642Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
2026-03-04T09:08:25.582642Z 01O         at 
org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
2026-03-04T09:08:25.582643Z 01O         at 
org.eclipse.jetty.server.Server.doStart(Server.java:584)
2026-03-04T09:08:25.582653Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.582654Z 01O         at 
org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:2032)
2026-03-04T09:08:25.582655Z 01O         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
2026-03-04T09:08:25.582655Z 01O         at 
java.base/java.lang.reflect.Method.invoke(Method.java:580)
2026-03-04T09:08:25.582656Z 01O         at 
org.eclipse.jetty.start.Main.invokeMain(Main.java:312)
2026-03-04T09:08:25.582657Z 01O         at 
org.eclipse.jetty.start.Main.start(Main.java:603)
2026-03-04T09:08:25.582657Z 01O         at 
org.eclipse.jetty.start.Main.main(Main.java:82)
2026-03-04T09:08:25.582658Z 01O Caused by: 
2026-03-04T09:08:25.582658Z 01O java.lang.ClassNotFoundException: 
javax.annotation.Resource
2026-03-04T09:08:25.582659Z 01O         at 
java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
2026-03-04T09:08:25.582660Z 01O         at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
2026-03-04T09:08:25.582660Z 01O         at 
java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
2026-03-04T09:08:25.582661Z 01O         at 
org.eclipse.jetty.ee8.annotations.ResourceAnnotationHandler.handleClass(ResourceAnnotationHandler.java:67)
2026-03-04T09:08:25.582662Z 01O         at 
org.eclipse.jetty.ee8.annotations.ResourceAnnotationHandler.doHandle(ResourceAnnotationHandler.java:53)
2026-03-04T09:08:25.583992Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationIntrospector$AbstractIntrospectableAnnotationHandler.handle(AnnotationIntrospector.java:82)
2026-03-04T09:08:25.583998Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationIntrospector.introspect(AnnotationIntrospector.java:185)
2026-03-04T09:08:25.584000Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationDecorator.introspect(AnnotationDecorator.java:65)
2026-03-04T09:08:25.584001Z 01O         at 
org.eclipse.jetty.ee8.annotations.AnnotationDecorator.decorate(AnnotationDecorator.java:70)
2026-03-04T09:08:25.584003Z 01O         at 
org.eclipse.jetty.util.DecoratedObjectFactory.decorate(DecoratedObjectFactory.java:97)
2026-03-04T09:08:25.584004Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler$ServletAPIContext.createInstance(ServletContextHandler.java:1093)
2026-03-04T09:08:25.584005Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler$ServletAPIContext.createInstance(ServletContextHandler.java:1100)
2026-03-04T09:08:25.584006Z 01O         at 
org.eclipse.jetty.ee8.servlet.BaseHolder.createInstance(BaseHolder.java:176)
2026-03-04T09:08:25.584076Z 01O         at 
org.eclipse.jetty.ee8.servlet.ListenerHolder.createInstance(ListenerHolder.java:86)
2026-03-04T09:08:25.584077Z 01O         at 
org.eclipse.jetty.ee8.servlet.ListenerHolder.doStart(ListenerHolder.java:77)
2026-03-04T09:08:25.584078Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584079Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler.startContext(ServletContextHandler.java:303)
2026-03-04T09:08:25.584080Z 01O         at 
org.eclipse.jetty.ee8.webapp.WebAppContext.startWebapp(WebAppContext.java:1198)
2026-03-04T09:08:25.584080Z 01O         at 
org.eclipse.jetty.ee8.webapp.WebAppContext.startContext(WebAppContext.java:1168)
2026-03-04T09:08:25.584081Z 01O         at 
org.eclipse.jetty.ee8.nested.ContextHandler.doStartInContext(ContextHandler.java:626)
2026-03-04T09:08:25.584081Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1488)
2026-03-04T09:08:25.584082Z 01O         at 
org.eclipse.jetty.ee8.nested.ContextHandler.doStart(ContextHandler.java:615)
2026-03-04T09:08:25.584083Z 01O         at 
org.eclipse.jetty.ee8.servlet.ServletContextHandler.doStart(ServletContextHandler.java:243)
2026-03-04T09:08:25.584083Z 01O         at 
org.eclipse.jetty.ee8.webapp.WebAppContext.doStart(WebAppContext.java:502)
2026-03-04T09:08:25.584084Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584084Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
2026-03-04T09:08:25.584085Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
2026-03-04T09:08:25.584086Z 01O         at 
org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
2026-03-04T09:08:25.584086Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:793)
2026-03-04T09:08:25.584087Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1494)
2026-03-04T09:08:25.584087Z 01O         at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:793)
2026-03-04T09:08:25.584088Z 01O         at 
org.eclipse.jetty.ee8.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2358)
2026-03-04T09:08:25.584089Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584089Z 01O         at 
org.eclipse.jetty.deploy.bindings.StandardStarter.processBinding(StandardStarter.java:40)
2026-03-04T09:08:25.584090Z 01O         at 
org.eclipse.jetty.deploy.AppLifeCycle.runBindings(AppLifeCycle.java:183)
2026-03-04T09:08:25.584090Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.requestAppGoal(DeploymentManager.java:522)
2026-03-04T09:08:25.584091Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.addApp(DeploymentManager.java:162)
2026-03-04T09:08:25.584092Z 01O         at 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.pathAdded(ScanningAppProvider.java:294)
2026-03-04T09:08:25.584092Z 01O         at 
org.eclipse.jetty.deploy.providers.ContextProvider.pathAdded(ContextProvider.java:635)
2026-03-04T09:08:25.584093Z 01O         at 
org.eclipse.jetty.deploy.providers.ScanningAppProvider$1.pathAdded(ScanningAppProvider.java:69)
2026-03-04T09:08:25.584094Z 01O         at 
org.eclipse.jetty.util.Scanner.reportAddition(Scanner.java:902)
2026-03-04T09:08:25.584094Z 01O         at 
org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:868)
2026-03-04T09:08:25.584095Z 01O         at 
org.eclipse.jetty.util.Scanner.scan(Scanner.java:775)
2026-03-04T09:08:25.584095Z 01O         at 
org.eclipse.jetty.util.Scanner.startScanning(Scanner.java:664)
2026-03-04T09:08:25.584096Z 01O         at 
org.eclipse.jetty.util.Scanner.doStart(Scanner.java:636)
2026-03-04T09:08:25.584097Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584097Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
2026-03-04T09:08:25.584098Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
2026-03-04T09:08:25.584119Z 01O         at 
org.eclipse.jetty.deploy.providers.ScanningAppProvider.doStart(ScanningAppProvider.java:265)
2026-03-04T09:08:25.584120Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584149Z 01O+
2026-03-04T09:08:25.584150Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.startAppProvider(DeploymentManager.java:592)
2026-03-04T09:08:25.584151Z 01O         at 
org.eclipse.jetty.deploy.DeploymentManager.doStart(DeploymentManager.java:263)
2026-03-04T09:08:25.584151Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584152Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
2026-03-04T09:08:25.584152Z 01O         at 
org.eclipse.jetty.server.Server.start(Server.java:643)
2026-03-04T09:08:25.584153Z 01O         at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
2026-03-04T09:08:25.584154Z 01O         at 
org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
2026-03-04T09:08:25.584154Z 01O         at 
org.eclipse.jetty.server.Server.doStart(Server.java:584)
2026-03-04T09:08:25.584155Z 01O         at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
2026-03-04T09:08:25.584156Z 01O         at 
org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:2032)
2026-03-04T09:08:25.584156Z 01O         at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
2026-03-04T09:08:25.584157Z 01O         at 
java.base/java.lang.reflect.Method.invoke(Method.java:580)
2026-03-04T09:08:25.584157Z 01O         at 
org.eclipse.jetty.start.Main.invokeMain(Main.java:312)
2026-03-04T09:08:25.584158Z 01O         at 
org.eclipse.jetty.start.Main.start(Main.java:603)
2026-03-04T09:08:25.584159Z 01O         at 
org.eclipse.jetty.start.Main.main(Main.java:82)


However, if I install libgeronimo-annotation-1.3-spec-java the issue is solved. 
But I'm not sure this is the proper fix, as the class is provided by 
/usr/share/jetty12/lib/ee8-annotations/javax.annotation-api.jar

I would have expected jetty to use the class from 
/usr/share/jetty12/lib/ee8-annotations/javax.annotation-api.jar
And not the one from libgeronimo-annotation-1.3-spec-java

Actually I found that you made some changes to a pom.xml
https://salsa.debian.org/java-team/jetty12/-/blob/0e1bb2044e596d59229ef11adf54480b8780483a/debian/patches/19-fix-jettyee8-javaee-dependencies.patch

Regards
Fab

--- End Message ---
--- Begin Message ---
Source: jetty12
Source-Version: 12.0.33-1
Done: Emmanuel Bourg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jetty12, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Bourg <[email protected]> (supplier of updated jetty12 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 [email protected])


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

Format: 1.8
Date: Fri, 13 Mar 2026 10:09:54 +0100
Source: jetty12
Architecture: source
Version: 12.0.33-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Emmanuel Bourg <[email protected]>
Closes: 1129201 1129638
Changes:
 jetty12 (12.0.33-1) unstable; urgency=medium
 .
   * New upstream release
   * Removed the reference to Tomcat in the start script (Closes: #1129201)
   * Added the missing dependency on libgeronimo-annotation-1.3-spec-java
     to the jetty12 package (Closes: #1129638)
Checksums-Sha1:
 289e3b240762131b3078ef9be5d9e0d43365e893 3294 jetty12_12.0.33-1.dsc
 1f54a408dfd4e0df7b71e785e29235c2552bc90d 16464292 jetty12_12.0.33.orig.tar.xz
 371febc7dafa4d17911395d59e3fc6fa701e939c 34004 jetty12_12.0.33-1.debian.tar.xz
 eb70787db864a7ff49025cec9d4045579c4643cb 17921 
jetty12_12.0.33-1_source.buildinfo
Checksums-Sha256:
 40333dcdf3cfc547646334ab1fd8130a6906bdb548b0c3b867db496ef71786ff 3294 
jetty12_12.0.33-1.dsc
 9accf5c7c16c466e139a0b7345c47e7f365f6c697190d9c4730b5e1e61ee6b9d 16464292 
jetty12_12.0.33.orig.tar.xz
 7350b0aff3841885e0da192a3e374e5151d4f4e8005b1b864ffe6fa68432b082 34004 
jetty12_12.0.33-1.debian.tar.xz
 c2f81123a16605dbb86bc787e9dc0e3dafe163383c23d50f4995a824eb05c60e 17921 
jetty12_12.0.33-1_source.buildinfo
Files:
 9aedb1792115f33e2476934cefce3e3d 3294 java optional jetty12_12.0.33-1.dsc
 d75b1d7898d7f8acce5c655da8d61701 16464292 java optional 
jetty12_12.0.33.orig.tar.xz
 cf5d3fa8833118a3cef2e08e0628ca16 34004 java optional 
jetty12_12.0.33-1.debian.tar.xz
 e69a91f150c82a692eb4a9b485acaf43 17921 java optional 
jetty12_12.0.33-1_source.buildinfo

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

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmmz1KgSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCscq8P/Ra/xkM/numICHDxkJIBlNsjTuIlUH17
E2wAZrYrQXvvjdt6wWBQNdK1bcAol4/MtSC2rzQyHJyDAftq3qkdsoucbauEuOQ6
G51s3bfsaeuAU4X1HgCntkHD6hhtaLMJBZc3hPgeJN/6gXc+SwvAt4zmR0LYftUG
OYJWjmK3A1+lgoem/VD6bZKAeqHyoPRZmGuA1wrwsEaCnTCXNS+OjwodYRartxi2
dk1fadRZzOgVJGi82LB5M6nJHio6ZsD3Yum93TNSUtTs1pqgL+3/apjLJJ4BGWcc
7+mMaDVR4xMiWQJx4PL30ahLT3x2VMdRAypLWDpmz8SE7i6a8P922LDpFerPzR1x
Gd0DF68MYytfnJguglC+/IZBZbPFjDXgAycoCDAUdF0PT529ovpEQxPx6yVrFiXc
HFijGD1vvJhSsQnN8GbHWhVn2lygT3RT41SlmQzYv7EB5RwcmSfrZMsIJk9Oa2IN
DaAtEB69+YKu7JHuI9pZhe+sH9F2ycnOsrTlCo6+Etpz/6Vnpf4lYmO19LOBS+Hj
d6pGqITnmlC5eIuaMaQZ6Q5Qq0dgdbSkXFpnXqDUVOygu07kQqXD+W9cHwNgjivC
x6KecYX1SFw0KBqj3emB4WqgIPmNh6tWulS2/u/aaHGVffoArb8eKy3nkgMr+ke/
iOm5TLlkUZvc
=nsK/
-----END PGP SIGNATURE-----

Attachment: pgpfFBKLnKapX.pgp
Description: PGP signature


--- End Message ---

Reply via email to