https://issues.apache.org/bugzilla/show_bug.cgi?id=57199
Bug ID: 57199 Summary: tomcat-embed-core requires tomcat-embed-logging-juli but dependency is optional in its pom Product: Tomcat 8 Version: trunk Hardware: PC Status: NEW Severity: regression Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: awilkin...@pivotal.io The fix for 43682 updated WebappClassLoaderBase to implement WebappProperties. WebappProperties is provided by tomcat-embed-logging-juli but tomcat-embed-core's dependency on tomcat-embed-logging-juli is optional. This lead to compilation failures when upgrading to Tomcat 8.0.15 (from 8.0.14) in a project that subclasses WebappClassLoader. I believe it'll also lead to failures at runtime for projects that aren't affected at compile time. I've marked the version as "trunk" as 8.0.15 wasn't an available choice. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org