ppkarwasz opened a new pull request #470:
URL: https://github.com/apache/tomcat/pull/470


   This is the `javax` version of #469.
   
   Some users mistakenly add `javax.annotation-api` to their applications, 
which prevents Tomcat from finding `@Resource` and similar annotations on Java 
9+.
   
   To prevent this "javax.annotation" should also be always loaded from the 
_common_ classloader.
   
   On Java 8 and earlier classes from `javax.annotation` where served from the 
_system_ classloader, so the change should be a no-op.


-- 
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

Reply via email to