This is an automated email from the ASF dual-hosted git repository. orudyy pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git.
from 321abf3 NO-JIRA: alternative approach to only using the repo for bdb dep where really needed, to speed up build new e55fda0 NO-JIRA: Fix sporadic test failure new 71eb57e QPID-8520: [Broker-J] Substitute TlsOrPlainConnectionFactory with jetty OptionalSslConnectionFactory new 9b396b4 QPID-8520: [Broker-J] Remove Qpid port-unification support for Jetty The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../server/management/plugin/HttpManagement.java | 16 +- .../plugin/portunification/MarkableEndPoint.java | 275 --------------- .../TlsOrPlainConnectionFactory.java | 375 --------------------- .../TlsOrPlainConnectionFactoryTest.java | 196 ----------- .../PreemptiveAuthenticationTest.java | 20 +- 5 files changed, 8 insertions(+), 874 deletions(-) delete mode 100644 broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/portunification/MarkableEndPoint.java delete mode 100644 broker-plugins/management-http/src/main/java/org/apache/qpid/server/management/plugin/portunification/TlsOrPlainConnectionFactory.java delete mode 100644 broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/portunification/TlsOrPlainConnectionFactoryTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org