You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/12/13 14:07:35 UTC

[activemq-artemis] branch main updated (76b9c62311 -> 499e3c119f)

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from 76b9c62311 ARTEMIS-4098 AMQP messages missing correlation ID in console
     add 499e3c119f ARTEMIS-4101 caching failed authn result on LDAP cxn failures

No new revisions were added by this update.

Summary of changes:
 .../activemq/artemis/utils/ExceptionUtil.java      | 24 +++----
 .../core/remoting/impl/netty/NettyAcceptor.java    | 18 ++----
 .../core/security/impl/SecurityStoreImpl.java      | 11 +++-
 .../core/security/ActiveMQJAASSecurityManager.java |  9 ++-
 .../spi/core/security/jaas/LDAPLoginModule.java    | 33 +++++++---
 .../core/security/jaas/NoCacheLoginException.java} | 18 ++++--
 docs/user-manual/en/security.md                    |  9 +++
 .../tests/integration/security/SecurityTest.java   | 74 ++++++++++++++++++++++
 .../src/test/resources/login.config                | 40 ++++++++++++
 9 files changed, 192 insertions(+), 44 deletions(-)
 copy tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/ArtemisBrokerWrapperFactory.java => artemis-commons/src/main/java/org/apache/activemq/artemis/utils/ExceptionUtil.java (62%)
 copy artemis-server/src/main/java/org/apache/activemq/artemis/{core/server/cluster/impl/MessageLoadBalancingType.java => spi/core/security/jaas/NoCacheLoginException.java} (75%)