ivankelly opened a new pull request #1187: Allow default methods in MavenClassloader callbacks URL: https://github.com/apache/bookkeeper/pull/1187 AsyncCallback.AddCallback has recently acquired a default method, which breaks the assumption that there is only one method on these callbacks. However, if does have a default method that calls the one method. This patch takes advantage of that to allow us to use AddCallback in tests.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
