rmaucher commented on a change in pull request #354: URL: https://github.com/apache/tomcat/pull/354#discussion_r485121593
########## 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: This is not enough to justify changing this API. You can create the host, then set the flag just after. Good enough. ---------------------------------------------------------------- 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