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/artemis.git
from 75f51f0198 Check auto-create for OpenWire JMS topic sub
new 6b1ada8aca ARTEMIS-5954 Artemis Shell History
new 694453b672 ARTEMIS-5955 ExportProperties is making System.out invalid
/ muting it
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:
.../org/apache/activemq/artemis/cli/Shell.java | 129 ++++++++++++++++++++-
.../artemis/cli/commands/InputAbstract.java | 80 +------------
.../commands/tools/config/ExportProperties.java | 14 ---
.../cli/commands/util/input/InputReader.java | 46 ++++----
.../cli/commands/util/input/JLineInputReader.java | 33 +++---
.../cli/commands/util/input/SystemInputReader.java | 59 ++++++++++
6 files changed, 224 insertions(+), 137 deletions(-)
copy
artemis-jms-server/src/main/java/org/apache/activemq/artemis/jms/bridge/impl/JNDIFactorySupport.java
=>
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/util/input/InputReader.java
(52%)
copy
artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/sasl/PrincipalSASLResult.java
=>
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/util/input/JLineInputReader.java
(56%)
create mode 100644
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/util/input/SystemInputReader.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]