3 Replies Latest reply on Jan 25, 2013 12:13 PM by clebert.suconic

    Removed use methods

    jmesnil

      While working on AS7-6124 to review Howard patch, I noticed that some API methods used by AS7 have been removed from hornetq master branch:

       

      Configuration

         void setInterceptorClassNames(List<String> interceptors);

       

      => this method was flagged as Deprecated for 2.3.0.Final. I don't think it should be removed before the next 2.x release

       

      RemotingService

        void addInterceptor(Interceptor interceptor);

        boolean removeInterceptor(Interceptor interceptor);

       

      => same as above

       

      RemotingService

         void allowInvmSecurityOverride(HornetQPrincipal principal);

       

      => this method must be put back. AS7 requires it to bypass security authentication for in-vm connections (https://issues.jboss.org/browse/AS7-3150)