diff --git a/docs/antora.yml b/docs/antora.yml index 8ef2190e5973..f035ede26ec6 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -28,7 +28,7 @@ asciidoc: requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'" # Project versions - camel-version: 4.2.0 # replace ${camel.version} + camel-version: 4.3.0 # replace ${camel.version} camel-docs-version: 4.0.x camel-quarkus-version: 3.7.0 # replace ${camel-quarkus.version} quarkus-version: 3.6.4 # replace ${quarkus.version} diff --git a/docs/modules/ROOT/examples/components/kubernetes-cronjob.yml b/docs/modules/ROOT/examples/components/kubernetes-cronjob.yml new file mode 100644 index 000000000000..4f3c9dc50fa0 --- /dev/null +++ b/docs/modules/ROOT/examples/components/kubernetes-cronjob.yml @@ -0,0 +1,13 @@ +# Do not edit directly! +# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page +cqArtifactId: camel-quarkus-kubernetes +cqArtifactIdBase: kubernetes +cqNativeSupported: true +cqStatus: Stable +cqDeprecated: false +cqJvmSince: 1.0.0 +cqNativeSince: 1.0.0 +cqCamelPartName: kubernetes-cronjob +cqCamelPartTitle: Kubernetes Cronjob +cqCamelPartDescription: Perform operations on Kubernetes CronJob. +cqExtensionPageTitle: Kubernetes diff --git a/docs/modules/ROOT/examples/languages/java.yml b/docs/modules/ROOT/examples/languages/java.yml new file mode 100644 index 000000000000..1ae6c0ce4e9b --- /dev/null +++ b/docs/modules/ROOT/examples/languages/java.yml @@ -0,0 +1,13 @@ +# Do not edit directly! +# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page +cqArtifactId: camel-quarkus-joor +cqArtifactIdBase: joor +cqNativeSupported: true +cqStatus: Stable +cqDeprecated: true +cqJvmSince: 2.0.0 +cqNativeSince: 3.2.0 +cqCamelPartName: java +cqCamelPartTitle: Java +cqCamelPartDescription: Evaluates a Java (Java compiled once at runtime) expression. +cqExtensionPageTitle: jOOR diff --git a/docs/modules/ROOT/examples/languages/joor.yml b/docs/modules/ROOT/examples/languages/joor.yml index 2d199ab3ddfc..c0448be9f20c 100644 --- a/docs/modules/ROOT/examples/languages/joor.yml +++ b/docs/modules/ROOT/examples/languages/joor.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-joor cqArtifactIdBase: joor cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 2.0.0 cqNativeSince: 3.2.0 cqCamelPartName: joor diff --git a/docs/modules/ROOT/examples/others/aws-xray.yml b/docs/modules/ROOT/examples/others/aws-xray.yml index 4c8eedb33bdc..972d9ee48d6e 100644 --- a/docs/modules/ROOT/examples/others/aws-xray.yml +++ b/docs/modules/ROOT/examples/others/aws-xray.yml @@ -9,5 +9,5 @@ cqJvmSince: 1.2.0 cqNativeSince: n/a cqCamelPartName: aws-xray cqCamelPartTitle: AWS XRay -cqCamelPartDescription: Distributed tracing using AWS XRay +cqCamelPartDescription: Enable Distributed tracing using AWS XRay cqExtensionPageTitle: AWS XRay diff --git a/docs/modules/ROOT/pages/reference/extensions/jolt.adoc b/docs/modules/ROOT/pages/reference/extensions/jolt.adoc index 8d371487fc8d..eb12bdc6afd5 100644 --- a/docs/modules/ROOT/pages/reference/extensions/jolt.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/jolt.adoc @@ -45,12 +45,6 @@ ifeval::[{doc-show-user-guide-link} == true] Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. endif::[] -[id="extensions-jolt-allowcontextmapall-option-in-native-mode"] -== allowContextMapAll option in native mode - -The `allowContextMapAll` option is not supported in native mode as it requires reflective access to security sensitive camel core classes such as -`CamelContext` & `Exchange`. This is considered a security risk and thus access to the feature is not provided by default. - [id="extensions-jolt-additional-camel-quarkus-configuration"] == Additional Camel Quarkus configuration diff --git a/docs/modules/ROOT/pages/reference/extensions/joor.adoc b/docs/modules/ROOT/pages/reference/extensions/joor.adoc index e8af9d47a00b..1cfca002827e 100644 --- a/docs/modules/ROOT/pages/reference/extensions/joor.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/joor.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-joor :cq-native-supported: true :cq-status: Stable -:cq-status-deprecation: Stable +:cq-status-deprecation: Stable Deprecated :cq-description: Evaluate a jOOR (Java compiled once at runtime) expression language. -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 2.0.0 :cq-native-since: 3.2.0 ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##2.0.0## [.badge-key]##Native since##[.badge-supported]##3.2.0## +[.badge-key]##JVM since##[.badge-supported]##2.0.0## [.badge-key]##Native since##[.badge-supported]##3.2.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Evaluate a jOOR (Java compiled once at runtime) expression language. @@ -22,9 +22,10 @@ Evaluate a jOOR (Java compiled once at runtime) expression language. [id="extensions-joor-whats-inside"] == What's inside +* xref:{cq-camel-components}:languages:java-language.adoc[Java language] * xref:{cq-camel-components}:languages:joor-language.adoc[jOOR language] -Please refer to the above link for usage and configuration details. +Please refer to the above links for usage and configuration details. [id="extensions-joor-maven-coordinates"] == Maven coordinates diff --git a/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc b/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc index 52eb398b84c5..a2a6e97a6ca0 100644 --- a/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/kubernetes.adoc @@ -24,6 +24,7 @@ Perform operations against Kubernetes API == What's inside * xref:{cq-camel-components}::kubernetes-config-maps-component.adoc[Kubernetes ConfigMap component], URI syntax: `kubernetes-config-maps:masterUrl` +* xref:{cq-camel-components}::kubernetes-cronjob-component.adoc[Kubernetes Cronjob component], URI syntax: `kubernetes-cronjob:masterUrl` * xref:{cq-camel-components}::kubernetes-custom-resources-component.adoc[Kubernetes Custom Resources component], URI syntax: `kubernetes-custom-resources:masterUrl` * xref:{cq-camel-components}::kubernetes-deployments-component.adoc[Kubernetes Deployments component], URI syntax: `kubernetes-deployments:masterUrl` * xref:{cq-camel-components}::kubernetes-events-component.adoc[Kubernetes Event component], URI syntax: `kubernetes-events:masterUrl` diff --git a/extensions-support/spring/deployment/src/main/java/org/apache/camel/quarkus/support/spring/deployment/SpringKotlinProcessor.java b/extensions-support/spring/deployment/src/main/java/org/apache/camel/quarkus/support/spring/deployment/SpringKotlinProcessor.java index 6ed096e2880c..10f1f5a52dcb 100644 --- a/extensions-support/spring/deployment/src/main/java/org/apache/camel/quarkus/support/spring/deployment/SpringKotlinProcessor.java +++ b/extensions-support/spring/deployment/src/main/java/org/apache/camel/quarkus/support/spring/deployment/SpringKotlinProcessor.java @@ -47,6 +47,11 @@ void generateKotlinReflectClasses( createClass(generatedClass, "kotlin.reflect.KParameter", Object.class.getName(), true); createClass(generatedClass, "kotlin.reflect.KCallable", Object.class.getName(), false); createClass(generatedClass, "kotlin.reflect.KFunction", "kotlin.reflect.KCallable", false); + createClass(generatedClass, "kotlin.reflect.KAnnotatedElement", Object.class.getName(), false); + createClass(generatedClass, "kotlin.reflect.KClass", "kotlin.reflect.KAnnotatedElement", false); + createClass(generatedClass, "kotlin.text.Regex", Object.class.getName(), false); + createClass(generatedClass, "kotlin.coroutines.CoroutineContext$Key", Object.class.getName(), false); + createClass(generatedClass, "kotlinx.coroutines.Job$Key", "kotlin.coroutines.CoroutineContext$Key", false); } private boolean isKotlinStdlibAvailable(ApplicationModel applicationModel) { diff --git a/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringKotlinSubstitutions.java b/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringKotlinSubstitutions.java index 08c61492c5e1..c72e4111c460 100644 --- a/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringKotlinSubstitutions.java +++ b/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringKotlinSubstitutions.java @@ -20,6 +20,7 @@ import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Type; +import java.util.function.BooleanSupplier; import com.oracle.svm.core.annotate.Delete; import com.oracle.svm.core.annotate.Substitute; @@ -46,6 +47,11 @@ public static boolean isKotlinReflectPresent() { public static boolean isKotlinType(Class clazz) { return false; } + + @Substitute + public static boolean isSuspendingFunction(Method method) { + return false; + } } @TargetClass(className = "org.springframework.core.KotlinReflectionParameterNameDiscoverer") @@ -84,3 +90,23 @@ private static Class getReturnType(Method method) { throw new UnsupportedOperationException("Kotlin is not supported"); } } + +@TargetClass(className = "org.springframework.aop.support.AopUtils$KotlinDelegate", onlyWith = SpringAopPresent.class) +final class SubstituteAopUtilsKotlinDelegate { + @Substitute + public static Object invokeSuspendingFunction(Method method, Object target, Object... args) { + throw new UnsupportedOperationException("Kotlin is not supported"); + } +} + +final class SpringAopPresent implements BooleanSupplier { + @Override + public boolean getAsBoolean() { + try { + Thread.currentThread().getContextClassLoader().loadClass("org.springframework.aop.support.AopUtils"); + return true; + } catch (ClassNotFoundException e) { + return false; + } + } +} diff --git a/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringSubstitutions.java b/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringSubstitutions.java index b0bad899c10d..559ac4b260fd 100644 --- a/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringSubstitutions.java +++ b/extensions-support/spring/runtime/src/main/java/org/apache/camel/quarkus/support/spring/graal/SpringSubstitutions.java @@ -44,11 +44,6 @@ public SubstituteDefaultParameterNameDiscoverer() { final class SubstituteStandardReflectionParameterNameDiscoverer { } -@TargetClass(className = "org.springframework.core.LocalVariableTableParameterNameDiscoverer") -@Delete -final class SubstituteLocalVariableTableParameterNameDiscoverer { -} - @TargetClass(className = "org.springframework.core.io.VfsUtils") @Delete final class SubstituteVfsUtils { diff --git a/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/r4/FhirR4Processor.java b/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/r4/FhirR4Processor.java index 86581c95f6d7..8c71a2e1fe33 100644 --- a/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/r4/FhirR4Processor.java +++ b/extensions/fhir/deployment/src/main/java/org/apache/camel/quarkus/component/fhir/deployment/r4/FhirR4Processor.java @@ -43,7 +43,7 @@ import static org.apache.camel.quarkus.component.fhir.deployment.FhirUtil.getResourceDefinitions; public class FhirR4Processor { - private static final String FHIR_VERSION_PROPERTIES = "org/hl7/fhir/r4/model/fhirversion.properties"; + private static final String FHIR_VERSION_PROPERTIES = "org/hl7/fhir/r4/hapi/model/fhirversion.properties"; @BuildStep(onlyIf = FhirFlags.R4Enabled.class) R4PropertiesBuildItem fhirProperties() { diff --git a/extensions/joor/deployment/src/main/java/org/apache/camel/quarkus/component/joor/deployment/JoorProcessor.java b/extensions/joor/deployment/src/main/java/org/apache/camel/quarkus/component/joor/deployment/JoorProcessor.java index 03ef3755a79c..392d824cad9f 100644 --- a/extensions/joor/deployment/src/main/java/org/apache/camel/quarkus/component/joor/deployment/JoorProcessor.java +++ b/extensions/joor/deployment/src/main/java/org/apache/camel/quarkus/component/joor/deployment/JoorProcessor.java @@ -39,9 +39,9 @@ import org.apache.camel.dsl.java.joor.CompilationUnit; import org.apache.camel.dsl.java.joor.MultiCompile; import org.apache.camel.impl.DefaultCamelContext; +import org.apache.camel.language.joor.JavaLanguage; import org.apache.camel.language.joor.JoorCompiler; import org.apache.camel.language.joor.JoorExpression; -import org.apache.camel.language.joor.JoorLanguage; import org.apache.camel.language.joor.JoorScriptingCompiler; import org.apache.camel.quarkus.component.joor.runtime.JoorExpressionCompiler; import org.apache.camel.quarkus.component.joor.runtime.JoorExpressionConfig; @@ -76,17 +76,17 @@ void collectExpressions(JoorExpressionConfig config, BuildProducer producer) throws Exception { if (result.isSuccess()) { List joorExpressions = expressions.stream() - .filter(exp -> "joor".equals(exp.getLanguage())) + .filter(exp -> "java".equals(exp.getLanguage())) .collect(Collectors.toList()); List joorScripts = scripts.stream() - .filter(exp -> "joor".equals(exp.getLanguage())) + .filter(exp -> "java".equals(exp.getLanguage())) .collect(Collectors.toList()); if (joorExpressions.isEmpty() && joorScripts.isEmpty()) { return; } // Don't close it as it won't be started and some log entries are added on close/stop CamelContext ctx = new DefaultCamelContext(); - try (JoorLanguage language = new JoorLanguage()) { + try (JavaLanguage language = new JavaLanguage()) { language.setCamelContext(ctx); language.setSingleQuotes(config.singleQuotes); config.configResource.ifPresent(language::setConfigResource); @@ -183,7 +183,7 @@ CamelBeanBuildItem configureLanguage( source.getClassName()); } } - final RuntimeValue language = recorder.languageNewInstance(config, expressionCompilerBuilder, + final RuntimeValue language = recorder.languageNewInstance(config, expressionCompilerBuilder, expressionScriptingCompilerBuilder); if (config.resultType.isPresent()) { @@ -192,7 +192,7 @@ CamelBeanBuildItem configureLanguage( config.resultType.get()); } - return new CamelBeanBuildItem("joor", JoorLanguage.class.getName(), language); + return new CamelBeanBuildItem("java", JavaLanguage.class.getName(), language); } return null; } diff --git a/extensions/joor/runtime/src/main/java/org/apache/camel/quarkus/component/joor/runtime/JoorExpressionRecorder.java b/extensions/joor/runtime/src/main/java/org/apache/camel/quarkus/component/joor/runtime/JoorExpressionRecorder.java index 21a5c71e3687..64a5755a1682 100644 --- a/extensions/joor/runtime/src/main/java/org/apache/camel/quarkus/component/joor/runtime/JoorExpressionRecorder.java +++ b/extensions/joor/runtime/src/main/java/org/apache/camel/quarkus/component/joor/runtime/JoorExpressionRecorder.java @@ -19,24 +19,24 @@ import io.quarkus.runtime.RuntimeValue; import io.quarkus.runtime.annotations.Recorder; import org.apache.camel.CamelContext; -import org.apache.camel.language.joor.JoorLanguage; +import org.apache.camel.language.joor.JavaLanguage; import org.apache.camel.language.joor.JoorMethod; import org.apache.camel.language.joor.JoorScriptingMethod; @Recorder public class JoorExpressionRecorder { - public RuntimeValue languageNewInstance(JoorExpressionConfig config, + public RuntimeValue languageNewInstance(JoorExpressionConfig config, RuntimeValue compilerBuilder, RuntimeValue scriptingCompilerBuilder) { - RuntimeValue language = new RuntimeValue<>( - new JoorLanguage(compilerBuilder.getValue().build(), scriptingCompilerBuilder.getValue().build())); + RuntimeValue language = new RuntimeValue<>( + new JavaLanguage(compilerBuilder.getValue().build(), scriptingCompilerBuilder.getValue().build())); language.getValue().setSingleQuotes(config.singleQuotes); config.configResource.ifPresent(language.getValue()::setConfigResource); return language; } - public void setResultType(RuntimeValue language, String className) { + public void setResultType(RuntimeValue language, String className) { try { language.getValue().setResultType(Class.forName(className, true, Thread.currentThread().getContextClassLoader())); } catch (Exception e) { diff --git a/extensions/openapi-java/deployment/src/main/java/org/apache/camel/quarkus/component/openapi/java/deployment/OpenApiJavaProcessor.java b/extensions/openapi-java/deployment/src/main/java/org/apache/camel/quarkus/component/openapi/java/deployment/OpenApiJavaProcessor.java index 340523adcfc3..9c95449fd15e 100644 --- a/extensions/openapi-java/deployment/src/main/java/org/apache/camel/quarkus/component/openapi/java/deployment/OpenApiJavaProcessor.java +++ b/extensions/openapi-java/deployment/src/main/java/org/apache/camel/quarkus/component/openapi/java/deployment/OpenApiJavaProcessor.java @@ -201,7 +201,7 @@ public void filterOpenAPI(OpenAPI openAPI) { mapper.enable(SerializationFeature.INDENT_OUTPUT); mapper.setSerializationInclusion(JsonInclude.Include.NON_NULL); - String jsonContent = RestOpenApiSupport.getJsonFromOpenAPI(openApi, bc); + String jsonContent = RestOpenApiSupport.getJsonFromOpenAPIAsString(openApi, bc); final JsonNode node = mapper.readTree(jsonContent); OpenAPI oai = new OpenAPIImpl(); diff --git a/integration-test-groups/foundation/eip/pom.xml b/integration-test-groups/foundation/eip/pom.xml index 85ff474cfa13..9cd095b30163 100644 --- a/integration-test-groups/foundation/eip/pom.xml +++ b/integration-test-groups/foundation/eip/pom.xml @@ -60,6 +60,11 @@ assertj-core test + + org.awaitility + awaitility + test + diff --git a/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipResource.java b/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipResource.java index d2bf703d6943..473a25621923 100644 --- a/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipResource.java +++ b/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipResource.java @@ -48,16 +48,34 @@ public class EipResource { @Inject CamelContext context; + @Path("/routeAsync/{route}") + @POST + @Consumes(MediaType.TEXT_PLAIN) + @Produces(MediaType.TEXT_PLAIN) + public Response routeAsync(String statement, @PathParam("route") String route, @Context UriInfo uriInfo) { + return route(statement, route, uriInfo, true); + } + @Path("/route/{route}") @POST @Consumes(MediaType.TEXT_PLAIN) @Produces(MediaType.TEXT_PLAIN) - public Response route(String statement, @PathParam("route") String route, @Context UriInfo uriInfo) { + public Response routeSync(String statement, @PathParam("route") String route, @Context UriInfo uriInfo) { + return route(statement, route, uriInfo, false); + } + + public Response route(String statement, String route, @Context UriInfo uriInfo, boolean async) { final Map headers = uriInfo.getQueryParameters().entrySet().stream() .map(e -> new AbstractMap.SimpleImmutableEntry(e.getKey(), e.getValue().get(0))) .collect(Collectors.toMap(Entry::getKey, Entry::getValue)); try { + if (async) { + producerTemplate.asyncRequestBodyAndHeaders("direct:" + route, statement, headers, String.class); + return Response.ok().build(); + } + String result = producerTemplate.requestBodyAndHeaders("direct:" + route, statement, headers, String.class); + System.out.println("---- result for " + statement + " is " + result); return Response.ok(result).build(); } catch (CamelExecutionException e) { return Response.serverError().entity(e.getMessage()).build(); diff --git a/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipRoutes.java b/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipRoutes.java index 769ad27d18c9..a79bb177e68c 100644 --- a/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipRoutes.java +++ b/integration-test-groups/foundation/eip/src/main/java/org/apache/camel/quarkus/eip/it/EipRoutes.java @@ -28,7 +28,7 @@ @ApplicationScoped public class EipRoutes extends RouteBuilder { - public static final int THROTTLE_PERIOD = 500; + public static final int THROTTLE_TIMEOUT = 5000; public static final int THROTTLE_MAXIMUM_REQUEST_COUNT = 2; public static final int WEIGHTED_1 = 2; public static final int WEIGHTED_2 = 1; @@ -124,7 +124,8 @@ public void configure() { .setBody(e -> "Hello from thread " + Thread.currentThread().getName()); from("direct:throttle") - .throttle(THROTTLE_MAXIMUM_REQUEST_COUNT).timePeriodMillis(THROTTLE_PERIOD).rejectExecution(true) + .throttle(THROTTLE_MAXIMUM_REQUEST_COUNT).rejectExecution(true).delay(THROTTLE_TIMEOUT) + .log("Sending '${body}' to mock throttle.") .to("mock:throttle"); from("direct:tryCatchFinally") diff --git a/integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipTest.java b/integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipTest.java index 31996161c9a2..d24f87cfce81 100644 --- a/integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipTest.java +++ b/integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipTest.java @@ -17,12 +17,10 @@ package org.apache.camel.quarkus.eip.it; import java.util.Arrays; -import java.util.HashMap; import java.util.HashSet; import java.util.List; -import java.util.Map; import java.util.Set; -import java.util.concurrent.atomic.AtomicInteger; +import java.util.concurrent.TimeUnit; import io.quarkus.test.junit.QuarkusTest; import io.restassured.RestAssured; @@ -32,6 +30,8 @@ import org.jboss.logging.Logger; import org.junit.jupiter.api.Test; +import static org.awaitility.Awaitility.await; + @QuarkusTest class EipTest { @@ -474,36 +474,26 @@ public void threads() { @Test public void throttle() { - final int durationMs = EipRoutes.THROTTLE_PERIOD * 4; - LOG.infof("About to sent messages for %d ms", durationMs); - final long deadline = System.currentTimeMillis() + (durationMs); - int i = 0; - final Map statusCounts = new HashMap<>(); - statusCounts.put(200, new AtomicInteger()); - statusCounts.put(500, new AtomicInteger()); // the counter for the rejected requests - while (System.currentTimeMillis() < deadline) { - /* Send messages for 500 ms */ - final int status = RestAssured.given() + LOG.infof("About to sent 6 messages"); + for (int i = 0; i < 6; i++) { + RestAssured.given() .contentType(ContentType.TEXT) - .body("message-" + i++) - .post("/eip/route/throttle") + .body("message-" + i) + .post("/eip/routeAsync/throttle") .then() .extract().statusCode(); - statusCounts.get(status).incrementAndGet(); } - int successCount = statusCounts.get(200).get(); - int rejectedCount = statusCounts.get(500).get(); - LOG.infof("Sent %d messages, sucessful %d, rejected %d", i, successCount, rejectedCount); - Assertions.assertThat(rejectedCount).isGreaterThan(0); // assert that some were rejected - String[] samples = RestAssured.get("/eip/mock/throttle/" + successCount + "+/5000/body") - .then() - .statusCode(200) - .extract() - .body().asString().split(","); - LOG.infof("%d messages passed the route", samples.length); - Assertions.assertThat(samples.length).isEqualTo(successCount); - Assertions.assertThat(successCount) - .isLessThanOrEqualTo(EipRoutes.THROTTLE_PERIOD * EipRoutes.THROTTLE_MAXIMUM_REQUEST_COUNT); + + await().atMost(EipRoutes.THROTTLE_TIMEOUT + 5000, TimeUnit.MILLISECONDS) + .pollDelay(EipRoutes.THROTTLE_TIMEOUT, TimeUnit.MILLISECONDS).until(() -> { + String samples = RestAssured.get("/eip/mock/throttle/2/5000/body") + .then() + .statusCode(200) + .extract() + .body().asString(); + + return samples.split(",").length == 2 && samples.contains("message-0") && samples.contains("message-1"); + }); } @Test diff --git a/integration-tests/joor/src/main/java/org/apache/camel/quarkus/component/joor/it/JoorRoute.java b/integration-tests/joor/src/main/java/org/apache/camel/quarkus/component/joor/it/JoorRoute.java index 5475697aed82..6cf973120716 100644 --- a/integration-tests/joor/src/main/java/org/apache/camel/quarkus/component/joor/it/JoorRoute.java +++ b/integration-tests/joor/src/main/java/org/apache/camel/quarkus/component/joor/it/JoorRoute.java @@ -24,7 +24,7 @@ public class JoorRoute extends RouteBuilder { public void configure() { routeTemplate("whereTo") .templateParameter("bar") - .templateBean("myBar", "joor", "resource:classpath:bean.txt") + .templateBean("myBar", "java", "resource:classpath:bean.txt") .from("kamelet:source") .to("bean:{{myBar}}"); @@ -32,10 +32,10 @@ public void configure() { .kamelet("whereTo?bar=Shamrock"); from("direct:joorHello") - .transform().joor("'Hello ' + body + ' from jOOR!'"); + .transform().java("'Hello ' + body + ' from jOOR!'"); from("direct:predicate") .choice() - .when().joor("((int) body) / 2 > 10") + .when().java("((int) body) / 2 > 10") .setBody().constant("High").endChoice() .otherwise() .setBody().constant("Low").endChoice(); diff --git a/integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/OpenApiRoutes.java b/integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/OpenApiRoutes.java index 929098313e9c..9b93b2995978 100644 --- a/integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/OpenApiRoutes.java +++ b/integration-tests/openapi-java/src/main/java/org/apache/camel/quarkus/component/openapijava/it/OpenApiRoutes.java @@ -134,7 +134,7 @@ public void configure() throws Exception { .end() .end(); - if (openApiVersion.equals("3.0.0")) { + if (openApiVersion.startsWith("3")) { rest() .get("/security/bearer/token") .to("direct:echoMethodPath") @@ -197,37 +197,36 @@ public void configure() throws Exception { .arrayType("boolean") .allowableValues("true", "false") .endParam() - // TODO: https://github.com/apache/camel-quarkus/issues/5559 - //.param() - //.name("byte_array") - //.dataType("array") - //.arrayType("byte") - //.allowableValues("1", "2", "3") - //.endParam() - //.param() - //.name("binary_array") - //.dataType("array") - //.arrayType("binary") - //.allowableValues("1", "2", "3") - //.endParam() - //.param() - //.name("date_array") - //.dataType("array") - //.arrayType("date") - //.allowableValues("2023 01 01", "2023 02 02", "2023 03 03") - //.endParam() - //.param() - //.name("datetime_array") - //.dataType("array") - //.arrayType("date-time") - //.allowableValues("2023 01 01 11:11:11", "2023 02 02 12:12:12", "2023 03 03 13:13:13") - //.endParam() - //.param() - //.name("password_array") - //.dataType("array") - //.arrayType("password") - //.allowableValues("foo", "bar", "cheese") - //.endParam() + .param() + .name("byte_array") + .dataType("array") + .arrayType("byte") + .allowableValues("1", "2", "3") + .endParam() + .param() + .name("binary_array") + .dataType("array") + .arrayType("binary") + .allowableValues("1", "2", "3") + .endParam() + .param() + .name("date_array") + .dataType("array") + .arrayType("date") + .allowableValues("2023-01-01", "2023-02-02", "2023-03-03") + .endParam() + .param() + .name("datetime_array") + .dataType("array") + .arrayType("date-time") + .allowableValues("2023-01-01T11:11:11+01:00", "2023-02-02T12:12:12+01:00", "2023-03-03T13:13:13+01:00") + .endParam() + .param() + .name("password_array") + .dataType("array") + .arrayType("password") + .allowableValues("foo", "bar", "cheese") + .endParam() .to("direct:echoMethodPath"); rest("/form") diff --git a/integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3Test.java b/integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3Test.java index 45371ac58ad9..1f30341bc3ca 100644 --- a/integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3Test.java +++ b/integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3Test.java @@ -186,18 +186,45 @@ public void arrayTypes(OpenApiContentType contentType) { .statusCode(200) .body( "paths.'/api/operation/spec/array/params'.get.parameters[0].name", is("string_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[0].schema.type", is("array"), "paths.'/api/operation/spec/array/params'.get.parameters[0].schema.enum", contains("A", "B", "C"), "paths.'/api/operation/spec/array/params'.get.parameters[1].name", is("int_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[1].schema.type", is("array"), "paths.'/api/operation/spec/array/params'.get.parameters[1].schema.enum", contains(1, 2, 3), "paths.'/api/operation/spec/array/params'.get.parameters[2].name", is("integer_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[2].schema.type", is("array"), "paths.'/api/operation/spec/array/params'.get.parameters[2].schema.enum", contains(1, 2, 3), "paths.'/api/operation/spec/array/params'.get.parameters[3].name", is("long_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[3].schema.type", is("array"), "paths.'/api/operation/spec/array/params'.get.parameters[3].schema.enum", contains(1, 2, 3), "paths.'/api/operation/spec/array/params'.get.parameters[4].name", is("float_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[4].schema.type", is("array"), "paths.'/api/operation/spec/array/params'.get.parameters[4].schema.enum", contains(1.0f, 2.0f, 3.0f), "paths.'/api/operation/spec/array/params'.get.parameters[5].name", is("double_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[5].schema.type", is("array"), "paths.'/api/operation/spec/array/params'.get.parameters[5].schema.enum", contains(1.0f, 2.0f, 3.0f), "paths.'/api/operation/spec/array/params'.get.parameters[6].name", is("boolean_array"), - "paths.'/api/operation/spec/array/params'.get.parameters[6].schema.enum", contains(true, false)); + "paths.'/api/operation/spec/array/params'.get.parameters[6].schema.type", is("array"), + "paths.'/api/operation/spec/array/params'.get.parameters[6].schema.enum", contains(true, false), + "paths.'/api/operation/spec/array/params'.get.parameters[7].name", is("byte_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[7].schema.type", is("array"), + "paths.'/api/operation/spec/array/params'.get.parameters[7].schema.enum", + contains("MQ==", "Mg==", "Mw=="), + "paths.'/api/operation/spec/array/params'.get.parameters[8].name", is("binary_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[8].schema.type", is("array"), + "paths.'/api/operation/spec/array/params'.get.parameters[8].schema.enum", + contains("MQ==", "Mg==", "Mw=="), + "paths.'/api/operation/spec/array/params'.get.parameters[9].name", is("date_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[9].schema.type", is("array"), + "paths.'/api/operation/spec/array/params'.get.parameters[9].schema.enum", + contains("2023-01-01", "2023-02-02", "2023-03-03"), + "paths.'/api/operation/spec/array/params'.get.parameters[10].name", is("datetime_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[10].schema.type", is("array"), + "paths.'/api/operation/spec/array/params'.get.parameters[10].schema.enum", + contains("2023-01-01T11:11:11+01:00", "2023-02-02T12:12:12+01:00", "2023-03-03T13:13:13+01:00"), + "paths.'/api/operation/spec/array/params'.get.parameters[11].name", is("password_array"), + "paths.'/api/operation/spec/array/params'.get.parameters[11].schema.type", is("array"), + "paths.'/api/operation/spec/array/params'.get.parameters[11].schema.enum", + contains("foo", "bar", "cheese")); } } diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml index fb2cd648987a..4a96572f44e5 100644 --- a/integration-tests/tarfile/pom.xml +++ b/integration-tests/tarfile/pom.xml @@ -59,7 +59,8 @@ - + + virtualDependencies diff --git a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java index aaa072c2b130..e0b59408f806 100644 --- a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java +++ b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java @@ -28,9 +28,11 @@ import org.apache.commons.compress.archivers.tar.TarArchiveEntry; import org.apache.commons.compress.archivers.tar.TarArchiveInputStream; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; @QuarkusTest +@Disabled //https://github.com/apache/camel-quarkus/issues/5538 class TarfileTest { @Test diff --git a/pom.xml b/pom.xml index 22c5ea18d3cf..d624d85d4f98 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ org.apache.camel camel-dependencies - 4.2.0 + 4.3.0 org.apache.camel.quarkus @@ -39,7 +39,7 @@ - 4.2 + 4.3 ${camel.major.minor}.0 ${camel.major.minor}.x ${camel.docs.components.version}@components @@ -78,8 +78,8 @@ 3.24.2 1.11.714 ${azure-sdk-bom-version} - 1.44.1 - 1.10.4 + 1.45.1 + 1.11.1 1.0.0-beta.3 3.7.1 1.77 @@ -98,9 +98,9 @@ 1.313 1.20.0 ${google-oauth-client-version} - 0.207.0 - 1.125.8 - 1.125.8 + 0.209.0 + 1.125.13 + 1.125.13 23.0.1 jdk21 4.0.17 @@ -108,7 +108,7 @@ ${hapi-version} ${hapi-base-version} ${hapi-fhir-version} - 6.0.1 + 6.1.2.2 ${httpclient-version} 9.3.2.1 ${icu4j-version} @@ -136,15 +136,15 @@ 2.24.0 ${mapstruct-version} 8.2.2 - 1.13.9 - 2.5.0.Final + 1.14.0 + 2.5.1.Final 3.5.13 1.48.0 ${squareup-okio-version} 0.31.0 0.26.0 3.24.4 - 3.4.33 + 3.4.34 ${reactor-netty-version} 2.9.0 4.10.2 @@ -212,7 +212,7 @@ docker.io/rmohr/activemq:5.15.9-alpine quay.io/artemiscloud/activemq-artemis-broker:1.0.20 docker.io/arangodb:3.11.2 - mcr.microsoft.com/azure-storage/azurite:3.26.0 + mcr.microsoft.com/azure-storage/azurite:3.28.0 quay.io/l2x6/calculator-ws:1.2 docker.io/cassandra:4.1.3 docker.io/hashicorp/consul:1.16 diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 704f70babe8e..0b623d195b09 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -1344,6 +1344,10 @@ org.checkerframework checker-qual + + org.eclipse.jetty + * + @@ -2443,6 +2447,11 @@ camel-tooling-model ${camel.version} + + org.apache.camel + camel-tooling-util + ${camel.version} + org.apache.camel camel-tracing @@ -6031,6 +6040,16 @@ ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 ${hapi-fhir.version} + + + junit + junit + + + org.ogce + xpp3 + + ca.uhn.hapi.fhir @@ -6560,6 +6579,10 @@ javax.xml.bind jaxb-api + + org.eclipse.jetty + jetty-servlet + org.slf4j slf4j-log4j12 diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index cd1d31173aef..fad84ac7d376 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -53,32 +53,32 @@ org.apache.camel camel-activemq - 4.2.0 + 4.3.0 org.apache.camel camel-amqp - 4.2.0 + 4.3.0 org.apache.camel camel-api - 4.2.0 + 4.3.0 org.apache.camel camel-arangodb - 4.2.0 + 4.3.0 org.apache.camel camel-as2 - 4.2.0 + 4.3.0 org.apache.camel camel-as2-api - 4.2.0 + 4.3.0 commons-logging @@ -93,12 +93,12 @@ org.apache.camel camel-asn1 - 4.2.0 + 4.3.0 org.apache.camel camel-asterisk - 4.2.0 + 4.3.0 org.checkerframework @@ -109,7 +109,7 @@ org.apache.camel camel-atom - 4.2.0 + 4.3.0 commons-logging @@ -120,17 +120,17 @@ org.apache.camel camel-attachments - 4.2.0 + 4.3.0 org.apache.camel camel-avro - 4.2.0 + 4.3.0 org.apache.camel camel-aws-secrets-manager - 4.2.0 + 4.3.0 commons-logging @@ -141,7 +141,7 @@ org.apache.camel camel-aws-xray - 4.2.0 + 4.3.0 commons-logging @@ -152,7 +152,7 @@ org.apache.camel camel-aws2-athena - 4.2.0 + 4.3.0 commons-logging @@ -163,7 +163,7 @@ org.apache.camel camel-aws2-cw - 4.2.0 + 4.3.0 commons-logging @@ -174,7 +174,7 @@ org.apache.camel camel-aws2-ddb - 4.2.0 + 4.3.0 commons-logging @@ -185,7 +185,7 @@ org.apache.camel camel-aws2-ec2 - 4.2.0 + 4.3.0 commons-logging @@ -196,7 +196,7 @@ org.apache.camel camel-aws2-ecs - 4.2.0 + 4.3.0 commons-logging @@ -207,7 +207,7 @@ org.apache.camel camel-aws2-eks - 4.2.0 + 4.3.0 commons-logging @@ -218,7 +218,7 @@ org.apache.camel camel-aws2-eventbridge - 4.2.0 + 4.3.0 commons-logging @@ -229,7 +229,7 @@ org.apache.camel camel-aws2-iam - 4.2.0 + 4.3.0 commons-logging @@ -240,7 +240,7 @@ org.apache.camel camel-aws2-kinesis - 4.2.0 + 4.3.0 commons-logging @@ -251,7 +251,7 @@ org.apache.camel camel-aws2-kms - 4.2.0 + 4.3.0 commons-logging @@ -262,7 +262,7 @@ org.apache.camel camel-aws2-lambda - 4.2.0 + 4.3.0 commons-logging @@ -273,7 +273,7 @@ org.apache.camel camel-aws2-mq - 4.2.0 + 4.3.0 commons-logging @@ -284,7 +284,7 @@ org.apache.camel camel-aws2-msk - 4.2.0 + 4.3.0 commons-logging @@ -295,7 +295,7 @@ org.apache.camel camel-aws2-s3 - 4.2.0 + 4.3.0 commons-logging @@ -306,7 +306,7 @@ org.apache.camel camel-aws2-ses - 4.2.0 + 4.3.0 commons-logging @@ -317,7 +317,7 @@ org.apache.camel camel-aws2-sns - 4.2.0 + 4.3.0 commons-logging @@ -328,7 +328,7 @@ org.apache.camel camel-aws2-sqs - 4.2.0 + 4.3.0 commons-logging @@ -339,7 +339,7 @@ org.apache.camel camel-aws2-sts - 4.2.0 + 4.3.0 commons-logging @@ -350,7 +350,7 @@ org.apache.camel camel-aws2-translate - 4.2.0 + 4.3.0 commons-logging @@ -361,7 +361,7 @@ org.apache.camel camel-azure-cosmosdb - 4.2.0 + 4.3.0 com.azure @@ -372,7 +372,7 @@ org.apache.camel camel-azure-eventhubs - 4.2.0 + 4.3.0 com.azure @@ -383,7 +383,7 @@ org.apache.camel camel-azure-key-vault - 4.2.0 + 4.3.0 com.azure @@ -394,7 +394,7 @@ org.apache.camel camel-azure-servicebus - 4.2.0 + 4.3.0 com.azure @@ -405,7 +405,7 @@ org.apache.camel camel-azure-storage-blob - 4.2.0 + 4.3.0 com.azure @@ -416,7 +416,7 @@ org.apache.camel camel-azure-storage-datalake - 4.2.0 + 4.3.0 com.azure @@ -427,7 +427,7 @@ org.apache.camel camel-azure-storage-queue - 4.2.0 + 4.3.0 com.azure @@ -438,47 +438,47 @@ org.apache.camel camel-barcode - 4.2.0 + 4.3.0 org.apache.camel camel-base - 4.2.0 + 4.3.0 org.apache.camel camel-base-engine - 4.2.0 + 4.3.0 org.apache.camel camel-base64 - 4.2.0 + 4.3.0 org.apache.camel camel-bean - 4.2.0 + 4.3.0 org.apache.camel camel-bean-validator - 4.2.0 + 4.3.0 org.apache.camel camel-bindy - 4.2.0 + 4.3.0 org.apache.camel camel-bonita - 4.2.0 + 4.3.0 org.apache.camel camel-box - 4.2.0 + 4.3.0 commons-logging @@ -489,27 +489,27 @@ org.apache.camel camel-box-api - 4.2.0 + 4.3.0 org.apache.camel camel-braintree - 4.2.0 + 4.3.0 org.apache.camel camel-browse - 4.2.0 + 4.3.0 org.apache.camel camel-caffeine - 4.2.0 + 4.3.0 org.apache.camel camel-cassandraql - 4.2.0 + 4.3.0 com.github.spotbugs @@ -524,47 +524,47 @@ org.apache.camel camel-catalog - 4.2.0 + 4.3.0 org.apache.camel camel-cbor - 4.2.0 + 4.3.0 org.apache.camel camel-chatscript - 4.2.0 + 4.3.0 org.apache.camel camel-chunk - 4.2.0 + 4.3.0 org.apache.camel camel-cli-connector - 4.2.0 + 4.3.0 org.apache.camel camel-cloud - 4.2.0 + 4.3.0 org.apache.camel camel-cloudevents - 4.2.0 + 4.3.0 org.apache.camel camel-cluster - 4.2.0 + 4.3.0 org.apache.camel camel-cm-sms - 4.2.0 + 4.3.0 commons-logging @@ -575,72 +575,72 @@ org.apache.camel camel-coap - 4.2.0 + 4.3.0 org.apache.camel camel-cometd - 4.2.0 + 4.3.0 org.apache.camel camel-componentdsl - 4.2.0 + 4.3.0 org.apache.camel camel-console - 4.2.0 + 4.3.0 org.apache.camel camel-consul - 4.2.0 + 4.3.0 org.apache.camel camel-controlbus - 4.2.0 + 4.3.0 org.apache.camel camel-core-catalog - 4.2.0 + 4.3.0 org.apache.camel camel-core-engine - 4.2.0 + 4.3.0 org.apache.camel camel-core-languages - 4.2.0 + 4.3.0 org.apache.camel camel-core-model - 4.2.0 + 4.3.0 org.apache.camel camel-core-processor - 4.2.0 + 4.3.0 org.apache.camel camel-core-reifier - 4.2.0 + 4.3.0 org.apache.camel camel-couchbase - 4.2.0 + 4.3.0 org.apache.camel camel-couchdb - 4.2.0 + 4.3.0 commons-logging @@ -651,47 +651,47 @@ org.apache.camel camel-cron - 4.2.0 + 4.3.0 org.apache.camel camel-crypto - 4.2.0 + 4.3.0 org.apache.camel camel-csv - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-common - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-soap - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-transport - 4.2.0 + 4.3.0 org.apache.camel camel-dataformat - 4.2.0 + 4.3.0 org.apache.camel camel-dataset - 4.2.0 + 4.3.0 org.apache.camel camel-datasonnet - 4.2.0 + 4.3.0 jakarta.activation @@ -718,7 +718,7 @@ org.apache.camel camel-debezium-common - 4.2.0 + 4.3.0 javax.ws.rs @@ -729,32 +729,32 @@ org.apache.camel camel-debezium-mongodb - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-mysql - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-postgres - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-sqlserver - 4.2.0 + 4.3.0 org.apache.camel camel-debug - 4.2.0 + 4.3.0 org.apache.camel camel-digitalocean - 4.2.0 + 4.3.0 commons-logging @@ -765,27 +765,27 @@ org.apache.camel camel-direct - 4.2.0 + 4.3.0 org.apache.camel camel-disruptor - 4.2.0 + 4.3.0 org.apache.camel camel-djl - 4.2.0 + 4.3.0 org.apache.camel camel-dns - 4.2.0 + 4.3.0 org.apache.camel camel-drill - 4.2.0 + 4.3.0 org.checkerframework @@ -800,27 +800,27 @@ org.apache.camel camel-dropbox - 4.2.0 + 4.3.0 org.apache.camel camel-dsl-modeline - 4.2.0 + 4.3.0 org.apache.camel camel-dsl-support - 4.2.0 + 4.3.0 org.apache.camel camel-ehcache - 4.2.0 + 4.3.0 org.apache.camel camel-elasticsearch - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -835,7 +835,7 @@ org.apache.camel camel-endpointdsl - 4.2.0 + 4.3.0 com.sun.mail @@ -846,12 +846,12 @@ org.apache.camel camel-endpointdsl-support - 4.2.0 + 4.3.0 org.apache.camel camel-etcd3 - 4.2.0 + 4.3.0 com.google.android @@ -874,47 +874,47 @@ org.apache.camel camel-exec - 4.2.0 + 4.3.0 org.apache.camel camel-facebook - 4.2.0 + 4.3.0 org.apache.camel camel-fastjson - 4.2.0 + 4.3.0 org.apache.camel camel-fhir - 4.2.0 + 4.3.0 org.apache.camel camel-fhir-api - 4.2.0 + 4.3.0 org.apache.camel camel-file - 4.2.0 + 4.3.0 org.apache.camel camel-file-watch - 4.2.0 + 4.3.0 org.apache.camel camel-flatpack - 4.2.0 + 4.3.0 org.apache.camel camel-flink - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -925,7 +925,7 @@ org.apache.camel camel-fop - 4.2.0 + 4.3.0 commons-logging @@ -940,17 +940,17 @@ org.apache.camel camel-freemarker - 4.2.0 + 4.3.0 org.apache.camel camel-ftp - 4.2.0 + 4.3.0 org.apache.camel camel-geocoder - 4.2.0 + 4.3.0 commons-logging @@ -961,17 +961,17 @@ org.apache.camel camel-git - 4.2.0 + 4.3.0 org.apache.camel camel-github - 4.2.0 + 4.3.0 org.apache.camel camel-google-bigquery - 4.2.0 + 4.3.0 com.google.android @@ -994,7 +994,7 @@ org.apache.camel camel-google-calendar - 4.2.0 + 4.3.0 commons-logging @@ -1009,7 +1009,7 @@ org.apache.camel camel-google-drive - 4.2.0 + 4.3.0 commons-logging @@ -1024,7 +1024,7 @@ org.apache.camel camel-google-functions - 4.2.0 + 4.3.0 com.google.android @@ -1047,7 +1047,7 @@ org.apache.camel camel-google-mail - 4.2.0 + 4.3.0 commons-logging @@ -1062,7 +1062,7 @@ org.apache.camel camel-google-pubsub - 4.2.0 + 4.3.0 com.google.android @@ -1089,7 +1089,7 @@ org.apache.camel camel-google-secret-manager - 4.2.0 + 4.3.0 com.google.android @@ -1116,7 +1116,7 @@ org.apache.camel camel-google-sheets - 4.2.0 + 4.3.0 commons-logging @@ -1131,7 +1131,7 @@ org.apache.camel camel-google-storage - 4.2.0 + 4.3.0 com.google.android @@ -1150,7 +1150,7 @@ org.apache.camel camel-graphql - 4.2.0 + 4.3.0 commons-logging @@ -1161,27 +1161,27 @@ org.apache.camel camel-grok - 4.2.0 + 4.3.0 org.apache.camel camel-groovy - 4.2.0 + 4.3.0 org.apache.camel camel-groovy-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-groovy-dsl-common - 4.2.0 + 4.3.0 org.apache.camel camel-grpc - 4.2.0 + 4.3.0 com.google.android @@ -1212,12 +1212,12 @@ org.apache.camel camel-gson - 4.2.0 + 4.3.0 org.apache.camel camel-guava-eventbus - 4.2.0 + 4.3.0 org.checkerframework @@ -1228,7 +1228,7 @@ org.apache.camel camel-hashicorp-vault - 4.2.0 + 4.3.0 org.springframework @@ -1251,12 +1251,12 @@ org.apache.camel camel-hazelcast - 4.2.0 + 4.3.0 org.apache.camel camel-hdfs - 4.2.0 + 4.3.0 com.github.stephenc.jcip @@ -1282,12 +1282,16 @@ org.checkerframework checker-qual + + org.eclipse.jetty + * + org.apache.camel camel-headersmap - 4.2.0 + 4.3.0 ch.qos.logback @@ -1298,17 +1302,17 @@ org.apache.camel camel-health - 4.2.0 + 4.3.0 org.apache.camel camel-hl7 - 4.2.0 + 4.3.0 org.apache.camel camel-http - 4.2.0 + 4.3.0 commons-logging @@ -1319,27 +1323,27 @@ org.apache.camel camel-http-base - 4.2.0 + 4.3.0 org.apache.camel camel-http-common - 4.2.0 + 4.3.0 org.apache.camel camel-huaweicloud-common - 4.2.0 + 4.3.0 org.apache.camel camel-huaweicloud-smn - 4.2.0 + 4.3.0 org.apache.camel camel-ical - 4.2.0 + 4.3.0 commons-logging @@ -1350,7 +1354,7 @@ org.apache.camel camel-iec60870 - 4.2.0 + 4.3.0 org.checkerframework @@ -1361,12 +1365,12 @@ org.apache.camel camel-ignite - 4.2.0 + 4.3.0 org.apache.camel camel-infinispan - 4.2.0 + 4.3.0 org.slf4j @@ -1377,62 +1381,62 @@ org.apache.camel camel-infinispan-common - 4.2.0 + 4.3.0 org.apache.camel camel-influxdb - 4.2.0 + 4.3.0 org.apache.camel camel-irc - 4.2.0 + 4.3.0 org.apache.camel camel-jackson - 4.2.0 + 4.3.0 org.apache.camel camel-jackson-avro - 4.2.0 + 4.3.0 org.apache.camel camel-jackson-protobuf - 4.2.0 + 4.3.0 org.apache.camel camel-jacksonxml - 4.2.0 + 4.3.0 org.apache.camel camel-jasypt - 4.2.0 + 4.3.0 org.apache.camel camel-java-joor-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jaxb - 4.2.0 + 4.3.0 org.apache.camel camel-jcache - 4.2.0 + 4.3.0 org.apache.camel camel-jcr - 4.2.0 + 4.3.0 org.slf4j @@ -1443,27 +1447,27 @@ org.apache.camel camel-jdbc - 4.2.0 + 4.3.0 org.apache.camel camel-jfr - 4.2.0 + 4.3.0 org.apache.camel camel-jgroups - 4.2.0 + 4.3.0 org.apache.camel camel-jgroups-raft - 4.2.0 + 4.3.0 org.apache.camel camel-jira - 4.2.0 + 4.3.0 commons-logging @@ -1482,7 +1486,7 @@ org.apache.camel camel-jms - 4.2.0 + 4.3.0 org.apache.camel @@ -1501,12 +1505,12 @@ org.apache.camel camel-jolt - 4.2.0 + 4.3.0 org.apache.camel camel-jooq - 4.2.0 + 4.3.0 org.springframework @@ -1517,12 +1521,12 @@ org.apache.camel camel-joor - 4.2.0 + 4.3.0 org.apache.camel camel-jpa - 4.2.0 + 4.3.0 org.apache.camel @@ -1537,7 +1541,7 @@ org.apache.camel camel-jq - 4.2.0 + 4.3.0 net.thisptr @@ -1552,97 +1556,97 @@ org.apache.camel camel-js-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jsch - 4.2.0 + 4.3.0 org.apache.camel camel-jsh-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jslt - 4.2.0 + 4.3.0 org.apache.camel camel-json-patch - 4.2.0 + 4.3.0 org.apache.camel camel-json-validator - 4.2.0 + 4.3.0 org.apache.camel camel-jsonapi - 4.2.0 + 4.3.0 org.apache.camel camel-jsonata - 4.2.0 + 4.3.0 org.apache.camel camel-jsonb - 4.2.0 + 4.3.0 org.apache.camel camel-jsonpath - 4.2.0 + 4.3.0 org.apache.camel camel-jt400 - 4.2.0 + 4.3.0 org.apache.camel camel-jta - 4.2.0 + 4.3.0 org.apache.camel camel-kafka - 4.2.0 + 4.3.0 org.apache.camel camel-kamelet - 4.2.0 + 4.3.0 org.apache.camel camel-knative - 4.2.0 + 4.3.0 org.apache.camel camel-knative-api - 4.2.0 + 4.3.0 org.apache.camel camel-knative-http - 4.2.0 + 4.3.0 org.apache.camel camel-kotlin-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-kubernetes - 4.2.0 + 4.3.0 io.fabric8 @@ -1653,27 +1657,27 @@ org.apache.camel camel-kudu - 4.2.0 + 4.3.0 org.apache.camel camel-language - 4.2.0 + 4.3.0 org.apache.camel camel-ldap - 4.2.0 + 4.3.0 org.apache.camel camel-ldif - 4.2.0 + 4.3.0 org.apache.camel camel-leveldb - 4.2.0 + 4.3.0 org.checkerframework @@ -1684,77 +1688,77 @@ org.apache.camel camel-log - 4.2.0 + 4.3.0 org.apache.camel camel-lra - 4.2.0 + 4.3.0 org.apache.camel camel-lucene - 4.2.0 + 4.3.0 org.apache.camel camel-lumberjack - 4.2.0 + 4.3.0 org.apache.camel camel-lzf - 4.2.0 + 4.3.0 org.apache.camel camel-mail - 4.2.0 + 4.3.0 org.apache.camel camel-main - 4.2.0 + 4.3.0 org.apache.camel camel-management - 4.2.0 + 4.3.0 org.apache.camel camel-management-api - 4.2.0 + 4.3.0 org.apache.camel camel-mapstruct - 4.2.0 + 4.3.0 org.apache.camel camel-master - 4.2.0 + 4.3.0 org.apache.camel camel-micrometer - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-config - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-fault-tolerance - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-health - 4.2.0 + 4.3.0 org.eclipse.parsson @@ -1769,62 +1773,62 @@ org.apache.camel camel-minio - 4.2.0 + 4.3.0 org.apache.camel camel-mllp - 4.2.0 + 4.3.0 org.apache.camel camel-mock - 4.2.0 + 4.3.0 org.apache.camel camel-mongodb - 4.2.0 + 4.3.0 org.apache.camel camel-mongodb-gridfs - 4.2.0 + 4.3.0 org.apache.camel camel-mustache - 4.2.0 + 4.3.0 org.apache.camel camel-mvel - 4.2.0 + 4.3.0 org.apache.camel camel-mybatis - 4.2.0 + 4.3.0 org.apache.camel camel-nats - 4.2.0 + 4.3.0 org.apache.camel camel-netty - 4.2.0 + 4.3.0 org.apache.camel camel-netty-http - 4.2.0 + 4.3.0 org.apache.camel camel-nitrite - 4.2.0 + 4.3.0 javax.validation @@ -1835,7 +1839,7 @@ org.apache.camel camel-oaipmh - 4.2.0 + 4.3.0 commons-logging @@ -1846,12 +1850,12 @@ org.apache.camel camel-ognl - 4.2.0 + 4.3.0 org.apache.camel camel-olingo4 - 4.2.0 + 4.3.0 commons-logging @@ -1862,7 +1866,7 @@ org.apache.camel camel-olingo4-api - 4.2.0 + 4.3.0 commons-logging @@ -1873,7 +1877,7 @@ org.apache.camel camel-openapi-java - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -1888,7 +1892,7 @@ org.apache.camel camel-openstack - 4.2.0 + 4.3.0 com.github.fge @@ -1903,7 +1907,7 @@ org.apache.camel camel-opentelemetry - 4.2.0 + 4.3.0 io.grpc @@ -1914,7 +1918,7 @@ org.apache.camel camel-optaplanner - 4.2.0 + 4.3.0 org.optaplanner @@ -1933,17 +1937,17 @@ org.apache.camel camel-paho - 4.2.0 + 4.3.0 org.apache.camel camel-paho-mqtt5 - 4.2.0 + 4.3.0 org.apache.camel camel-pdf - 4.2.0 + 4.3.0 commons-logging @@ -1954,12 +1958,12 @@ org.apache.camel camel-pg-replication-slot - 4.2.0 + 4.3.0 org.apache.camel camel-pgevent - 4.2.0 + 4.3.0 org.testcontainers @@ -1970,22 +1974,22 @@ org.apache.camel camel-platform-http - 4.2.0 + 4.3.0 org.apache.camel camel-platform-http-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-printer - 4.2.0 + 4.3.0 org.apache.camel camel-protobuf - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -1996,12 +2000,12 @@ org.apache.camel camel-pubnub - 4.2.0 + 4.3.0 org.apache.camel camel-pulsar - 4.2.0 + 4.3.0 com.sun.activation @@ -2036,7 +2040,7 @@ org.apache.camel camel-quartz - 4.2.0 + 4.3.0 jakarta.activation @@ -2059,37 +2063,37 @@ org.apache.camel camel-quickfix - 4.2.0 + 4.3.0 org.apache.camel camel-reactive-executor-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-reactive-streams - 4.2.0 + 4.3.0 org.apache.camel camel-redis - 4.2.0 + 4.3.0 org.apache.camel camel-ref - 4.2.0 + 4.3.0 org.apache.camel camel-rest - 4.2.0 + 4.3.0 org.apache.camel camel-rest-openapi - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -2104,22 +2108,22 @@ org.apache.camel camel-robotframework - 4.2.0 + 4.3.0 org.apache.camel camel-rss - 4.2.0 + 4.3.0 org.apache.camel camel-saga - 4.2.0 + 4.3.0 org.apache.camel camel-salesforce - 4.2.0 + 4.3.0 com.google.android @@ -2142,12 +2146,12 @@ org.apache.camel camel-sap-netweaver - 4.2.0 + 4.3.0 org.apache.camel camel-saxon - 4.2.0 + 4.3.0 xml-apis @@ -2158,12 +2162,12 @@ org.apache.camel camel-scheduler - 4.2.0 + 4.3.0 org.apache.camel camel-schematron - 4.2.0 + 4.3.0 xml-apis @@ -2174,67 +2178,67 @@ org.apache.camel camel-seda - 4.2.0 + 4.3.0 org.apache.camel camel-servicenow - 4.2.0 + 4.3.0 org.apache.camel camel-servlet - 4.2.0 + 4.3.0 org.apache.camel camel-shiro - 4.2.0 + 4.3.0 org.apache.camel camel-sjms - 4.2.0 + 4.3.0 org.apache.camel camel-sjms2 - 4.2.0 + 4.3.0 org.apache.camel camel-slack - 4.2.0 + 4.3.0 org.apache.camel camel-smpp - 4.2.0 + 4.3.0 org.apache.camel camel-snakeyaml - 4.2.0 + 4.3.0 org.apache.camel camel-snmp - 4.2.0 + 4.3.0 org.apache.camel camel-soap - 4.2.0 + 4.3.0 org.apache.camel camel-splunk - 4.2.0 + 4.3.0 org.apache.camel camel-splunk-hec - 4.2.0 + 4.3.0 commons-logging @@ -2245,7 +2249,7 @@ org.apache.camel camel-spring-rabbitmq - 4.2.0 + 4.3.0 org.springframework @@ -2260,7 +2264,7 @@ org.apache.camel camel-spring-redis - 4.2.0 + 4.3.0 org.springframework.data @@ -2271,12 +2275,12 @@ org.apache.camel camel-sql - 4.2.0 + 4.3.0 org.apache.camel camel-ssh - 4.2.0 + 4.3.0 org.slf4j @@ -2287,62 +2291,62 @@ org.apache.camel camel-stax - 4.2.0 + 4.3.0 org.apache.camel camel-stitch - 4.2.0 + 4.3.0 org.apache.camel camel-stomp - 4.2.0 + 4.3.0 org.apache.camel camel-stream - 4.2.0 + 4.3.0 org.apache.camel camel-stringtemplate - 4.2.0 + 4.3.0 org.apache.camel camel-stub - 4.2.0 + 4.3.0 org.apache.camel camel-support - 4.2.0 + 4.3.0 org.apache.camel camel-swift - 4.2.0 + 4.3.0 org.apache.camel camel-syslog - 4.2.0 + 4.3.0 org.apache.camel camel-tarfile - 4.2.0 + 4.3.0 org.apache.camel camel-telegram - 4.2.0 + 4.3.0 org.apache.camel camel-test-junit5 - 4.2.0 + 4.3.0 org.apache.camel @@ -2353,17 +2357,17 @@ org.apache.camel camel-threadpoolfactory-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-thrift - 4.2.0 + 4.3.0 org.apache.camel camel-tika - 4.2.0 + 4.3.0 org.apache.tika @@ -2374,22 +2378,27 @@ org.apache.camel camel-timer - 4.2.0 + 4.3.0 org.apache.camel camel-tooling-model - 4.2.0 + 4.3.0 + + + org.apache.camel + camel-tooling-util + 4.3.0 org.apache.camel camel-tracing - 4.2.0 + 4.3.0 org.apache.camel camel-twilio - 4.2.0 + 4.3.0 commons-logging @@ -2408,57 +2417,57 @@ org.apache.camel camel-twitter - 4.2.0 + 4.3.0 org.apache.camel camel-univocity-parsers - 4.2.0 + 4.3.0 org.apache.camel camel-util - 4.2.0 + 4.3.0 org.apache.camel camel-util-json - 4.2.0 + 4.3.0 org.apache.camel camel-validator - 4.2.0 + 4.3.0 org.apache.camel camel-velocity - 4.2.0 + 4.3.0 org.apache.camel camel-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-common - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-http - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-websocket - 4.2.0 + 4.3.0 org.apache.camel camel-weather - 4.2.0 + 4.3.0 commons-logging @@ -2469,17 +2478,17 @@ org.apache.camel camel-web3j - 4.2.0 + 4.3.0 org.apache.camel camel-webhook - 4.2.0 + 4.3.0 org.apache.camel camel-wordpress - 4.2.0 + 4.3.0 org.checkerframework @@ -2490,7 +2499,7 @@ org.apache.camel camel-workday - 4.2.0 + 4.3.0 commons-logging @@ -2501,7 +2510,7 @@ org.apache.camel camel-xchange - 4.2.0 + 4.3.0 org.checkerframework @@ -2512,62 +2521,62 @@ org.apache.camel camel-xj - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io-util - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxb - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxp - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxp-util - 4.2.0 + 4.3.0 org.apache.camel camel-xmlsecurity - 4.2.0 + 4.3.0 org.apache.camel camel-xmpp - 4.2.0 + 4.3.0 org.apache.camel camel-xpath - 4.2.0 + 4.3.0 org.apache.camel camel-xslt - 4.2.0 + 4.3.0 org.apache.camel camel-xslt-saxon - 4.2.0 + 4.3.0 xml-apis @@ -2578,42 +2587,42 @@ org.apache.camel camel-yaml-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-dsl-common - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-dsl-deserializers - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-io - 4.2.0 + 4.3.0 org.apache.camel camel-zendesk - 4.2.0 + 4.3.0 org.apache.camel camel-zip-deflater - 4.2.0 + 4.3.0 org.apache.camel camel-zipfile - 4.2.0 + 4.3.0 org.apache.camel camel-zookeeper - 4.2.0 + 4.3.0 org.checkerframework @@ -2624,7 +2633,7 @@ org.apache.camel camel-zookeeper-master - 4.2.0 + 4.3.0 org.checkerframework @@ -5885,52 +5894,52 @@ ca.uhn.hapi hapi-base - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v21 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v22 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v23 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v231 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v24 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v25 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v251 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v26 - 2.3 + 2.5.1 ca.uhn.hapi.fhir hapi-fhir-base - 6.6.2 + 6.10.0 com.google.code.findbugs @@ -5949,62 +5958,72 @@ ca.uhn.hapi.fhir hapi-fhir-client - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 - 6.6.2 + 6.10.0 + + + junit + junit + + + org.ogce + xpp3 + + ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-r4 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-r5 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir org.hl7.fhir.dstu2 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.dstu2016may - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.dstu3 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.r4 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.r5 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.utilities - 6.0.1 + 6.1.2.2 com.azure @@ -6019,7 +6038,7 @@ com.box box-java-sdk - 4.6.0 + 4.6.1 org.bitbucket.b_c @@ -6072,7 +6091,7 @@ com.google.cloud google-cloud-pubsub - 1.125.8 + 1.125.13 com.google.android @@ -6134,7 +6153,7 @@ com.microsoft.azure msal4j - 1.13.9 + 1.14.0 com.github.stephenc.jcip @@ -6196,12 +6215,12 @@ io.dropwizard.metrics dropwizard-core - 4.2.21 + 4.2.23 io.dropwizard.metrics metrics-jmx - 4.2.21 + 4.2.23 io.minio @@ -6238,12 +6257,12 @@ io.projectreactor reactor-core - 3.4.33 + 3.4.34 io.projectreactor.netty reactor-netty - 1.1.12 + 1.1.13 io.quarkiverse.freemarker @@ -6364,7 +6383,7 @@ io.swagger.core.v3 swagger-models - 2.2.15 + 2.2.19 io.swagger.parser.v3 @@ -6483,6 +6502,10 @@ javax.xml.bind jaxb-api + + org.eclipse.jetty + jetty-servlet + org.slf4j slf4j-log4j12 @@ -6646,7 +6669,7 @@ org.mvel mvel2 - 2.5.0.Final + 2.5.1.Final org.mybatis @@ -6681,7 +6704,7 @@ org.springframework spring-aop - 6.0.13 + 6.1.1 org.springframework @@ -6696,7 +6719,7 @@ org.springframework spring-expression - 6.0.13 + 6.1.1 org.springframework @@ -6707,7 +6730,7 @@ org.springframework spring-jdbc - 6.0.13 + 6.1.1 org.springframework @@ -6722,7 +6745,7 @@ org.springframework spring-jms - 6.0.13 + 6.1.1 org.springframework @@ -6737,7 +6760,7 @@ org.springframework spring-messaging - 6.0.13 + 6.1.1 org.springframework @@ -6752,7 +6775,7 @@ org.springframework spring-orm - 6.0.13 + 6.1.1 org.springframework @@ -6767,7 +6790,7 @@ org.springframework spring-tx - 6.0.13 + 6.1.1 org.springframework @@ -6782,7 +6805,7 @@ org.springframework.data spring-data-redis - 3.1.2 + 3.2.0 org.springframework @@ -6838,7 +6861,7 @@ redis.clients jedis - 4.4.3 + 5.0.2 software.amazon.awssdk.crt @@ -21201,691 +21224,564 @@ 2.2 - org.eclipse.jetty - apache-jsp - 11.0.18 - - - org.eclipse.jetty - glassfish-jstl - 11.0.18 - - - org.eclipse.jetty - jetty-alpn-client - 11.0.18 - - - org.eclipse.jetty - jetty-alpn-java-client - 11.0.18 - - - org.eclipse.jetty - jetty-alpn-java-server - 11.0.18 - - - org.eclipse.jetty - jetty-alpn-conscrypt-client - 11.0.18 - - - org.eclipse.jetty - jetty-alpn-conscrypt-server - 11.0.18 - - - org.eclipse.jetty - jetty-alpn-server - 11.0.18 - - - org.eclipse.jetty - jetty-annotations - 11.0.18 - - - org.eclipse.jetty - jetty-ant - 11.0.18 - - - org.eclipse.jetty - jetty-client - 11.0.18 - - - org.eclipse.jetty - jetty-cdi - 11.0.18 - - - org.eclipse.jetty - jetty-deploy - 11.0.18 - - - org.eclipse.jetty.fcgi - fcgi-client - 11.0.18 - - - org.eclipse.jetty.fcgi - fcgi-server - 11.0.18 - - - org.eclipse.jetty.gcloud - jetty-gcloud-session-manager - 11.0.18 - - - org.eclipse.jetty - jetty-home - 11.0.18 - zip - - - org.eclipse.jetty - jetty-home - 11.0.18 - tar.gz - - - org.eclipse.jetty - jetty-http - 11.0.18 + org.eclipse.jetty + jetty-alpn-client + 12.0.4 - org.eclipse.jetty.http2 - http2-client - 11.0.18 + org.eclipse.jetty + jetty-alpn-conscrypt-client + 12.0.4 - org.eclipse.jetty.http2 - http2-common - 11.0.18 + org.eclipse.jetty + jetty-alpn-conscrypt-server + 12.0.4 - org.eclipse.jetty.http2 - http2-hpack - 11.0.18 + org.eclipse.jetty + jetty-alpn-java-client + 12.0.4 - org.eclipse.jetty.http2 - http2-http-client-transport - 11.0.18 + org.eclipse.jetty + jetty-alpn-java-server + 12.0.4 - org.eclipse.jetty.http2 - http2-server - 11.0.18 + org.eclipse.jetty + jetty-alpn-server + 12.0.4 - org.eclipse.jetty.http3 - http3-client - 11.0.18 + org.eclipse.jetty + jetty-client + 12.0.4 - org.eclipse.jetty.http3 - http3-common - 11.0.18 + org.eclipse.jetty + jetty-deploy + 12.0.4 - org.eclipse.jetty.http3 - http3-http-client-transport - 11.0.18 + org.eclipse.jetty + jetty-http + 12.0.4 - org.eclipse.jetty.http3 - http3-qpack - 11.0.18 + org.eclipse.jetty + jetty-http-spi + 12.0.4 - org.eclipse.jetty.http3 - http3-server - 11.0.18 + org.eclipse.jetty + jetty-http-tools + 12.0.4 - org.eclipse.jetty - jetty-http-spi - 11.0.18 + org.eclipse.jetty + jetty-io + 12.0.4 - org.eclipse.jetty - infinispan-common - 11.0.18 + org.eclipse.jetty + jetty-jmx + 12.0.4 - org.eclipse.jetty - infinispan-remote-query - 11.0.18 + org.eclipse.jetty + jetty-jndi + 12.0.4 - org.eclipse.jetty - infinispan-embedded-query - 11.0.18 + org.eclipse.jetty + jetty-keystore + 12.0.4 - org.eclipse.jetty - jetty-hazelcast - 11.0.18 + org.eclipse.jetty + jetty-openid + 12.0.4 - org.eclipse.jetty - jetty-io - 11.0.18 + org.eclipse.jetty + jetty-osgi + 12.0.4 - org.eclipse.jetty - jetty-jaas - 11.0.18 + org.eclipse.jetty + jetty-proxy + 12.0.4 - org.eclipse.jetty - jetty-jaspi - 11.0.18 + org.eclipse.jetty + jetty-rewrite + 12.0.4 - org.eclipse.jetty - jetty-jmx - 11.0.18 + org.eclipse.jetty + jetty-security + 12.0.4 - org.eclipse.jetty - jetty-jndi - 11.0.18 + org.eclipse.jetty + jetty-server + 12.0.4 - org.eclipse.jetty - jetty-keystore - 11.0.18 + org.eclipse.jetty + jetty-session + 12.0.4 - org.eclipse.jetty.memcached - jetty-memcached-sessions - 11.0.18 + org.eclipse.jetty + jetty-slf4j-impl + 12.0.4 - org.eclipse.jetty - jetty-nosql - 11.0.18 + org.eclipse.jetty + jetty-start + 12.0.4 - org.eclipse.jetty.osgi - jetty-osgi-alpn - 11.0.18 + org.eclipse.jetty + jetty-unixdomain-server + 12.0.4 - org.eclipse.jetty.osgi - jetty-osgi-boot - 11.0.18 + org.eclipse.jetty + jetty-util + 12.0.4 - org.eclipse.jetty.osgi - jetty-osgi-boot-jsp - 11.0.18 + org.eclipse.jetty + jetty-util-ajax + 12.0.4 - org.eclipse.jetty.osgi - jetty-osgi-boot-warurl - 11.0.18 + org.eclipse.jetty + jetty-xml + 12.0.4 - org.eclipse.jetty.quic - quic-client - 11.0.18 + org.eclipse.jetty.demos + jetty-demo-handler + 12.0.4 - org.eclipse.jetty.quic - quic-common - 11.0.18 + org.eclipse.jetty.fcgi + jetty-fcgi-client + 12.0.4 - org.eclipse.jetty.quic - quic-quiche-common - 11.0.18 + org.eclipse.jetty.fcgi + jetty-fcgi-proxy + 12.0.4 - org.eclipse.jetty.quic - quic-quiche-jna - 11.0.18 + org.eclipse.jetty.fcgi + jetty-fcgi-server + 12.0.4 - org.eclipse.jetty.quic - quic-server - 11.0.18 + org.eclipse.jetty.http2 + jetty-http2-client + 12.0.4 - org.eclipse.jetty.osgi - jetty-httpservice - 11.0.18 + org.eclipse.jetty.http2 + jetty-http2-client-transport + 12.0.4 - org.eclipse.jetty - jetty-plus - 11.0.18 + org.eclipse.jetty.http2 + jetty-http2-common + 12.0.4 - org.eclipse.jetty - jetty-proxy - 11.0.18 + org.eclipse.jetty.http2 + jetty-http2-hpack + 12.0.4 - org.eclipse.jetty - jetty-quickstart - 11.0.18 + org.eclipse.jetty.http2 + jetty-http2-server + 12.0.4 - org.eclipse.jetty - jetty-rewrite - 11.0.18 + org.eclipse.jetty.http3 + jetty-http3-client + 12.0.4 - org.eclipse.jetty - jetty-security - 11.0.18 + org.eclipse.jetty.http3 + jetty-http3-client-transport + 12.0.4 - org.eclipse.jetty - jetty-openid - 11.0.18 + org.eclipse.jetty.http3 + jetty-http3-common + 12.0.4 - org.eclipse.jetty - jetty-server - 11.0.18 + org.eclipse.jetty.http3 + jetty-http3-qpack + 12.0.4 - org.eclipse.jetty - jetty-servlet - 11.0.18 + org.eclipse.jetty.http3 + jetty-http3-server + 12.0.4 - org.eclipse.jetty - jetty-servlets - 11.0.18 + org.eclipse.jetty.quic + jetty-quic-client + 12.0.4 - org.eclipse.jetty - jetty-slf4j-impl - 11.0.18 + org.eclipse.jetty.quic + jetty-quic-common + 12.0.4 - org.eclipse.jetty - jetty-unixdomain-server - 11.0.18 + org.eclipse.jetty.quic + jetty-quic-quiche-common + 12.0.4 - org.eclipse.jetty - jetty-unixsocket-common - 11.0.18 + org.eclipse.jetty.quic + jetty-quic-quiche-foreign-incubator + 12.0.4 - org.eclipse.jetty - jetty-unixsocket-client - 11.0.18 + org.eclipse.jetty.quic + jetty-quic-quiche-jna + 12.0.4 - org.eclipse.jetty - jetty-unixsocket-server - 11.0.18 + org.eclipse.jetty.quic + jetty-quic-server + 12.0.4 - org.eclipse.jetty - jetty-util - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-client + 12.0.4 - org.eclipse.jetty - jetty-util-ajax - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-common + 12.0.4 - org.eclipse.jetty - jetty-webapp - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-server + 12.0.4 - org.eclipse.jetty.websocket - websocket-jakarta-client - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-api + 12.0.4 - org.eclipse.jetty.websocket - websocket-jakarta-server - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-client + 12.0.4 - org.eclipse.jetty.websocket - websocket-jakarta-common - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-common + 12.0.4 - org.eclipse.jetty.websocket - websocket-jetty-api - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-server + 12.0.4 - org.eclipse.jetty.websocket - websocket-jetty-client - 11.0.18 + com.azure + azure-ai-formrecognizer + 4.1.4 - org.eclipse.jetty.websocket - websocket-jetty-common - 11.0.18 + com.azure + azure-ai-metricsadvisor + 1.1.21 - org.eclipse.jetty.websocket - websocket-jetty-server - 11.0.18 + com.azure + azure-ai-textanalytics + 5.4.2 - org.eclipse.jetty.websocket - websocket-servlet - 11.0.18 + com.azure + azure-communication-callautomation + 1.1.1 - org.eclipse.jetty.websocket - websocket-core-common - 11.0.18 + com.azure + azure-communication-chat + 1.4.0 - org.eclipse.jetty.websocket - websocket-core-client - 11.0.18 + com.azure + azure-communication-common + 1.2.15 - org.eclipse.jetty.websocket - websocket-core-server - 11.0.18 + com.azure + azure-communication-email + 1.0.9 - org.eclipse.jetty - jetty-xml - 11.0.18 + com.azure + azure-communication-identity + 1.5.1 - com.azure - azure-ai-formrecognizer - 4.1.2 + com.azure + azure-communication-phonenumbers + 1.1.9 - com.azure - azure-ai-metricsadvisor - 1.1.19 + com.azure + azure-communication-rooms + 1.0.7 - com.azure - azure-ai-textanalytics - 5.4.0 + com.azure + azure-communication-sms + 1.1.20 - com.azure - azure-communication-callautomation - 1.0.5 + com.azure + azure-containers-containerregistry + 1.2.4 - com.azure - azure-communication-chat - 1.3.13 + com.azure + azure-core + 1.45.1 - com.azure - azure-communication-common - 1.2.13 + com.azure + azure-core-amqp + 2.8.14 - com.azure - azure-communication-email - 1.0.7 + com.azure + azure-core-http-netty + 1.13.11 - com.azure - azure-communication-identity - 1.4.11 + com.azure + azure-core-http-okhttp + 1.11.17 - com.azure - azure-communication-phonenumbers - 1.1.7 + com.azure + azure-core-management + 1.11.9 - com.azure - azure-communication-rooms - 1.0.5 + com.azure + azure-core-serializer-json-gson + 1.2.8 - com.azure - azure-communication-sms - 1.1.18 + com.azure + azure-core-serializer-json-jackson + 1.4.8 - com.azure - azure-containers-containerregistry - 1.2.2 + com.azure + azure-cosmos + 4.53.1 - com.azure - azure-core - 1.44.1 + com.azure + azure-cosmos-encryption + 2.7.0 - com.azure - azure-core-amqp - 2.8.11 + com.azure + azure-data-appconfiguration + 1.5.1 - com.azure - azure-core-http-netty - 1.13.9 + com.azure + azure-data-schemaregistry + 1.4.2 - com.azure - azure-core-http-okhttp - 1.11.15 + com.azure + azure-data-schemaregistry-apacheavro + 1.1.13 - com.azure - azure-core-management - 1.11.7 + com.azure + azure-data-tables + 12.3.18 - com.azure - azure-core-serializer-json-gson - 1.2.6 + com.azure + azure-developer-loadtesting + 1.0.9 - com.azure - azure-core-serializer-json-jackson - 1.4.6 + com.azure + azure-digitaltwins-core + 1.3.16 - com.azure - azure-cosmos - 4.52.0 + com.azure + azure-identity + 1.11.1 - com.azure - azure-cosmos-encryption - 2.6.0 + com.azure + azure-identity-broker + 1.0.1 - com.azure - azure-data-appconfiguration - 1.4.10 + com.azure + azure-identity-extensions + 1.1.11 - com.azure - azure-data-schemaregistry - 1.4.0 + com.azure + azure-iot-deviceupdate + 1.0.14 - com.azure - azure-data-schemaregistry-apacheavro - 1.1.11 + com.azure + azure-json + 1.1.0 - com.azure - azure-data-tables - 12.3.16 + com.azure + azure-messaging-eventgrid + 4.20.1 - com.azure - azure-developer-loadtesting - 1.0.7 + com.azure + azure-messaging-eventhubs + 5.17.1 - com.azure - azure-digitaltwins-core - 1.3.14 + com.azure + azure-messaging-eventhubs-checkpointstore-blob + 1.18.1 - com.azure - azure-identity - 1.10.4 + com.azure + azure-messaging-servicebus + 7.14.7 - com.azure - azure-identity-extensions - 1.1.9 + com.azure + azure-messaging-webpubsub + 1.2.11 - com.azure - azure-iot-deviceupdate - 1.0.12 + com.azure + azure-mixedreality-authentication + 1.2.20 - com.azure - azure-json - 1.1.0 + com.azure + azure-mixedreality-remoterendering + 1.1.25 - com.azure - azure-messaging-eventgrid - 4.19.0 + com.azure + azure-monitor-ingestion + 1.1.3 - com.azure - azure-messaging-eventhubs - 5.16.1 + com.azure + azure-monitor-query + 1.2.8 - com.azure - azure-messaging-eventhubs-checkpointstore-blob - 1.17.1 + com.azure + azure-search-documents + 11.6.1 - com.azure - azure-messaging-servicebus - 7.14.5 + com.azure + azure-security-attestation + 1.1.20 - com.azure - azure-messaging-webpubsub - 1.2.9 + com.azure + azure-security-confidentialledger + 1.0.16 - com.azure - azure-mixedreality-authentication - 1.2.18 + com.azure + azure-security-keyvault-administration + 4.4.3 - com.azure - azure-mixedreality-remoterendering - 1.1.23 + com.azure + azure-security-keyvault-certificates + 4.5.9 - com.azure - azure-monitor-ingestion - 1.1.1 + com.azure + azure-security-keyvault-jca + 2.8.1 - com.azure - azure-monitor-query - 1.2.6 + com.azure + azure-security-keyvault-keys + 4.7.3 - com.azure - azure-search-documents - 11.5.12 + com.azure + azure-security-keyvault-secrets + 4.7.3 - com.azure - azure-security-attestation - 1.1.18 + com.azure + azure-storage-blob + 12.25.1 - com.azure - azure-security-confidentialledger - 1.0.14 + com.azure + azure-storage-blob-batch + 12.21.1 - com.azure - azure-security-keyvault-administration - 4.4.1 + com.azure + azure-storage-blob-cryptography + 12.24.1 - com.azure - azure-security-keyvault-certificates - 4.5.7 + com.azure + azure-storage-common + 12.24.1 - com.azure - azure-security-keyvault-jca - 2.8.0 + com.azure + azure-storage-file-datalake + 12.18.1 - com.azure - azure-security-keyvault-keys - 4.7.1 + com.azure + azure-storage-file-share + 12.21.1 - com.azure - azure-security-keyvault-secrets - 4.7.1 + com.azure + azure-storage-internal-avro + 12.10.1 - com.azure - azure-storage-blob - 12.24.1 - - - com.azure - azure-storage-blob-batch - 12.20.1 - - - com.azure - azure-storage-blob-cryptography - 12.23.1 - - - com.azure - azure-storage-common - 12.23.1 - - - com.azure - azure-storage-file-datalake - 12.17.1 - - - com.azure - azure-storage-file-share - 12.20.1 - - - com.azure - azure-storage-internal-avro - 12.9.1 - - - com.azure - azure-storage-queue - 12.19.1 + com.azure + azure-storage-queue + 12.20.1 com.datastax.oss @@ -22141,6 +22037,11 @@ metrics-servlets 4.0.1 + + org.eclipse.jetty + jetty-servlet + 9.4.12.v20180830 + javax.xml.bind jaxb-api diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 4e5ba8896bb1..4fec21ccb640 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -53,32 +53,32 @@ org.apache.camel camel-activemq - 4.2.0 + 4.3.0 org.apache.camel camel-amqp - 4.2.0 + 4.3.0 org.apache.camel camel-api - 4.2.0 + 4.3.0 org.apache.camel camel-arangodb - 4.2.0 + 4.3.0 org.apache.camel camel-as2 - 4.2.0 + 4.3.0 org.apache.camel camel-as2-api - 4.2.0 + 4.3.0 commons-logging @@ -93,12 +93,12 @@ org.apache.camel camel-asn1 - 4.2.0 + 4.3.0 org.apache.camel camel-asterisk - 4.2.0 + 4.3.0 org.checkerframework @@ -109,7 +109,7 @@ org.apache.camel camel-atom - 4.2.0 + 4.3.0 commons-logging @@ -120,17 +120,17 @@ org.apache.camel camel-attachments - 4.2.0 + 4.3.0 org.apache.camel camel-avro - 4.2.0 + 4.3.0 org.apache.camel camel-aws-secrets-manager - 4.2.0 + 4.3.0 commons-logging @@ -141,7 +141,7 @@ org.apache.camel camel-aws-xray - 4.2.0 + 4.3.0 commons-logging @@ -152,7 +152,7 @@ org.apache.camel camel-aws2-athena - 4.2.0 + 4.3.0 commons-logging @@ -163,7 +163,7 @@ org.apache.camel camel-aws2-cw - 4.2.0 + 4.3.0 commons-logging @@ -174,7 +174,7 @@ org.apache.camel camel-aws2-ddb - 4.2.0 + 4.3.0 commons-logging @@ -185,7 +185,7 @@ org.apache.camel camel-aws2-ec2 - 4.2.0 + 4.3.0 commons-logging @@ -196,7 +196,7 @@ org.apache.camel camel-aws2-ecs - 4.2.0 + 4.3.0 commons-logging @@ -207,7 +207,7 @@ org.apache.camel camel-aws2-eks - 4.2.0 + 4.3.0 commons-logging @@ -218,7 +218,7 @@ org.apache.camel camel-aws2-eventbridge - 4.2.0 + 4.3.0 commons-logging @@ -229,7 +229,7 @@ org.apache.camel camel-aws2-iam - 4.2.0 + 4.3.0 commons-logging @@ -240,7 +240,7 @@ org.apache.camel camel-aws2-kinesis - 4.2.0 + 4.3.0 commons-logging @@ -251,7 +251,7 @@ org.apache.camel camel-aws2-kms - 4.2.0 + 4.3.0 commons-logging @@ -262,7 +262,7 @@ org.apache.camel camel-aws2-lambda - 4.2.0 + 4.3.0 commons-logging @@ -273,7 +273,7 @@ org.apache.camel camel-aws2-mq - 4.2.0 + 4.3.0 commons-logging @@ -284,7 +284,7 @@ org.apache.camel camel-aws2-msk - 4.2.0 + 4.3.0 commons-logging @@ -295,7 +295,7 @@ org.apache.camel camel-aws2-s3 - 4.2.0 + 4.3.0 commons-logging @@ -306,7 +306,7 @@ org.apache.camel camel-aws2-ses - 4.2.0 + 4.3.0 commons-logging @@ -317,7 +317,7 @@ org.apache.camel camel-aws2-sns - 4.2.0 + 4.3.0 commons-logging @@ -328,7 +328,7 @@ org.apache.camel camel-aws2-sqs - 4.2.0 + 4.3.0 commons-logging @@ -339,7 +339,7 @@ org.apache.camel camel-aws2-sts - 4.2.0 + 4.3.0 commons-logging @@ -350,7 +350,7 @@ org.apache.camel camel-aws2-translate - 4.2.0 + 4.3.0 commons-logging @@ -361,7 +361,7 @@ org.apache.camel camel-azure-cosmosdb - 4.2.0 + 4.3.0 com.azure @@ -372,7 +372,7 @@ org.apache.camel camel-azure-eventhubs - 4.2.0 + 4.3.0 com.azure @@ -383,7 +383,7 @@ org.apache.camel camel-azure-key-vault - 4.2.0 + 4.3.0 com.azure @@ -394,7 +394,7 @@ org.apache.camel camel-azure-servicebus - 4.2.0 + 4.3.0 com.azure @@ -405,7 +405,7 @@ org.apache.camel camel-azure-storage-blob - 4.2.0 + 4.3.0 com.azure @@ -416,7 +416,7 @@ org.apache.camel camel-azure-storage-datalake - 4.2.0 + 4.3.0 com.azure @@ -427,7 +427,7 @@ org.apache.camel camel-azure-storage-queue - 4.2.0 + 4.3.0 com.azure @@ -438,47 +438,47 @@ org.apache.camel camel-barcode - 4.2.0 + 4.3.0 org.apache.camel camel-base - 4.2.0 + 4.3.0 org.apache.camel camel-base-engine - 4.2.0 + 4.3.0 org.apache.camel camel-base64 - 4.2.0 + 4.3.0 org.apache.camel camel-bean - 4.2.0 + 4.3.0 org.apache.camel camel-bean-validator - 4.2.0 + 4.3.0 org.apache.camel camel-bindy - 4.2.0 + 4.3.0 org.apache.camel camel-bonita - 4.2.0 + 4.3.0 org.apache.camel camel-box - 4.2.0 + 4.3.0 commons-logging @@ -489,27 +489,27 @@ org.apache.camel camel-box-api - 4.2.0 + 4.3.0 org.apache.camel camel-braintree - 4.2.0 + 4.3.0 org.apache.camel camel-browse - 4.2.0 + 4.3.0 org.apache.camel camel-caffeine - 4.2.0 + 4.3.0 org.apache.camel camel-cassandraql - 4.2.0 + 4.3.0 com.github.spotbugs @@ -524,47 +524,47 @@ org.apache.camel camel-catalog - 4.2.0 + 4.3.0 org.apache.camel camel-cbor - 4.2.0 + 4.3.0 org.apache.camel camel-chatscript - 4.2.0 + 4.3.0 org.apache.camel camel-chunk - 4.2.0 + 4.3.0 org.apache.camel camel-cli-connector - 4.2.0 + 4.3.0 org.apache.camel camel-cloud - 4.2.0 + 4.3.0 org.apache.camel camel-cloudevents - 4.2.0 + 4.3.0 org.apache.camel camel-cluster - 4.2.0 + 4.3.0 org.apache.camel camel-cm-sms - 4.2.0 + 4.3.0 commons-logging @@ -575,72 +575,72 @@ org.apache.camel camel-coap - 4.2.0 + 4.3.0 org.apache.camel camel-cometd - 4.2.0 + 4.3.0 org.apache.camel camel-componentdsl - 4.2.0 + 4.3.0 org.apache.camel camel-console - 4.2.0 + 4.3.0 org.apache.camel camel-consul - 4.2.0 + 4.3.0 org.apache.camel camel-controlbus - 4.2.0 + 4.3.0 org.apache.camel camel-core-catalog - 4.2.0 + 4.3.0 org.apache.camel camel-core-engine - 4.2.0 + 4.3.0 org.apache.camel camel-core-languages - 4.2.0 + 4.3.0 org.apache.camel camel-core-model - 4.2.0 + 4.3.0 org.apache.camel camel-core-processor - 4.2.0 + 4.3.0 org.apache.camel camel-core-reifier - 4.2.0 + 4.3.0 org.apache.camel camel-couchbase - 4.2.0 + 4.3.0 org.apache.camel camel-couchdb - 4.2.0 + 4.3.0 commons-logging @@ -651,47 +651,47 @@ org.apache.camel camel-cron - 4.2.0 + 4.3.0 org.apache.camel camel-crypto - 4.2.0 + 4.3.0 org.apache.camel camel-csv - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-common - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-soap - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-transport - 4.2.0 + 4.3.0 org.apache.camel camel-dataformat - 4.2.0 + 4.3.0 org.apache.camel camel-dataset - 4.2.0 + 4.3.0 org.apache.camel camel-datasonnet - 4.2.0 + 4.3.0 jakarta.activation @@ -718,7 +718,7 @@ org.apache.camel camel-debezium-common - 4.2.0 + 4.3.0 javax.ws.rs @@ -729,32 +729,32 @@ org.apache.camel camel-debezium-mongodb - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-mysql - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-postgres - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-sqlserver - 4.2.0 + 4.3.0 org.apache.camel camel-debug - 4.2.0 + 4.3.0 org.apache.camel camel-digitalocean - 4.2.0 + 4.3.0 commons-logging @@ -765,27 +765,27 @@ org.apache.camel camel-direct - 4.2.0 + 4.3.0 org.apache.camel camel-disruptor - 4.2.0 + 4.3.0 org.apache.camel camel-djl - 4.2.0 + 4.3.0 org.apache.camel camel-dns - 4.2.0 + 4.3.0 org.apache.camel camel-drill - 4.2.0 + 4.3.0 org.checkerframework @@ -800,27 +800,27 @@ org.apache.camel camel-dropbox - 4.2.0 + 4.3.0 org.apache.camel camel-dsl-modeline - 4.2.0 + 4.3.0 org.apache.camel camel-dsl-support - 4.2.0 + 4.3.0 org.apache.camel camel-ehcache - 4.2.0 + 4.3.0 org.apache.camel camel-elasticsearch - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -835,7 +835,7 @@ org.apache.camel camel-endpointdsl - 4.2.0 + 4.3.0 com.sun.mail @@ -846,12 +846,12 @@ org.apache.camel camel-endpointdsl-support - 4.2.0 + 4.3.0 org.apache.camel camel-etcd3 - 4.2.0 + 4.3.0 com.google.android @@ -874,47 +874,47 @@ org.apache.camel camel-exec - 4.2.0 + 4.3.0 org.apache.camel camel-facebook - 4.2.0 + 4.3.0 org.apache.camel camel-fastjson - 4.2.0 + 4.3.0 org.apache.camel camel-fhir - 4.2.0 + 4.3.0 org.apache.camel camel-fhir-api - 4.2.0 + 4.3.0 org.apache.camel camel-file - 4.2.0 + 4.3.0 org.apache.camel camel-file-watch - 4.2.0 + 4.3.0 org.apache.camel camel-flatpack - 4.2.0 + 4.3.0 org.apache.camel camel-flink - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -925,7 +925,7 @@ org.apache.camel camel-fop - 4.2.0 + 4.3.0 commons-logging @@ -940,17 +940,17 @@ org.apache.camel camel-freemarker - 4.2.0 + 4.3.0 org.apache.camel camel-ftp - 4.2.0 + 4.3.0 org.apache.camel camel-geocoder - 4.2.0 + 4.3.0 commons-logging @@ -961,17 +961,17 @@ org.apache.camel camel-git - 4.2.0 + 4.3.0 org.apache.camel camel-github - 4.2.0 + 4.3.0 org.apache.camel camel-google-bigquery - 4.2.0 + 4.3.0 com.google.android @@ -994,7 +994,7 @@ org.apache.camel camel-google-calendar - 4.2.0 + 4.3.0 commons-logging @@ -1009,7 +1009,7 @@ org.apache.camel camel-google-drive - 4.2.0 + 4.3.0 commons-logging @@ -1024,7 +1024,7 @@ org.apache.camel camel-google-functions - 4.2.0 + 4.3.0 com.google.android @@ -1047,7 +1047,7 @@ org.apache.camel camel-google-mail - 4.2.0 + 4.3.0 commons-logging @@ -1062,7 +1062,7 @@ org.apache.camel camel-google-pubsub - 4.2.0 + 4.3.0 com.google.android @@ -1089,7 +1089,7 @@ org.apache.camel camel-google-secret-manager - 4.2.0 + 4.3.0 com.google.android @@ -1116,7 +1116,7 @@ org.apache.camel camel-google-sheets - 4.2.0 + 4.3.0 commons-logging @@ -1131,7 +1131,7 @@ org.apache.camel camel-google-storage - 4.2.0 + 4.3.0 com.google.android @@ -1150,7 +1150,7 @@ org.apache.camel camel-graphql - 4.2.0 + 4.3.0 commons-logging @@ -1161,27 +1161,27 @@ org.apache.camel camel-grok - 4.2.0 + 4.3.0 org.apache.camel camel-groovy - 4.2.0 + 4.3.0 org.apache.camel camel-groovy-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-groovy-dsl-common - 4.2.0 + 4.3.0 org.apache.camel camel-grpc - 4.2.0 + 4.3.0 com.google.android @@ -1212,12 +1212,12 @@ org.apache.camel camel-gson - 4.2.0 + 4.3.0 org.apache.camel camel-guava-eventbus - 4.2.0 + 4.3.0 org.checkerframework @@ -1228,7 +1228,7 @@ org.apache.camel camel-hashicorp-vault - 4.2.0 + 4.3.0 org.springframework @@ -1251,12 +1251,12 @@ org.apache.camel camel-hazelcast - 4.2.0 + 4.3.0 org.apache.camel camel-hdfs - 4.2.0 + 4.3.0 com.github.stephenc.jcip @@ -1282,12 +1282,16 @@ org.checkerframework checker-qual + + org.eclipse.jetty + * + org.apache.camel camel-headersmap - 4.2.0 + 4.3.0 ch.qos.logback @@ -1298,17 +1302,17 @@ org.apache.camel camel-health - 4.2.0 + 4.3.0 org.apache.camel camel-hl7 - 4.2.0 + 4.3.0 org.apache.camel camel-http - 4.2.0 + 4.3.0 commons-logging @@ -1319,27 +1323,27 @@ org.apache.camel camel-http-base - 4.2.0 + 4.3.0 org.apache.camel camel-http-common - 4.2.0 + 4.3.0 org.apache.camel camel-huaweicloud-common - 4.2.0 + 4.3.0 org.apache.camel camel-huaweicloud-smn - 4.2.0 + 4.3.0 org.apache.camel camel-ical - 4.2.0 + 4.3.0 commons-logging @@ -1350,7 +1354,7 @@ org.apache.camel camel-iec60870 - 4.2.0 + 4.3.0 org.checkerframework @@ -1361,12 +1365,12 @@ org.apache.camel camel-ignite - 4.2.0 + 4.3.0 org.apache.camel camel-infinispan - 4.2.0 + 4.3.0 org.slf4j @@ -1377,62 +1381,62 @@ org.apache.camel camel-infinispan-common - 4.2.0 + 4.3.0 org.apache.camel camel-influxdb - 4.2.0 + 4.3.0 org.apache.camel camel-irc - 4.2.0 + 4.3.0 org.apache.camel camel-jackson - 4.2.0 + 4.3.0 org.apache.camel camel-jackson-avro - 4.2.0 + 4.3.0 org.apache.camel camel-jackson-protobuf - 4.2.0 + 4.3.0 org.apache.camel camel-jacksonxml - 4.2.0 + 4.3.0 org.apache.camel camel-jasypt - 4.2.0 + 4.3.0 org.apache.camel camel-java-joor-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jaxb - 4.2.0 + 4.3.0 org.apache.camel camel-jcache - 4.2.0 + 4.3.0 org.apache.camel camel-jcr - 4.2.0 + 4.3.0 org.slf4j @@ -1443,27 +1447,27 @@ org.apache.camel camel-jdbc - 4.2.0 + 4.3.0 org.apache.camel camel-jfr - 4.2.0 + 4.3.0 org.apache.camel camel-jgroups - 4.2.0 + 4.3.0 org.apache.camel camel-jgroups-raft - 4.2.0 + 4.3.0 org.apache.camel camel-jira - 4.2.0 + 4.3.0 commons-logging @@ -1482,7 +1486,7 @@ org.apache.camel camel-jms - 4.2.0 + 4.3.0 org.apache.camel @@ -1501,12 +1505,12 @@ org.apache.camel camel-jolt - 4.2.0 + 4.3.0 org.apache.camel camel-jooq - 4.2.0 + 4.3.0 org.springframework @@ -1517,12 +1521,12 @@ org.apache.camel camel-joor - 4.2.0 + 4.3.0 org.apache.camel camel-jpa - 4.2.0 + 4.3.0 org.apache.camel @@ -1537,7 +1541,7 @@ org.apache.camel camel-jq - 4.2.0 + 4.3.0 net.thisptr @@ -1552,97 +1556,97 @@ org.apache.camel camel-js-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jsch - 4.2.0 + 4.3.0 org.apache.camel camel-jsh-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jslt - 4.2.0 + 4.3.0 org.apache.camel camel-json-patch - 4.2.0 + 4.3.0 org.apache.camel camel-json-validator - 4.2.0 + 4.3.0 org.apache.camel camel-jsonapi - 4.2.0 + 4.3.0 org.apache.camel camel-jsonata - 4.2.0 + 4.3.0 org.apache.camel camel-jsonb - 4.2.0 + 4.3.0 org.apache.camel camel-jsonpath - 4.2.0 + 4.3.0 org.apache.camel camel-jt400 - 4.2.0 + 4.3.0 org.apache.camel camel-jta - 4.2.0 + 4.3.0 org.apache.camel camel-kafka - 4.2.0 + 4.3.0 org.apache.camel camel-kamelet - 4.2.0 + 4.3.0 org.apache.camel camel-knative - 4.2.0 + 4.3.0 org.apache.camel camel-knative-api - 4.2.0 + 4.3.0 org.apache.camel camel-knative-http - 4.2.0 + 4.3.0 org.apache.camel camel-kotlin-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-kubernetes - 4.2.0 + 4.3.0 io.fabric8 @@ -1653,27 +1657,27 @@ org.apache.camel camel-kudu - 4.2.0 + 4.3.0 org.apache.camel camel-language - 4.2.0 + 4.3.0 org.apache.camel camel-ldap - 4.2.0 + 4.3.0 org.apache.camel camel-ldif - 4.2.0 + 4.3.0 org.apache.camel camel-leveldb - 4.2.0 + 4.3.0 org.checkerframework @@ -1684,77 +1688,77 @@ org.apache.camel camel-log - 4.2.0 + 4.3.0 org.apache.camel camel-lra - 4.2.0 + 4.3.0 org.apache.camel camel-lucene - 4.2.0 + 4.3.0 org.apache.camel camel-lumberjack - 4.2.0 + 4.3.0 org.apache.camel camel-lzf - 4.2.0 + 4.3.0 org.apache.camel camel-mail - 4.2.0 + 4.3.0 org.apache.camel camel-main - 4.2.0 + 4.3.0 org.apache.camel camel-management - 4.2.0 + 4.3.0 org.apache.camel camel-management-api - 4.2.0 + 4.3.0 org.apache.camel camel-mapstruct - 4.2.0 + 4.3.0 org.apache.camel camel-master - 4.2.0 + 4.3.0 org.apache.camel camel-micrometer - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-config - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-fault-tolerance - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-health - 4.2.0 + 4.3.0 org.eclipse.parsson @@ -1769,62 +1773,62 @@ org.apache.camel camel-minio - 4.2.0 + 4.3.0 org.apache.camel camel-mllp - 4.2.0 + 4.3.0 org.apache.camel camel-mock - 4.2.0 + 4.3.0 org.apache.camel camel-mongodb - 4.2.0 + 4.3.0 org.apache.camel camel-mongodb-gridfs - 4.2.0 + 4.3.0 org.apache.camel camel-mustache - 4.2.0 + 4.3.0 org.apache.camel camel-mvel - 4.2.0 + 4.3.0 org.apache.camel camel-mybatis - 4.2.0 + 4.3.0 org.apache.camel camel-nats - 4.2.0 + 4.3.0 org.apache.camel camel-netty - 4.2.0 + 4.3.0 org.apache.camel camel-netty-http - 4.2.0 + 4.3.0 org.apache.camel camel-nitrite - 4.2.0 + 4.3.0 javax.validation @@ -1835,7 +1839,7 @@ org.apache.camel camel-oaipmh - 4.2.0 + 4.3.0 commons-logging @@ -1846,12 +1850,12 @@ org.apache.camel camel-ognl - 4.2.0 + 4.3.0 org.apache.camel camel-olingo4 - 4.2.0 + 4.3.0 commons-logging @@ -1862,7 +1866,7 @@ org.apache.camel camel-olingo4-api - 4.2.0 + 4.3.0 commons-logging @@ -1873,7 +1877,7 @@ org.apache.camel camel-openapi-java - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -1888,7 +1892,7 @@ org.apache.camel camel-openstack - 4.2.0 + 4.3.0 com.github.fge @@ -1903,7 +1907,7 @@ org.apache.camel camel-opentelemetry - 4.2.0 + 4.3.0 io.grpc @@ -1914,7 +1918,7 @@ org.apache.camel camel-optaplanner - 4.2.0 + 4.3.0 org.optaplanner @@ -1933,17 +1937,17 @@ org.apache.camel camel-paho - 4.2.0 + 4.3.0 org.apache.camel camel-paho-mqtt5 - 4.2.0 + 4.3.0 org.apache.camel camel-pdf - 4.2.0 + 4.3.0 commons-logging @@ -1954,12 +1958,12 @@ org.apache.camel camel-pg-replication-slot - 4.2.0 + 4.3.0 org.apache.camel camel-pgevent - 4.2.0 + 4.3.0 org.testcontainers @@ -1970,22 +1974,22 @@ org.apache.camel camel-platform-http - 4.2.0 + 4.3.0 org.apache.camel camel-platform-http-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-printer - 4.2.0 + 4.3.0 org.apache.camel camel-protobuf - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -1996,12 +2000,12 @@ org.apache.camel camel-pubnub - 4.2.0 + 4.3.0 org.apache.camel camel-pulsar - 4.2.0 + 4.3.0 com.sun.activation @@ -2036,7 +2040,7 @@ org.apache.camel camel-quartz - 4.2.0 + 4.3.0 jakarta.activation @@ -2059,37 +2063,37 @@ org.apache.camel camel-quickfix - 4.2.0 + 4.3.0 org.apache.camel camel-reactive-executor-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-reactive-streams - 4.2.0 + 4.3.0 org.apache.camel camel-redis - 4.2.0 + 4.3.0 org.apache.camel camel-ref - 4.2.0 + 4.3.0 org.apache.camel camel-rest - 4.2.0 + 4.3.0 org.apache.camel camel-rest-openapi - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -2104,22 +2108,22 @@ org.apache.camel camel-robotframework - 4.2.0 + 4.3.0 org.apache.camel camel-rss - 4.2.0 + 4.3.0 org.apache.camel camel-saga - 4.2.0 + 4.3.0 org.apache.camel camel-salesforce - 4.2.0 + 4.3.0 com.google.android @@ -2142,12 +2146,12 @@ org.apache.camel camel-sap-netweaver - 4.2.0 + 4.3.0 org.apache.camel camel-saxon - 4.2.0 + 4.3.0 xml-apis @@ -2158,12 +2162,12 @@ org.apache.camel camel-scheduler - 4.2.0 + 4.3.0 org.apache.camel camel-schematron - 4.2.0 + 4.3.0 xml-apis @@ -2174,67 +2178,67 @@ org.apache.camel camel-seda - 4.2.0 + 4.3.0 org.apache.camel camel-servicenow - 4.2.0 + 4.3.0 org.apache.camel camel-servlet - 4.2.0 + 4.3.0 org.apache.camel camel-shiro - 4.2.0 + 4.3.0 org.apache.camel camel-sjms - 4.2.0 + 4.3.0 org.apache.camel camel-sjms2 - 4.2.0 + 4.3.0 org.apache.camel camel-slack - 4.2.0 + 4.3.0 org.apache.camel camel-smpp - 4.2.0 + 4.3.0 org.apache.camel camel-snakeyaml - 4.2.0 + 4.3.0 org.apache.camel camel-snmp - 4.2.0 + 4.3.0 org.apache.camel camel-soap - 4.2.0 + 4.3.0 org.apache.camel camel-splunk - 4.2.0 + 4.3.0 org.apache.camel camel-splunk-hec - 4.2.0 + 4.3.0 commons-logging @@ -2245,7 +2249,7 @@ org.apache.camel camel-spring-rabbitmq - 4.2.0 + 4.3.0 org.springframework @@ -2260,7 +2264,7 @@ org.apache.camel camel-spring-redis - 4.2.0 + 4.3.0 org.springframework.data @@ -2271,12 +2275,12 @@ org.apache.camel camel-sql - 4.2.0 + 4.3.0 org.apache.camel camel-ssh - 4.2.0 + 4.3.0 org.slf4j @@ -2287,62 +2291,62 @@ org.apache.camel camel-stax - 4.2.0 + 4.3.0 org.apache.camel camel-stitch - 4.2.0 + 4.3.0 org.apache.camel camel-stomp - 4.2.0 + 4.3.0 org.apache.camel camel-stream - 4.2.0 + 4.3.0 org.apache.camel camel-stringtemplate - 4.2.0 + 4.3.0 org.apache.camel camel-stub - 4.2.0 + 4.3.0 org.apache.camel camel-support - 4.2.0 + 4.3.0 org.apache.camel camel-swift - 4.2.0 + 4.3.0 org.apache.camel camel-syslog - 4.2.0 + 4.3.0 org.apache.camel camel-tarfile - 4.2.0 + 4.3.0 org.apache.camel camel-telegram - 4.2.0 + 4.3.0 org.apache.camel camel-test-junit5 - 4.2.0 + 4.3.0 org.apache.camel @@ -2353,17 +2357,17 @@ org.apache.camel camel-threadpoolfactory-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-thrift - 4.2.0 + 4.3.0 org.apache.camel camel-tika - 4.2.0 + 4.3.0 org.apache.tika @@ -2374,22 +2378,27 @@ org.apache.camel camel-timer - 4.2.0 + 4.3.0 org.apache.camel camel-tooling-model - 4.2.0 + 4.3.0 + + + org.apache.camel + camel-tooling-util + 4.3.0 org.apache.camel camel-tracing - 4.2.0 + 4.3.0 org.apache.camel camel-twilio - 4.2.0 + 4.3.0 commons-logging @@ -2408,57 +2417,57 @@ org.apache.camel camel-twitter - 4.2.0 + 4.3.0 org.apache.camel camel-univocity-parsers - 4.2.0 + 4.3.0 org.apache.camel camel-util - 4.2.0 + 4.3.0 org.apache.camel camel-util-json - 4.2.0 + 4.3.0 org.apache.camel camel-validator - 4.2.0 + 4.3.0 org.apache.camel camel-velocity - 4.2.0 + 4.3.0 org.apache.camel camel-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-common - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-http - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-websocket - 4.2.0 + 4.3.0 org.apache.camel camel-weather - 4.2.0 + 4.3.0 commons-logging @@ -2469,17 +2478,17 @@ org.apache.camel camel-web3j - 4.2.0 + 4.3.0 org.apache.camel camel-webhook - 4.2.0 + 4.3.0 org.apache.camel camel-wordpress - 4.2.0 + 4.3.0 org.checkerframework @@ -2490,7 +2499,7 @@ org.apache.camel camel-workday - 4.2.0 + 4.3.0 commons-logging @@ -2501,7 +2510,7 @@ org.apache.camel camel-xchange - 4.2.0 + 4.3.0 org.checkerframework @@ -2512,62 +2521,62 @@ org.apache.camel camel-xj - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io-util - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxb - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxp - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxp-util - 4.2.0 + 4.3.0 org.apache.camel camel-xmlsecurity - 4.2.0 + 4.3.0 org.apache.camel camel-xmpp - 4.2.0 + 4.3.0 org.apache.camel camel-xpath - 4.2.0 + 4.3.0 org.apache.camel camel-xslt - 4.2.0 + 4.3.0 org.apache.camel camel-xslt-saxon - 4.2.0 + 4.3.0 xml-apis @@ -2578,42 +2587,42 @@ org.apache.camel camel-yaml-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-dsl-common - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-dsl-deserializers - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-io - 4.2.0 + 4.3.0 org.apache.camel camel-zendesk - 4.2.0 + 4.3.0 org.apache.camel camel-zip-deflater - 4.2.0 + 4.3.0 org.apache.camel camel-zipfile - 4.2.0 + 4.3.0 org.apache.camel camel-zookeeper - 4.2.0 + 4.3.0 org.checkerframework @@ -2624,7 +2633,7 @@ org.apache.camel camel-zookeeper-master - 4.2.0 + 4.3.0 org.checkerframework @@ -5885,52 +5894,52 @@ ca.uhn.hapi hapi-base - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v21 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v22 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v23 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v231 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v24 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v25 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v251 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v26 - 2.3 + 2.5.1 ca.uhn.hapi.fhir hapi-fhir-base - 6.6.2 + 6.10.0 com.google.code.findbugs @@ -5949,62 +5958,72 @@ ca.uhn.hapi.fhir hapi-fhir-client - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 - 6.6.2 + 6.10.0 + + + junit + junit + + + org.ogce + xpp3 + + ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-r4 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-r5 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir org.hl7.fhir.dstu2 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.dstu2016may - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.dstu3 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.r4 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.r5 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.utilities - 6.0.1 + 6.1.2.2 com.azure @@ -6019,7 +6038,7 @@ com.box box-java-sdk - 4.6.0 + 4.6.1 org.bitbucket.b_c @@ -6072,7 +6091,7 @@ com.google.cloud google-cloud-pubsub - 1.125.8 + 1.125.13 com.google.android @@ -6134,7 +6153,7 @@ com.microsoft.azure msal4j - 1.13.9 + 1.14.0 com.github.stephenc.jcip @@ -6228,12 +6247,12 @@ io.projectreactor reactor-core - 3.4.33 + 3.4.34 io.projectreactor.netty reactor-netty - 1.1.12 + 1.1.13 io.quarkiverse.freemarker @@ -6344,7 +6363,7 @@ io.swagger.core.v3 swagger-models - 2.2.15 + 2.2.19 io.swagger.parser.v3 @@ -6428,6 +6447,10 @@ javax.xml.bind jaxb-api + + org.eclipse.jetty + jetty-servlet + org.slf4j slf4j-log4j12 @@ -6566,7 +6589,7 @@ org.mvel mvel2 - 2.5.0.Final + 2.5.1.Final org.mybatis @@ -6601,7 +6624,7 @@ org.springframework spring-aop - 6.0.13 + 6.1.1 org.springframework @@ -6616,7 +6639,7 @@ org.springframework spring-expression - 6.0.13 + 6.1.1 org.springframework @@ -6627,7 +6650,7 @@ org.springframework spring-jdbc - 6.0.13 + 6.1.1 org.springframework @@ -6642,7 +6665,7 @@ org.springframework spring-jms - 6.0.13 + 6.1.1 org.springframework @@ -6657,7 +6680,7 @@ org.springframework spring-messaging - 6.0.13 + 6.1.1 org.springframework @@ -6672,7 +6695,7 @@ org.springframework spring-tx - 6.0.13 + 6.1.1 org.springframework @@ -6687,7 +6710,7 @@ org.springframework.data spring-data-redis - 3.1.2 + 3.2.0 org.springframework @@ -6743,7 +6766,7 @@ redis.clients jedis - 4.4.3 + 5.0.2 software.amazon.awssdk.crt @@ -7468,82 +7491,92 @@ org.eclipse.jetty jetty-alpn-client - 11.0.18 + 12.0.4 org.eclipse.jetty jetty-client - 11.0.18 + 12.0.4 org.eclipse.jetty jetty-http - 11.0.18 + 12.0.4 org.eclipse.jetty jetty-io - 11.0.18 + 12.0.4 org.eclipse.jetty jetty-security - 11.0.18 + 12.0.4 org.eclipse.jetty jetty-server - 11.0.18 - - - org.eclipse.jetty - jetty-servlet - 11.0.18 + 12.0.4 org.eclipse.jetty - jetty-servlets - 11.0.18 + jetty-session + 12.0.4 org.eclipse.jetty jetty-util - 11.0.18 + 12.0.4 org.eclipse.jetty jetty-util-ajax - 11.0.18 + 12.0.4 - org.eclipse.jetty - jetty-webapp - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-common + 12.0.4 - org.eclipse.jetty - jetty-xml - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-server + 12.0.4 + + + org.eclipse.jetty.websocket + jetty-websocket-jetty-api + 12.0.4 + + + org.eclipse.jetty.websocket + jetty-websocket-jetty-common + 12.0.4 + + + org.eclipse.jetty.websocket + jetty-websocket-jetty-server + 12.0.4 com.azure azure-core - 1.44.1 + 1.45.1 com.azure azure-core-amqp - 2.8.11 + 2.8.14 com.azure azure-cosmos - 4.52.0 + 4.53.1 com.azure azure-identity - 1.10.4 + 1.11.1 com.azure @@ -7553,47 +7586,47 @@ com.azure azure-messaging-eventhubs - 5.16.1 + 5.17.1 com.azure azure-messaging-eventhubs-checkpointstore-blob - 1.17.1 + 1.18.1 com.azure azure-messaging-servicebus - 7.14.5 + 7.14.7 com.azure azure-security-keyvault-secrets - 4.7.1 + 4.7.3 com.azure azure-storage-blob - 12.24.1 + 12.25.1 com.azure azure-storage-common - 12.23.1 + 12.24.1 com.azure azure-storage-file-datalake - 12.17.1 + 12.18.1 com.azure azure-storage-internal-avro - 12.9.1 + 12.10.1 com.azure azure-storage-queue - 12.19.1 + 12.20.1 com.datastax.oss diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 0582635780a3..6c12da9a2eba 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -53,32 +53,32 @@ org.apache.camel camel-activemq - 4.2.0 + 4.3.0 org.apache.camel camel-amqp - 4.2.0 + 4.3.0 org.apache.camel camel-api - 4.2.0 + 4.3.0 org.apache.camel camel-arangodb - 4.2.0 + 4.3.0 org.apache.camel camel-as2 - 4.2.0 + 4.3.0 org.apache.camel camel-as2-api - 4.2.0 + 4.3.0 commons-logging @@ -93,12 +93,12 @@ org.apache.camel camel-asn1 - 4.2.0 + 4.3.0 org.apache.camel camel-asterisk - 4.2.0 + 4.3.0 org.checkerframework @@ -109,7 +109,7 @@ org.apache.camel camel-atom - 4.2.0 + 4.3.0 commons-logging @@ -120,17 +120,17 @@ org.apache.camel camel-attachments - 4.2.0 + 4.3.0 org.apache.camel camel-avro - 4.2.0 + 4.3.0 org.apache.camel camel-aws-secrets-manager - 4.2.0 + 4.3.0 commons-logging @@ -141,7 +141,7 @@ org.apache.camel camel-aws-xray - 4.2.0 + 4.3.0 commons-logging @@ -152,7 +152,7 @@ org.apache.camel camel-aws2-athena - 4.2.0 + 4.3.0 commons-logging @@ -163,7 +163,7 @@ org.apache.camel camel-aws2-cw - 4.2.0 + 4.3.0 commons-logging @@ -174,7 +174,7 @@ org.apache.camel camel-aws2-ddb - 4.2.0 + 4.3.0 commons-logging @@ -185,7 +185,7 @@ org.apache.camel camel-aws2-ec2 - 4.2.0 + 4.3.0 commons-logging @@ -196,7 +196,7 @@ org.apache.camel camel-aws2-ecs - 4.2.0 + 4.3.0 commons-logging @@ -207,7 +207,7 @@ org.apache.camel camel-aws2-eks - 4.2.0 + 4.3.0 commons-logging @@ -218,7 +218,7 @@ org.apache.camel camel-aws2-eventbridge - 4.2.0 + 4.3.0 commons-logging @@ -229,7 +229,7 @@ org.apache.camel camel-aws2-iam - 4.2.0 + 4.3.0 commons-logging @@ -240,7 +240,7 @@ org.apache.camel camel-aws2-kinesis - 4.2.0 + 4.3.0 commons-logging @@ -251,7 +251,7 @@ org.apache.camel camel-aws2-kms - 4.2.0 + 4.3.0 commons-logging @@ -262,7 +262,7 @@ org.apache.camel camel-aws2-lambda - 4.2.0 + 4.3.0 commons-logging @@ -273,7 +273,7 @@ org.apache.camel camel-aws2-mq - 4.2.0 + 4.3.0 commons-logging @@ -284,7 +284,7 @@ org.apache.camel camel-aws2-msk - 4.2.0 + 4.3.0 commons-logging @@ -295,7 +295,7 @@ org.apache.camel camel-aws2-s3 - 4.2.0 + 4.3.0 commons-logging @@ -306,7 +306,7 @@ org.apache.camel camel-aws2-ses - 4.2.0 + 4.3.0 commons-logging @@ -317,7 +317,7 @@ org.apache.camel camel-aws2-sns - 4.2.0 + 4.3.0 commons-logging @@ -328,7 +328,7 @@ org.apache.camel camel-aws2-sqs - 4.2.0 + 4.3.0 commons-logging @@ -339,7 +339,7 @@ org.apache.camel camel-aws2-sts - 4.2.0 + 4.3.0 commons-logging @@ -350,7 +350,7 @@ org.apache.camel camel-aws2-translate - 4.2.0 + 4.3.0 commons-logging @@ -361,7 +361,7 @@ org.apache.camel camel-azure-cosmosdb - 4.2.0 + 4.3.0 com.azure @@ -372,7 +372,7 @@ org.apache.camel camel-azure-eventhubs - 4.2.0 + 4.3.0 com.azure @@ -383,7 +383,7 @@ org.apache.camel camel-azure-key-vault - 4.2.0 + 4.3.0 com.azure @@ -394,7 +394,7 @@ org.apache.camel camel-azure-servicebus - 4.2.0 + 4.3.0 com.azure @@ -405,7 +405,7 @@ org.apache.camel camel-azure-storage-blob - 4.2.0 + 4.3.0 com.azure @@ -416,7 +416,7 @@ org.apache.camel camel-azure-storage-datalake - 4.2.0 + 4.3.0 com.azure @@ -427,7 +427,7 @@ org.apache.camel camel-azure-storage-queue - 4.2.0 + 4.3.0 com.azure @@ -438,47 +438,47 @@ org.apache.camel camel-barcode - 4.2.0 + 4.3.0 org.apache.camel camel-base - 4.2.0 + 4.3.0 org.apache.camel camel-base-engine - 4.2.0 + 4.3.0 org.apache.camel camel-base64 - 4.2.0 + 4.3.0 org.apache.camel camel-bean - 4.2.0 + 4.3.0 org.apache.camel camel-bean-validator - 4.2.0 + 4.3.0 org.apache.camel camel-bindy - 4.2.0 + 4.3.0 org.apache.camel camel-bonita - 4.2.0 + 4.3.0 org.apache.camel camel-box - 4.2.0 + 4.3.0 commons-logging @@ -489,27 +489,27 @@ org.apache.camel camel-box-api - 4.2.0 + 4.3.0 org.apache.camel camel-braintree - 4.2.0 + 4.3.0 org.apache.camel camel-browse - 4.2.0 + 4.3.0 org.apache.camel camel-caffeine - 4.2.0 + 4.3.0 org.apache.camel camel-cassandraql - 4.2.0 + 4.3.0 com.github.spotbugs @@ -524,47 +524,47 @@ org.apache.camel camel-catalog - 4.2.0 + 4.3.0 org.apache.camel camel-cbor - 4.2.0 + 4.3.0 org.apache.camel camel-chatscript - 4.2.0 + 4.3.0 org.apache.camel camel-chunk - 4.2.0 + 4.3.0 org.apache.camel camel-cli-connector - 4.2.0 + 4.3.0 org.apache.camel camel-cloud - 4.2.0 + 4.3.0 org.apache.camel camel-cloudevents - 4.2.0 + 4.3.0 org.apache.camel camel-cluster - 4.2.0 + 4.3.0 org.apache.camel camel-cm-sms - 4.2.0 + 4.3.0 commons-logging @@ -575,72 +575,72 @@ org.apache.camel camel-coap - 4.2.0 + 4.3.0 org.apache.camel camel-cometd - 4.2.0 + 4.3.0 org.apache.camel camel-componentdsl - 4.2.0 + 4.3.0 org.apache.camel camel-console - 4.2.0 + 4.3.0 org.apache.camel camel-consul - 4.2.0 + 4.3.0 org.apache.camel camel-controlbus - 4.2.0 + 4.3.0 org.apache.camel camel-core-catalog - 4.2.0 + 4.3.0 org.apache.camel camel-core-engine - 4.2.0 + 4.3.0 org.apache.camel camel-core-languages - 4.2.0 + 4.3.0 org.apache.camel camel-core-model - 4.2.0 + 4.3.0 org.apache.camel camel-core-processor - 4.2.0 + 4.3.0 org.apache.camel camel-core-reifier - 4.2.0 + 4.3.0 org.apache.camel camel-couchbase - 4.2.0 + 4.3.0 org.apache.camel camel-couchdb - 4.2.0 + 4.3.0 commons-logging @@ -651,47 +651,47 @@ org.apache.camel camel-cron - 4.2.0 + 4.3.0 org.apache.camel camel-crypto - 4.2.0 + 4.3.0 org.apache.camel camel-csv - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-common - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-soap - 4.2.0 + 4.3.0 org.apache.camel camel-cxf-transport - 4.2.0 + 4.3.0 org.apache.camel camel-dataformat - 4.2.0 + 4.3.0 org.apache.camel camel-dataset - 4.2.0 + 4.3.0 org.apache.camel camel-datasonnet - 4.2.0 + 4.3.0 jakarta.activation @@ -718,7 +718,7 @@ org.apache.camel camel-debezium-common - 4.2.0 + 4.3.0 javax.ws.rs @@ -729,32 +729,32 @@ org.apache.camel camel-debezium-mongodb - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-mysql - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-postgres - 4.2.0 + 4.3.0 org.apache.camel camel-debezium-sqlserver - 4.2.0 + 4.3.0 org.apache.camel camel-debug - 4.2.0 + 4.3.0 org.apache.camel camel-digitalocean - 4.2.0 + 4.3.0 commons-logging @@ -765,27 +765,27 @@ org.apache.camel camel-direct - 4.2.0 + 4.3.0 org.apache.camel camel-disruptor - 4.2.0 + 4.3.0 org.apache.camel camel-djl - 4.2.0 + 4.3.0 org.apache.camel camel-dns - 4.2.0 + 4.3.0 org.apache.camel camel-drill - 4.2.0 + 4.3.0 org.checkerframework @@ -800,27 +800,27 @@ org.apache.camel camel-dropbox - 4.2.0 + 4.3.0 org.apache.camel camel-dsl-modeline - 4.2.0 + 4.3.0 org.apache.camel camel-dsl-support - 4.2.0 + 4.3.0 org.apache.camel camel-ehcache - 4.2.0 + 4.3.0 org.apache.camel camel-elasticsearch - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -835,7 +835,7 @@ org.apache.camel camel-endpointdsl - 4.2.0 + 4.3.0 com.sun.mail @@ -846,12 +846,12 @@ org.apache.camel camel-endpointdsl-support - 4.2.0 + 4.3.0 org.apache.camel camel-etcd3 - 4.2.0 + 4.3.0 com.google.android @@ -874,47 +874,47 @@ org.apache.camel camel-exec - 4.2.0 + 4.3.0 org.apache.camel camel-facebook - 4.2.0 + 4.3.0 org.apache.camel camel-fastjson - 4.2.0 + 4.3.0 org.apache.camel camel-fhir - 4.2.0 + 4.3.0 org.apache.camel camel-fhir-api - 4.2.0 + 4.3.0 org.apache.camel camel-file - 4.2.0 + 4.3.0 org.apache.camel camel-file-watch - 4.2.0 + 4.3.0 org.apache.camel camel-flatpack - 4.2.0 + 4.3.0 org.apache.camel camel-flink - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -925,7 +925,7 @@ org.apache.camel camel-fop - 4.2.0 + 4.3.0 commons-logging @@ -940,17 +940,17 @@ org.apache.camel camel-freemarker - 4.2.0 + 4.3.0 org.apache.camel camel-ftp - 4.2.0 + 4.3.0 org.apache.camel camel-geocoder - 4.2.0 + 4.3.0 commons-logging @@ -961,17 +961,17 @@ org.apache.camel camel-git - 4.2.0 + 4.3.0 org.apache.camel camel-github - 4.2.0 + 4.3.0 org.apache.camel camel-google-bigquery - 4.2.0 + 4.3.0 com.google.android @@ -994,7 +994,7 @@ org.apache.camel camel-google-calendar - 4.2.0 + 4.3.0 commons-logging @@ -1009,7 +1009,7 @@ org.apache.camel camel-google-drive - 4.2.0 + 4.3.0 commons-logging @@ -1024,7 +1024,7 @@ org.apache.camel camel-google-functions - 4.2.0 + 4.3.0 com.google.android @@ -1047,7 +1047,7 @@ org.apache.camel camel-google-mail - 4.2.0 + 4.3.0 commons-logging @@ -1062,7 +1062,7 @@ org.apache.camel camel-google-pubsub - 4.2.0 + 4.3.0 com.google.android @@ -1089,7 +1089,7 @@ org.apache.camel camel-google-secret-manager - 4.2.0 + 4.3.0 com.google.android @@ -1116,7 +1116,7 @@ org.apache.camel camel-google-sheets - 4.2.0 + 4.3.0 commons-logging @@ -1131,7 +1131,7 @@ org.apache.camel camel-google-storage - 4.2.0 + 4.3.0 com.google.android @@ -1150,7 +1150,7 @@ org.apache.camel camel-graphql - 4.2.0 + 4.3.0 commons-logging @@ -1161,27 +1161,27 @@ org.apache.camel camel-grok - 4.2.0 + 4.3.0 org.apache.camel camel-groovy - 4.2.0 + 4.3.0 org.apache.camel camel-groovy-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-groovy-dsl-common - 4.2.0 + 4.3.0 org.apache.camel camel-grpc - 4.2.0 + 4.3.0 com.google.android @@ -1212,12 +1212,12 @@ org.apache.camel camel-gson - 4.2.0 + 4.3.0 org.apache.camel camel-guava-eventbus - 4.2.0 + 4.3.0 org.checkerframework @@ -1228,7 +1228,7 @@ org.apache.camel camel-hashicorp-vault - 4.2.0 + 4.3.0 org.springframework @@ -1251,12 +1251,12 @@ org.apache.camel camel-hazelcast - 4.2.0 + 4.3.0 org.apache.camel camel-hdfs - 4.2.0 + 4.3.0 com.github.stephenc.jcip @@ -1282,12 +1282,16 @@ org.checkerframework checker-qual + + org.eclipse.jetty + * + org.apache.camel camel-headersmap - 4.2.0 + 4.3.0 ch.qos.logback @@ -1298,17 +1302,17 @@ org.apache.camel camel-health - 4.2.0 + 4.3.0 org.apache.camel camel-hl7 - 4.2.0 + 4.3.0 org.apache.camel camel-http - 4.2.0 + 4.3.0 commons-logging @@ -1319,27 +1323,27 @@ org.apache.camel camel-http-base - 4.2.0 + 4.3.0 org.apache.camel camel-http-common - 4.2.0 + 4.3.0 org.apache.camel camel-huaweicloud-common - 4.2.0 + 4.3.0 org.apache.camel camel-huaweicloud-smn - 4.2.0 + 4.3.0 org.apache.camel camel-ical - 4.2.0 + 4.3.0 commons-logging @@ -1350,7 +1354,7 @@ org.apache.camel camel-iec60870 - 4.2.0 + 4.3.0 org.checkerframework @@ -1361,12 +1365,12 @@ org.apache.camel camel-ignite - 4.2.0 + 4.3.0 org.apache.camel camel-infinispan - 4.2.0 + 4.3.0 org.slf4j @@ -1377,62 +1381,62 @@ org.apache.camel camel-infinispan-common - 4.2.0 + 4.3.0 org.apache.camel camel-influxdb - 4.2.0 + 4.3.0 org.apache.camel camel-irc - 4.2.0 + 4.3.0 org.apache.camel camel-jackson - 4.2.0 + 4.3.0 org.apache.camel camel-jackson-avro - 4.2.0 + 4.3.0 org.apache.camel camel-jackson-protobuf - 4.2.0 + 4.3.0 org.apache.camel camel-jacksonxml - 4.2.0 + 4.3.0 org.apache.camel camel-jasypt - 4.2.0 + 4.3.0 org.apache.camel camel-java-joor-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jaxb - 4.2.0 + 4.3.0 org.apache.camel camel-jcache - 4.2.0 + 4.3.0 org.apache.camel camel-jcr - 4.2.0 + 4.3.0 org.slf4j @@ -1443,27 +1447,27 @@ org.apache.camel camel-jdbc - 4.2.0 + 4.3.0 org.apache.camel camel-jfr - 4.2.0 + 4.3.0 org.apache.camel camel-jgroups - 4.2.0 + 4.3.0 org.apache.camel camel-jgroups-raft - 4.2.0 + 4.3.0 org.apache.camel camel-jira - 4.2.0 + 4.3.0 commons-logging @@ -1482,7 +1486,7 @@ org.apache.camel camel-jms - 4.2.0 + 4.3.0 org.apache.camel @@ -1501,12 +1505,12 @@ org.apache.camel camel-jolt - 4.2.0 + 4.3.0 org.apache.camel camel-jooq - 4.2.0 + 4.3.0 org.springframework @@ -1517,12 +1521,12 @@ org.apache.camel camel-joor - 4.2.0 + 4.3.0 org.apache.camel camel-jpa - 4.2.0 + 4.3.0 org.apache.camel @@ -1537,7 +1541,7 @@ org.apache.camel camel-jq - 4.2.0 + 4.3.0 net.thisptr @@ -1552,97 +1556,97 @@ org.apache.camel camel-js-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jsch - 4.2.0 + 4.3.0 org.apache.camel camel-jsh-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-jslt - 4.2.0 + 4.3.0 org.apache.camel camel-json-patch - 4.2.0 + 4.3.0 org.apache.camel camel-json-validator - 4.2.0 + 4.3.0 org.apache.camel camel-jsonapi - 4.2.0 + 4.3.0 org.apache.camel camel-jsonata - 4.2.0 + 4.3.0 org.apache.camel camel-jsonb - 4.2.0 + 4.3.0 org.apache.camel camel-jsonpath - 4.2.0 + 4.3.0 org.apache.camel camel-jt400 - 4.2.0 + 4.3.0 org.apache.camel camel-jta - 4.2.0 + 4.3.0 org.apache.camel camel-kafka - 4.2.0 + 4.3.0 org.apache.camel camel-kamelet - 4.2.0 + 4.3.0 org.apache.camel camel-knative - 4.2.0 + 4.3.0 org.apache.camel camel-knative-api - 4.2.0 + 4.3.0 org.apache.camel camel-knative-http - 4.2.0 + 4.3.0 org.apache.camel camel-kotlin-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-kubernetes - 4.2.0 + 4.3.0 io.fabric8 @@ -1653,27 +1657,27 @@ org.apache.camel camel-kudu - 4.2.0 + 4.3.0 org.apache.camel camel-language - 4.2.0 + 4.3.0 org.apache.camel camel-ldap - 4.2.0 + 4.3.0 org.apache.camel camel-ldif - 4.2.0 + 4.3.0 org.apache.camel camel-leveldb - 4.2.0 + 4.3.0 org.checkerframework @@ -1684,77 +1688,77 @@ org.apache.camel camel-log - 4.2.0 + 4.3.0 org.apache.camel camel-lra - 4.2.0 + 4.3.0 org.apache.camel camel-lucene - 4.2.0 + 4.3.0 org.apache.camel camel-lumberjack - 4.2.0 + 4.3.0 org.apache.camel camel-lzf - 4.2.0 + 4.3.0 org.apache.camel camel-mail - 4.2.0 + 4.3.0 org.apache.camel camel-main - 4.2.0 + 4.3.0 org.apache.camel camel-management - 4.2.0 + 4.3.0 org.apache.camel camel-management-api - 4.2.0 + 4.3.0 org.apache.camel camel-mapstruct - 4.2.0 + 4.3.0 org.apache.camel camel-master - 4.2.0 + 4.3.0 org.apache.camel camel-micrometer - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-config - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-fault-tolerance - 4.2.0 + 4.3.0 org.apache.camel camel-microprofile-health - 4.2.0 + 4.3.0 org.eclipse.parsson @@ -1769,62 +1773,62 @@ org.apache.camel camel-minio - 4.2.0 + 4.3.0 org.apache.camel camel-mllp - 4.2.0 + 4.3.0 org.apache.camel camel-mock - 4.2.0 + 4.3.0 org.apache.camel camel-mongodb - 4.2.0 + 4.3.0 org.apache.camel camel-mongodb-gridfs - 4.2.0 + 4.3.0 org.apache.camel camel-mustache - 4.2.0 + 4.3.0 org.apache.camel camel-mvel - 4.2.0 + 4.3.0 org.apache.camel camel-mybatis - 4.2.0 + 4.3.0 org.apache.camel camel-nats - 4.2.0 + 4.3.0 org.apache.camel camel-netty - 4.2.0 + 4.3.0 org.apache.camel camel-netty-http - 4.2.0 + 4.3.0 org.apache.camel camel-nitrite - 4.2.0 + 4.3.0 javax.validation @@ -1835,7 +1839,7 @@ org.apache.camel camel-oaipmh - 4.2.0 + 4.3.0 commons-logging @@ -1846,12 +1850,12 @@ org.apache.camel camel-ognl - 4.2.0 + 4.3.0 org.apache.camel camel-olingo4 - 4.2.0 + 4.3.0 commons-logging @@ -1862,7 +1866,7 @@ org.apache.camel camel-olingo4-api - 4.2.0 + 4.3.0 commons-logging @@ -1873,7 +1877,7 @@ org.apache.camel camel-openapi-java - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -1888,7 +1892,7 @@ org.apache.camel camel-openstack - 4.2.0 + 4.3.0 com.github.fge @@ -1903,7 +1907,7 @@ org.apache.camel camel-opentelemetry - 4.2.0 + 4.3.0 io.grpc @@ -1914,7 +1918,7 @@ org.apache.camel camel-optaplanner - 4.2.0 + 4.3.0 org.optaplanner @@ -1933,17 +1937,17 @@ org.apache.camel camel-paho - 4.2.0 + 4.3.0 org.apache.camel camel-paho-mqtt5 - 4.2.0 + 4.3.0 org.apache.camel camel-pdf - 4.2.0 + 4.3.0 commons-logging @@ -1954,12 +1958,12 @@ org.apache.camel camel-pg-replication-slot - 4.2.0 + 4.3.0 org.apache.camel camel-pgevent - 4.2.0 + 4.3.0 org.testcontainers @@ -1970,22 +1974,22 @@ org.apache.camel camel-platform-http - 4.2.0 + 4.3.0 org.apache.camel camel-platform-http-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-printer - 4.2.0 + 4.3.0 org.apache.camel camel-protobuf - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -1996,12 +2000,12 @@ org.apache.camel camel-pubnub - 4.2.0 + 4.3.0 org.apache.camel camel-pulsar - 4.2.0 + 4.3.0 com.sun.activation @@ -2036,7 +2040,7 @@ org.apache.camel camel-quartz - 4.2.0 + 4.3.0 jakarta.activation @@ -2059,37 +2063,37 @@ org.apache.camel camel-quickfix - 4.2.0 + 4.3.0 org.apache.camel camel-reactive-executor-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-reactive-streams - 4.2.0 + 4.3.0 org.apache.camel camel-redis - 4.2.0 + 4.3.0 org.apache.camel camel-ref - 4.2.0 + 4.3.0 org.apache.camel camel-rest - 4.2.0 + 4.3.0 org.apache.camel camel-rest-openapi - 4.2.0 + 4.3.0 com.google.code.findbugs @@ -2104,22 +2108,22 @@ org.apache.camel camel-robotframework - 4.2.0 + 4.3.0 org.apache.camel camel-rss - 4.2.0 + 4.3.0 org.apache.camel camel-saga - 4.2.0 + 4.3.0 org.apache.camel camel-salesforce - 4.2.0 + 4.3.0 com.google.android @@ -2142,12 +2146,12 @@ org.apache.camel camel-sap-netweaver - 4.2.0 + 4.3.0 org.apache.camel camel-saxon - 4.2.0 + 4.3.0 xml-apis @@ -2158,12 +2162,12 @@ org.apache.camel camel-scheduler - 4.2.0 + 4.3.0 org.apache.camel camel-schematron - 4.2.0 + 4.3.0 xml-apis @@ -2174,67 +2178,67 @@ org.apache.camel camel-seda - 4.2.0 + 4.3.0 org.apache.camel camel-servicenow - 4.2.0 + 4.3.0 org.apache.camel camel-servlet - 4.2.0 + 4.3.0 org.apache.camel camel-shiro - 4.2.0 + 4.3.0 org.apache.camel camel-sjms - 4.2.0 + 4.3.0 org.apache.camel camel-sjms2 - 4.2.0 + 4.3.0 org.apache.camel camel-slack - 4.2.0 + 4.3.0 org.apache.camel camel-smpp - 4.2.0 + 4.3.0 org.apache.camel camel-snakeyaml - 4.2.0 + 4.3.0 org.apache.camel camel-snmp - 4.2.0 + 4.3.0 org.apache.camel camel-soap - 4.2.0 + 4.3.0 org.apache.camel camel-splunk - 4.2.0 + 4.3.0 org.apache.camel camel-splunk-hec - 4.2.0 + 4.3.0 commons-logging @@ -2245,7 +2249,7 @@ org.apache.camel camel-spring-rabbitmq - 4.2.0 + 4.3.0 org.springframework @@ -2260,7 +2264,7 @@ org.apache.camel camel-spring-redis - 4.2.0 + 4.3.0 org.springframework.data @@ -2271,12 +2275,12 @@ org.apache.camel camel-sql - 4.2.0 + 4.3.0 org.apache.camel camel-ssh - 4.2.0 + 4.3.0 org.slf4j @@ -2287,62 +2291,62 @@ org.apache.camel camel-stax - 4.2.0 + 4.3.0 org.apache.camel camel-stitch - 4.2.0 + 4.3.0 org.apache.camel camel-stomp - 4.2.0 + 4.3.0 org.apache.camel camel-stream - 4.2.0 + 4.3.0 org.apache.camel camel-stringtemplate - 4.2.0 + 4.3.0 org.apache.camel camel-stub - 4.2.0 + 4.3.0 org.apache.camel camel-support - 4.2.0 + 4.3.0 org.apache.camel camel-swift - 4.2.0 + 4.3.0 org.apache.camel camel-syslog - 4.2.0 + 4.3.0 org.apache.camel camel-tarfile - 4.2.0 + 4.3.0 org.apache.camel camel-telegram - 4.2.0 + 4.3.0 org.apache.camel camel-test-junit5 - 4.2.0 + 4.3.0 org.apache.camel @@ -2353,17 +2357,17 @@ org.apache.camel camel-threadpoolfactory-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-thrift - 4.2.0 + 4.3.0 org.apache.camel camel-tika - 4.2.0 + 4.3.0 org.apache.tika @@ -2374,22 +2378,27 @@ org.apache.camel camel-timer - 4.2.0 + 4.3.0 org.apache.camel camel-tooling-model - 4.2.0 + 4.3.0 + + + org.apache.camel + camel-tooling-util + 4.3.0 org.apache.camel camel-tracing - 4.2.0 + 4.3.0 org.apache.camel camel-twilio - 4.2.0 + 4.3.0 commons-logging @@ -2408,57 +2417,57 @@ org.apache.camel camel-twitter - 4.2.0 + 4.3.0 org.apache.camel camel-univocity-parsers - 4.2.0 + 4.3.0 org.apache.camel camel-util - 4.2.0 + 4.3.0 org.apache.camel camel-util-json - 4.2.0 + 4.3.0 org.apache.camel camel-validator - 4.2.0 + 4.3.0 org.apache.camel camel-velocity - 4.2.0 + 4.3.0 org.apache.camel camel-vertx - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-common - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-http - 4.2.0 + 4.3.0 org.apache.camel camel-vertx-websocket - 4.2.0 + 4.3.0 org.apache.camel camel-weather - 4.2.0 + 4.3.0 commons-logging @@ -2469,17 +2478,17 @@ org.apache.camel camel-web3j - 4.2.0 + 4.3.0 org.apache.camel camel-webhook - 4.2.0 + 4.3.0 org.apache.camel camel-wordpress - 4.2.0 + 4.3.0 org.checkerframework @@ -2490,7 +2499,7 @@ org.apache.camel camel-workday - 4.2.0 + 4.3.0 commons-logging @@ -2501,7 +2510,7 @@ org.apache.camel camel-xchange - 4.2.0 + 4.3.0 org.checkerframework @@ -2512,62 +2521,62 @@ org.apache.camel camel-xj - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-xml-io-util - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxb - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxp - 4.2.0 + 4.3.0 org.apache.camel camel-xml-jaxp-util - 4.2.0 + 4.3.0 org.apache.camel camel-xmlsecurity - 4.2.0 + 4.3.0 org.apache.camel camel-xmpp - 4.2.0 + 4.3.0 org.apache.camel camel-xpath - 4.2.0 + 4.3.0 org.apache.camel camel-xslt - 4.2.0 + 4.3.0 org.apache.camel camel-xslt-saxon - 4.2.0 + 4.3.0 xml-apis @@ -2578,42 +2587,42 @@ org.apache.camel camel-yaml-dsl - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-dsl-common - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-dsl-deserializers - 4.2.0 + 4.3.0 org.apache.camel camel-yaml-io - 4.2.0 + 4.3.0 org.apache.camel camel-zendesk - 4.2.0 + 4.3.0 org.apache.camel camel-zip-deflater - 4.2.0 + 4.3.0 org.apache.camel camel-zipfile - 4.2.0 + 4.3.0 org.apache.camel camel-zookeeper - 4.2.0 + 4.3.0 org.checkerframework @@ -2624,7 +2633,7 @@ org.apache.camel camel-zookeeper-master - 4.2.0 + 4.3.0 org.checkerframework @@ -5885,52 +5894,52 @@ ca.uhn.hapi hapi-base - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v21 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v22 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v23 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v231 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v24 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v25 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v251 - 2.3 + 2.5.1 ca.uhn.hapi hapi-structures-v26 - 2.3 + 2.5.1 ca.uhn.hapi.fhir hapi-fhir-base - 6.6.2 + 6.10.0 com.google.code.findbugs @@ -5949,62 +5958,72 @@ ca.uhn.hapi.fhir hapi-fhir-client - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-dstu2.1 - 6.6.2 + 6.10.0 + + + junit + junit + + + org.ogce + xpp3 + + ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-r4 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir hapi-fhir-structures-r5 - 6.6.2 + 6.10.0 ca.uhn.hapi.fhir org.hl7.fhir.dstu2 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.dstu2016may - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.dstu3 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.r4 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.r5 - 6.0.1 + 6.1.2.2 ca.uhn.hapi.fhir org.hl7.fhir.utilities - 6.0.1 + 6.1.2.2 com.azure @@ -6019,7 +6038,7 @@ com.box box-java-sdk - 4.6.0 + 4.6.1 org.bitbucket.b_c @@ -6072,7 +6091,7 @@ com.google.cloud google-cloud-pubsub - 1.125.8 + 1.125.13 com.google.android @@ -6134,7 +6153,7 @@ com.microsoft.azure msal4j - 1.13.9 + 1.14.0 com.github.stephenc.jcip @@ -6228,12 +6247,12 @@ io.projectreactor reactor-core - 3.4.33 + 3.4.34 io.projectreactor.netty reactor-netty - 1.1.12 + 1.1.13 io.quarkiverse.freemarker @@ -6344,7 +6363,7 @@ io.swagger.core.v3 swagger-models - 2.2.15 + 2.2.19 io.swagger.parser.v3 @@ -6428,6 +6447,10 @@ javax.xml.bind jaxb-api + + org.eclipse.jetty + jetty-servlet + org.slf4j slf4j-log4j12 @@ -6566,7 +6589,7 @@ org.mvel mvel2 - 2.5.0.Final + 2.5.1.Final org.mybatis @@ -6601,7 +6624,7 @@ org.springframework spring-aop - 6.0.13 + 6.1.1 org.springframework @@ -6616,7 +6639,7 @@ org.springframework spring-expression - 6.0.13 + 6.1.1 org.springframework @@ -6627,7 +6650,7 @@ org.springframework spring-jdbc - 6.0.13 + 6.1.1 org.springframework @@ -6642,7 +6665,7 @@ org.springframework spring-jms - 6.0.13 + 6.1.1 org.springframework @@ -6657,7 +6680,7 @@ org.springframework spring-messaging - 6.0.13 + 6.1.1 org.springframework @@ -6672,7 +6695,7 @@ org.springframework spring-tx - 6.0.13 + 6.1.1 org.springframework @@ -6687,7 +6710,7 @@ org.springframework.data spring-data-redis - 3.1.2 + 3.2.0 org.springframework @@ -6743,7 +6766,7 @@ redis.clients jedis - 4.4.3 + 5.0.2 software.amazon.awssdk.crt @@ -7466,134 +7489,144 @@ 2.5.0 - org.eclipse.jetty - jetty-alpn-client - 11.0.18 + org.eclipse.jetty + jetty-alpn-client + 12.0.4 + + + org.eclipse.jetty + jetty-client + 12.0.4 + + + org.eclipse.jetty + jetty-http + 12.0.4 - org.eclipse.jetty - jetty-client - 11.0.18 + org.eclipse.jetty + jetty-io + 12.0.4 - org.eclipse.jetty - jetty-http - 11.0.18 + org.eclipse.jetty + jetty-security + 12.0.4 - org.eclipse.jetty - jetty-io - 11.0.18 + org.eclipse.jetty + jetty-server + 12.0.4 - org.eclipse.jetty - jetty-security - 11.0.18 + org.eclipse.jetty + jetty-session + 12.0.4 - org.eclipse.jetty - jetty-server - 11.0.18 + org.eclipse.jetty + jetty-util + 12.0.4 - org.eclipse.jetty - jetty-servlet - 11.0.18 + org.eclipse.jetty + jetty-util-ajax + 12.0.4 - org.eclipse.jetty - jetty-servlets - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-common + 12.0.4 - org.eclipse.jetty - jetty-util - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-core-server + 12.0.4 - org.eclipse.jetty - jetty-util-ajax - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-api + 12.0.4 - org.eclipse.jetty - jetty-webapp - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-common + 12.0.4 - org.eclipse.jetty - jetty-xml - 11.0.18 + org.eclipse.jetty.websocket + jetty-websocket-jetty-server + 12.0.4 - com.azure - azure-core - 1.44.1 + com.azure + azure-core + 1.45.1 - com.azure - azure-core-amqp - 2.8.11 + com.azure + azure-core-amqp + 2.8.14 - com.azure - azure-cosmos - 4.52.0 + com.azure + azure-cosmos + 4.53.1 - com.azure - azure-identity - 1.10.4 + com.azure + azure-identity + 1.11.1 - com.azure - azure-json - 1.1.0 + com.azure + azure-json + 1.1.0 - com.azure - azure-messaging-eventhubs - 5.16.1 + com.azure + azure-messaging-eventhubs + 5.17.1 - com.azure - azure-messaging-eventhubs-checkpointstore-blob - 1.17.1 + com.azure + azure-messaging-eventhubs-checkpointstore-blob + 1.18.1 - com.azure - azure-messaging-servicebus - 7.14.5 + com.azure + azure-messaging-servicebus + 7.14.7 - com.azure - azure-security-keyvault-secrets - 4.7.1 + com.azure + azure-security-keyvault-secrets + 4.7.3 - com.azure - azure-storage-blob - 12.24.1 + com.azure + azure-storage-blob + 12.25.1 - com.azure - azure-storage-common - 12.23.1 + com.azure + azure-storage-common + 12.24.1 - com.azure - azure-storage-file-datalake - 12.17.1 + com.azure + azure-storage-file-datalake + 12.18.1 - com.azure - azure-storage-internal-avro - 12.9.1 + com.azure + azure-storage-internal-avro + 12.10.1 - com.azure - azure-storage-queue - 12.19.1 + com.azure + azure-storage-queue + 12.20.1 com.datastax.oss