This is an automated email from the ASF dual-hosted git repository.
jbertram 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 19f8cc9c03 ARTEMIS-5578: Update to netty 4.1.124
19f8cc9c03 is described below
commit 19f8cc9c033dfd858f5648a38bff55fc392191fb
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Aug 18 18:10:48 2025 +0100
ARTEMIS-5578: Update to netty 4.1.124
adds svm dep to karaf feature to work around netty manifest bug and allow
resolving netty-common
---
artemis-features/src/main/resources/features.xml | 3 +++
pom.xml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/artemis-features/src/main/resources/features.xml
b/artemis-features/src/main/resources/features.xml
index d26ee3cc16..71a62a9d43 100644
--- a/artemis-features/src/main/resources/features.xml
+++ b/artemis-features/src/main/resources/features.xml
@@ -29,6 +29,9 @@
</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 9c9f5259a1..e4610b491d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
<checkstyle.version>11.0.0</checkstyle.version>
<mockito.version>5.18.0</mockito.version>
<jctools.version>4.0.5</jctools.version>
- <netty.version>4.1.123.Final</netty.version>
+ <netty.version>4.1.124.Final</netty.version>
<hdrhistogram.version>2.2.2</hdrhistogram.version>
<curator.version>5.9.0</curator.version>
<zookeeper.version>3.9.3</zookeeper.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact