rotty3000 commented on pull request #298:
URL: https://github.com/apache/tomcat/pull/298#issuecomment-642689875


   From a JPMS point of view the goal is always that jdeps results match up 
with the module-info.class (i.e. that the jar is completely resolvable from the 
module path) and if you don't clear that you will always have to add a 
workaround to get the module-info you want (like adding a static module 
requires for the missing packages or forcing a manual ignore of the required 
module).


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

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