tomaswolf opened a new pull request, #48:
URL: https://github.com/apache/mina/pull/48

   Make the method IoHandler.event() a default method.
   
   This restores binary and source compatibility with 2.0.X except for classes 
that implement the IoHandler interface and also some other interface that would 
have a conflicting event() method. See JLS8 13.5.6.[1] However, since the 
event() method refers to the new type FilterEvent, there can be no such other 
conflicting method in existing code that was written and compiled against 2.0.X.
   
   [1] https://docs.oracle.com/javase/specs/jls/se8/html/jls-13.html#jls-13.5.6


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to