This is an automated email from the ASF dual-hosted git repository.
robbie pushed a change to branch 2.19.x
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from a4b6898 ARTEMIS-3543 Fix encrypted passwords in composite urls
new e26a822 ARTEMIS-3537: update to proton-j 0.33.10
new 360bdec ARTEMIS-3559 Update netty version to 4.1.70.Final
new da033ff ARTEMIS-3559 Exclude netty-transport-native-epoll from
zookeeper
new e310404 ARTEMIS-3559: update to Netty 4.1.72 (and netty-tcnative to
2.0.46)
new 56efc01 ARTEMIS-3616 Fix netty epoll not available
new 7ab80f8 ARTEMIS-3648: Update to netty 4.1.73
The 6 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:
artemis-distribution/pom.xml | 62 +++++++++++++++--
artemis-distribution/src/main/assembly/dep.xml | 16 ++++-
artemis-features/src/main/resources/features.xml | 4 +-
artemis-protocols/artemis-mqtt-protocol/pom.xml | 7 --
examples/features/standard/cdi/pom.xml | 5 --
.../features/standard/interceptor-amqp/pom.xml | 5 --
.../features/standard/interceptor-mqtt/pom.xml | 5 --
examples/features/standard/rest/dup-send/pom.xml | 4 --
.../features/standard/rest/javascript-chat/pom.xml | 4 --
.../features/standard/rest/jms-to-rest/pom.xml | 4 --
examples/features/standard/rest/push/pom.xml | 4 --
.../sub-modules/artemis-jakarta-ra-rar/pom.xml | 4 --
.../features/sub-modules/artemis-ra-rar/pom.xml | 4 --
.../stomp/stomp-embedded-interceptor/pom.xml | 4 --
pom.xml | 52 +++++++++++----
tests/smoke-tests/pom.xml | 16 +++++
.../serverA => nettynative}/broker.xml | 47 ++++++-------
.../servers/nettynative}/logging.properties | 3 +-
.../artemis/tests/smoke/common/SmokeTestBase.java | 32 +++++++++
.../tests/smoke/logging/AuditLoggerTestBase.java | 31 +--------
.../tests/smoke/nettynative/NettyNativeTest.java | 78 ++++++++++++++++++++++
21 files changed, 265 insertions(+), 126 deletions(-)
copy tests/smoke-tests/src/main/resources/servers/{bridgeTransfer/serverA =>
nettynative}/broker.xml (85%)
copy
{artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc =>
tests/smoke-tests/src/main/resources/servers/nettynative}/logging.properties
(95%)
create mode 100644
tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/nettynative/NettyNativeTest.java