DanielThomas commented on PR #37: URL: https://github.com/apache/tomcat-jakartaee-migration/pull/37#issuecomment-1293003077
Ah, I missed this because the manifest wasn't logged. I might need to do something to avoid this too: ``` Manifest-Version: 1.0 Bundle-Description: Guava is a suite of core and expanded libraries th at include utility classes, Google's collections, I/O classes, and much more. Automatic-Module-Name: com.google.common Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-SymbolicName: com.google.guava Built-By: cpovirk Bnd-LastModified: 1646083102234 Bundle-ManifestVersion: 2 Bundle-DocURL: https://github.com/google/guava/ Import-Package: com.google.common.util.concurrent.internal;version="[1 .0,2)",jakarta.annotation;resolution:=optional;version="[3.0,4)",java x.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional, sun.misc;resolution:=optional Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" Tool: Bnd-2.3.0.201405100607 Export-Package: com.google.common.annotations;version="31.1.0",com.goo gle.common.base;version="31.1.0";uses:="jakarta.annotation",com.googl e.common.cache;version="31.1.0";uses:="com.google.common.base,com.goo gle.common.collect,com.google.common.util.concurrent,jakarta.annotati on",com.google.common.collect;version="31.1.0";uses:="com.google.comm on.base,jakarta.annotation",com.google.common.escape;version="31.1.0" ;uses:="com.google.common.base,jakarta.annotation",com.google.common. eventbus;version="31.1.0",com.google.common.graph;version="31.1.0";us es:="com.google.common.collect,jakarta.annotation",com.google.common. hash;version="31.1.0";uses:="com.google.common.base,jakarta.annotatio n",com.google.common.html;version="31.1.0";uses:="com.google.common.e scape",com.google.common.io;version="31.1.0";uses:="com.google.common .base,com.google.common.collect,com.google.common.graph,com.google.co mmon.hash,jakarta.annotation",com.google.common.math;version="31.1.0" ;uses:="jakarta.annotation",com.google.common.net;version="31.1.0";us es:="com.google.common.base,com.google.common.collect,com.google.comm on.escape,jakarta.annotation",com.google.common.primitives;version="3 1.1.0";uses:="com.google.common.base,jakarta.annotation",com.google.c ommon.reflect;version="31.1.0";uses:="com.google.common.collect,com.g oogle.common.io,jakarta.annotation",com.google.common.util.concurrent ;version="31.1.0";uses:="com.google.common.base,com.google.common.col lect,com.google.common.util.concurrent.internal,jakarta.annotation",c om.google.common.xml;version="31.1.0";uses:="com.google.common.escape " Bundle-Name: Guava: Google Core Libraries for Java Bundle-Version: 31.1.0.jre Build-Jdk: 11.0.12 Created-By: Apache Maven Bundle Plugin ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org