Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/621#discussion_r69644037
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/ActiveMQJAASSecurityManager.java
---
@@ -80,31 +81,41 @@ public ActiveMQJAASSecurityManager(String
configurationName, String certificateC
}
@Override
- public boolean validateUser(String user, String password) {
--- End diff --
I just checked and Wildfly won't build after this change.
I know at least one user who was writing his own SecurityManager, so this
would break not just wildfly.
it's part of the SPI, so we can't change it without breaking API.
as we talked, make a SecurityManager3 and add what you need there, check of
instanceof of the new corrent interface.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---