Redis – disableRegistry() doesn't exist (org.apache.tomcat.util.modeler.Registry)
I updated my project from Spring Boot 1.5.6.RELEASE to 2.2.5.RELEASE and now I get an error claiming that the web server cannot be started because org.apache.tomcat.util.modeler.Registry.disableRegistry() cannot be found. This is a call made by Spring and it's not under…