You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/03/10 08:27:51 UTC

[GitHub] [tomcat] markt-asf commented on pull request #481: changing HashMap to LinkedHashMap to maintain execution order of deployment

markt-asf commented on pull request #481:
URL: https://github.com/apache/tomcat/pull/481#issuecomment-1063793228


   That is a backwards incompatible change so, if made, it will only be made to the 10.1.x branch.
   
   Web applications are meant to be independent. If there are dependencies between two or more web applications then those applications should be coded so that they correctly handle starting in different orders.
   
   Generally, the Tomcat project does not implement features that enforce this sort of ordering as it undermines portability.
   
   I am close to -1 on this proposal but will leave the PR open for others to comment.


-- 
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-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org