You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by va...@apache.org on 2022/09/09 07:35:26 UTC

[qpid-broker-j] branch main updated (4e5a0e1b01 -> 9eb30f5bb8)

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

vavrtom pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


    from 4e5a0e1b01 QPID-8596: [Broker-J] Migrate broker build process to JDK 11 (#138)
     add 9eb30f5bb8 QPID-8597: [Broker-J] LDAP SSL Connection Refactoring (#139)

No new revisions were added by this update.

Summary of changes:
 apache-qpid-broker-j/src/main/assembly/NOTICE      |   5 -
 .../dependency-verification/DEPENDENCIES_REFERENCE |   4 -
 broker-core/pom.xml                                |  12 -
 .../SimpleLDAPAuthenticationManagerImpl.java       | 407 +++++++++++++--------
 .../manager/ldap/AbstractLDAPSSLSocketFactory.java | 114 ------
 .../ldap/LDAPSSLSocketFactoryGenerator.java        | 300 ---------------
 .../ldap/ThreadLocalLdapSslSocketFactory.java      |  36 +-
 .../auth/manager/ldap/EmbeddedLDAPServer.java      | 255 +++++++++++++
 .../ldap/LDAPSSLSocketFactoryGeneratorTest.java    |  98 -----
 .../ldap/SimpleLDAPAuthenticationManagerTest.java  | 175 +++++++++
 pom.xml                                            |   8 -
 11 files changed, 695 insertions(+), 719 deletions(-)
 delete mode 100644 broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ldap/AbstractLDAPSSLSocketFactory.java
 delete mode 100644 broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ldap/LDAPSSLSocketFactoryGenerator.java
 copy broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQTypeMap.java => broker-core/src/main/java/org/apache/qpid/server/security/auth/manager/ldap/ThreadLocalLdapSslSocketFactory.java (55%)
 create mode 100644 broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/ldap/EmbeddedLDAPServer.java
 delete mode 100644 broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/ldap/LDAPSSLSocketFactoryGeneratorTest.java
 create mode 100644 broker-core/src/test/java/org/apache/qpid/server/security/auth/manager/ldap/SimpleLDAPAuthenticationManagerTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org