aaron-ai commented on issue #159:
URL: 
https://github.com/apache/rocketmq-clients/issues/159#issuecomment-1221958913

   em... I got it.
   
   Actually the javax.annotation was depecated in Java9+, and it is introduced 
by gRPC and the latest Spring framework. gRPC used `javax.annotation-apis` in 
some initial versions, but it was replaced with tomcat's annotation-api to 
avoid the license issue(https://github.com/grpc/grpc-java/pull/6990). 
Unfortunately, `Resource#lookup` was removed in tomcat's annotation-api and it 
was used by Spring. 😅
   
   I am not sure that whether we should go back to `javax.annotation-apis` or 
shade `javax.annotation`? or there may be other solution? Maybe discuss is 
needed here.
   
   cc @lizhanhui @zhouxinyu @xdkxlk @drpmma @lollipopjin @guyinyou @duhenglucky 


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

Reply via email to