kamnani commented on a change in pull request #354: URL: https://github.com/apache/tomcat/pull/354#discussion_r485091168
########## File path: java/org/apache/catalina/mbeans/MBeanFactory.java ########## @@ -490,6 +491,7 @@ public String createStandardContext(String parent, public String createStandardHost(String parent, String name, String appBase, boolean autoDeploy, + boolean parallelAnnotationScanning, Review comment: Thanks @rmaucher for the comment. I have little experience working on Tomcat so if you can you explain how this becomes irrelevant that would be great. Also, do we not want the API's to be able to pass this flag when the optimizations are quite significant? ---------------------------------------------------------------- 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