lhotari commented on issue #21297: URL: https://github.com/apache/pulsar/issues/21297#issuecomment-2459663932
> > Without tomcat annotations-api, the exception is thrown at runtime: > > @michalcukierman Thanks. It looks like it's jersey-client 2.42 which pulls in the annotation-api dependency: > > ``` > [INFO] | +- org.glassfish.jersey.core:jersey-client:jar:2.42:compile > [INFO] | | +- jakarta.ws.rs:jakarta.ws.rs-api:jar:2.1.6:compile > [INFO] | | +- org.glassfish.jersey.core:jersey-common:jar:2.42:compile > [INFO] | | | +- jakarta.annotation:jakarta.annotation-api:jar:1.3.5:compile > [INFO] | | | \- org.glassfish.hk2:osgi-resource-locator:jar:1.0.3:compile > [INFO] | | \- org.glassfish.hk2.external:jakarta.inject:jar:2.6.1:compile > ``` > > We'd have to migrate to jersey-client 3.0.x or higher to get rid of the dependency. Actually that's already using jakarta.annotation-api. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
