You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2018/02/22 18:41:00 UTC

[jira] [Created] (ARTEMIS-1697) Simplify ActivateCallback interface with default methods

Justin Bertram created ARTEMIS-1697:
---------------------------------------

             Summary: Simplify ActivateCallback interface with default methods
                 Key: ARTEMIS-1697
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1697
             Project: ActiveMQ Artemis
          Issue Type: Improvement
            Reporter: Justin Bertram
            Assignee: Justin Bertram


Most of the org.apache.activemq.artemis.core.server.ActivateCallback implementations have empty methods.  By providing default method implementations on the interface (thanks Java 8!) we can get rid of a lot of the useless code in the current implementations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)