Skip to content

Commit 7c412a8

Browse files
committed
Needed to test with undertow starter
1 parent 6053b4e commit 7c412a8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

components-starter/camel-platform-http-starter/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
<version>${spring-session-hazelcast-version}</version>
108108
<scope>test</scope>
109109
</dependency>
110+
<dependency>
111+
<groupId>org.springframework.boot</groupId>
112+
<artifactId>spring-boot-session</artifactId>
113+
<version>${spring-boot-version}</version>
114+
<scope>test</scope>
115+
</dependency>
110116
<dependency>
111117
<groupId>org.springframework.boot</groupId>
112118
<artifactId>spring-boot-restclient</artifactId>

components-starter/camel-platform-http-starter/src/test/resources/application.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
#logging.level.org.springframework.boot.web=TRACE
2020
#spring.mvc.log-request-details=true
2121

22-
spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
22+
spring.autoconfigure.exclude=org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration
23+
24+
server.undertow.max-http-post-size=-1

0 commit comments

Comments
 (0)