You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/20 13:05:48 UTC

[GitHub] ivankelly opened a new pull request #1187: Allow default methods in MavenClassloader callbacks

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:
users@infra.apache.org


With regards,
Apache Git Services