This is an automated email from the ASF dual-hosted git repository. orudyy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git.
from 2a85e19 QPID-8309: [Broker-J] Fix local transaction discharge when async underlying store transaction is in progress new ce1cb00 QPID-8306: [Broker-J] Add operation to update port TLS support new 6dc4f78 QPID-8307:[Broker-J][Documentation] Document how to specify virtualhost initial configuration The 2 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: .../java/org/apache/qpid/server/model/Port.java | 13 + .../qpid/server/model/port/AbstractPort.java | 18 + .../apache/qpid/server/model/port/AmqpPort.java | 4 - .../qpid/server/model/port/AmqpPortImpl.java | 16 +- .../qpid/server/model/port/HttpPortImpl.java | 37 +- .../apache/qpid/server/model/port/PortManager.java | 6 + .../qpid/server/transport/AcceptingTransport.java | 2 + .../transport/NonBlockingNetworkTransport.java | 7 +- .../qpid/server/transport/TCPandSSLTransport.java | 35 +- .../server/management/plugin/HttpManagement.java | 114 ++++-- .../main/java/resources/js/qpid/management/Port.js | 28 ++ .../src/main/java/resources/showPort.html | 1 + .../transport/websocket/WebSocketProvider.java | 81 +++-- .../docbkx/Java-Broker-Initial-Configuration.xml | 36 +- .../Java-Broker-Concepts-Virtualhost-Nodes.xml | 5 + .../qpid/tests/http/endtoend/port/PortTest.java | 400 +++++++++++++++++++++ .../apache/qpid/systests/ConnectionBuilder.java | 2 + .../systests/QpidJmsClient0xConnectionBuilder.java | 8 +- .../systests/QpidJmsClientConnectionBuilder.java | 14 +- 19 files changed, 741 insertions(+), 86 deletions(-) create mode 100644 systests/qpid-systests-http-management/src/test/java/org/apache/qpid/tests/http/endtoend/port/PortTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org