From aaedfafbccf2d94c68cd50dd0da923e4ace3a1c3 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Fri, 17 Oct 2025 10:46:19 -0400 Subject: [PATCH] Fix 2024-12 (e4.34) build for generated TSP Java client The TSP Java Client generated by openapi-generator-maven-plugin maven plugin, version 7.15.0 requires a newer version of Jackson than the original e4.34 target was providing. Update the tracecompass-incubator-e4.34.target for this hence the Trace Server RCP with targed will use a newer Jackson version as well. Signed-off-by: Bernd Hufmann --- .../tracecompass-incubator-e4.34.target | 90 ++++++++++++------- 1 file changed, 57 insertions(+), 33 deletions(-) diff --git a/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-e4.34.target b/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-e4.34.target index 53ef53bc2..9d2bcb698 100644 --- a/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-e4.34.target +++ b/common/org.eclipse.tracecompass.incubator.target/tracecompass-incubator-e4.34.target @@ -1,6 +1,6 @@ - + @@ -25,20 +25,6 @@ - - - - - - - - - - - - - - @@ -63,30 +49,48 @@ + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + - + @@ -237,7 +241,7 @@ io.swagger.core.v3 swagger-jaxrs2 - 2.2.19 + 2.2.37 jar @@ -252,6 +256,26 @@ + + + + org.glassfish.jersey.media + jersey-media-multipart + 2.47 + jar + + + + + + + com.google.code.findbugs + jsr305 + 3.0.2 + jar + + +