ppkarwasz opened a new pull request #469: URL: https://github.com/apache/tomcat/pull/469
Some users from mistakenly add `jakarta.annotation-api` to their applications, which prevents Tomcat from finding `@Resource` and similar annotations on the servlets. See [this Stack Overflow question](https://stackoverflow.com/q/69249988/11748454) for example. To prevent this "jakarta.annotation" should also be always loaded from the common classloader. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
