From ad88ddf1f50cb63274fdea795215517106cdb7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:43:25 +0000 Subject: [PATCH 1/2] build(deps): bump org.codehaus.jettison:jettison from 1.5.4 to 1.5.5 Bumps [org.codehaus.jettison:jettison](https://github.com/jettison-json/jettison) from 1.5.4 to 1.5.5. - [Release notes](https://github.com/jettison-json/jettison/releases) - [Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.4...jettison-1.5.5) --- updated-dependencies: - dependency-name: org.codehaus.jettison:jettison dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/json/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/json/pom.xml b/modules/json/pom.xml index 167cd1433a..81668c6e04 100644 --- a/modules/json/pom.xml +++ b/modules/json/pom.xml @@ -55,7 +55,7 @@ org.codehaus.jettison jettison - 1.5.4 + 1.5.5 org.apache.axis2 From a64a5db05b94239a8b9363f7863b438a8606c17a Mon Sep 17 00:00:00 2001 From: Christian Ortlepp Date: Fri, 20 Mar 2026 08:23:16 +0100 Subject: [PATCH 2/2] fix: disable flaky benchmarking test --- .../org/apache/axis2/transport/h2/H2Stage3StreamingTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2Stage3StreamingTest.java b/modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2Stage3StreamingTest.java index efa1919874..33041f272e 100644 --- a/modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2Stage3StreamingTest.java +++ b/modules/transport-h2/src/test/java/org/apache/axis2/transport/h2/H2Stage3StreamingTest.java @@ -27,6 +27,7 @@ import org.apache.axis2.transport.h2.impl.httpclient5.H2TransportSender; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import java.util.ArrayList; @@ -299,6 +300,7 @@ public void testMemoryPressureHandling() throws Exception { System.out.println("Memory pressure handling test passed"); } + @Ignore("For manual testing only, not stable enough to run in CI") @Test public void testStreamingPerformanceImprovement() throws Exception { System.err.println("================================================================================");