This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 5272fca3ab ARTEMIS-5578: Update Netty to 4.1.126 (inc tcnative test
dep to 2.0.73)
5272fca3ab is described below
commit 5272fca3ab5a367e74ca9ce68907048c22bd326c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Sep 3 16:59:36 2025 +0100
ARTEMIS-5578: Update Netty to 4.1.126 (inc tcnative test dep to 2.0.73)
Unwinds workaround from 19f8cc9c033dfd858f5648a38bff55fc392191fb now
that netty-common manifest fix was released.
---
artemis-features/src/main/resources/features.xml | 3 ---
pom.xml | 4 ++--
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/artemis-features/src/main/resources/features.xml
b/artemis-features/src/main/resources/features.xml
index 71a62a9d43..d26ee3cc16 100644
--- a/artemis-features/src/main/resources/features.xml
+++ b/artemis-features/src/main/resources/features.xml
@@ -29,9 +29,6 @@
</feature>
<feature name="netty-core" version="${netty.version}"
description="Netty libraries">
- <!-- The wrap feature and svm dep can be removed once
netty-common is fixed in 4.1.125 -->
- <feature prerequisite="true">wrap</feature>
- <bundle>wrap:mvn:org.graalvm.nativeimage/svm/19.3.6</bundle>
<bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
<bundle>mvn:io.netty/netty-resolver/${netty.version}</bundle>
<bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
diff --git a/pom.xml b/pom.xml
index 61a3bf9ceb..e140b0aae6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
<checkstyle.version>11.0.1</checkstyle.version>
<mockito.version>5.19.0</mockito.version>
<jctools.version>4.0.5</jctools.version>
- <netty.version>4.1.124.Final</netty.version>
+ <netty.version>4.1.126.Final</netty.version>
<hdrhistogram.version>2.2.2</hdrhistogram.version>
<curator.version>5.9.0</curator.version>
<zookeeper.version>3.9.4</zookeeper.version>
@@ -131,7 +131,7 @@
<asciidoctorj.pdf.version>2.3.19</asciidoctorj.pdf.version>
<!-- this is basically for tests -->
- <netty-tcnative-version>2.0.72.Final</netty-tcnative-version>
+ <netty-tcnative-version>2.0.73.Final</netty-tcnative-version>
<proton.version>0.34.1</proton.version>
<protonj2.version>1.0.0</protonj2.version>
<slf4j.version>2.0.17</slf4j.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact