From 7c412a86a828e93f1328d41c0c497883e71e9026 Mon Sep 17 00:00:00 2001 From: Croway Date: Wed, 20 May 2026 18:29:14 +0200 Subject: [PATCH] Needed to test with undertow starter --- components-starter/camel-platform-http-starter/pom.xml | 6 ++++++ .../src/test/resources/application.properties | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/components-starter/camel-platform-http-starter/pom.xml b/components-starter/camel-platform-http-starter/pom.xml index 1da9aa9d7722..54415fbb62ef 100644 --- a/components-starter/camel-platform-http-starter/pom.xml +++ b/components-starter/camel-platform-http-starter/pom.xml @@ -107,6 +107,12 @@ ${spring-session-hazelcast-version} test + + org.springframework.boot + spring-boot-session + ${spring-boot-version} + test + org.springframework.boot spring-boot-restclient diff --git a/components-starter/camel-platform-http-starter/src/test/resources/application.properties b/components-starter/camel-platform-http-starter/src/test/resources/application.properties index c7b1a60dc112..c811474f8cad 100644 --- a/components-starter/camel-platform-http-starter/src/test/resources/application.properties +++ b/components-starter/camel-platform-http-starter/src/test/resources/application.properties @@ -19,4 +19,6 @@ #logging.level.org.springframework.boot.web=TRACE #spring.mvc.log-request-details=true -spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration \ No newline at end of file +spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration + +server.undertow.max-http-post-size=-1 \ No newline at end of file