https://issues.apache.org/bugzilla/show_bug.cgi?id=56669

            Bug ID: 56669
           Summary: StandardContext.loadOnStartup() changed its signature
                    in 8.0.9
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: david_s...@hotmail.com

StandardContext.loadOnStartup() changed its signature in 8.0.9 which is very
unfriendly to any apps that depend on the API, especially if they use a library
that was compiled against Tomcat <8.0.9 (they break with a NoSuchMethodError at
runtime). Surely such a major (binary compatibility) change should not be
appearing in a point release? I suggest adding a new method if there are
callers that need the new signature internally to Tomcat.

-- 
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

Reply via email to