Jvm takes a long time to resolve ip-address for localhost
I had the same problem. Tomcat went from 15 seconds to 6 minutes to initialise spring context after the upgrade… disabling csrutils didn’t solve the issue for me. I solved the problem by adding my Mac hostname (i.e. Macbook.local, or whatever your Mac is called) on the /etc/hosts file mapped to the 127.0.0.1 address as … Read more