brusdev opened a new pull request, #4195:
URL: https://github.com/apache/activemq-artemis/pull/4195

   RoleSet.class.getMethods() returns the same methods on both OpenJDK 11 and
   OpenJ9 JDK 11 but the order is different. OpenJDK 11 returns
   `public void org.apache.activemq.artemis.core.config.impl.RoleSet.add` before
   `public boolean java.util.HashSet.add` while OpenJ9 JDK 11 returns
   `public boolean java.util.HashSet.add` before
   `public void org.apache.activemq.artemis.core.config.impl.RoleSet.add`


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to