Fix SpringBootPlatformHttpVirtualThreadsOptimizedTest for Spring Boot 4.0.4 Spring Boot 4.0.4's TaskExecutionAutoConfiguration uses @ConditionalOnMissingBean(Executor.class) when auto-configuring the SimpleAsyncTaskExecutor for virtual threads. When another Executor bean is registered first (e.g. by Spring Security auto-configuration), the auto-config backs off and no SimpleAsyncTaskExecutor is created, causing the test assertion to fail. Explicitly define a SimpleAsyncTaskExecutor bean in the test's TestConfiguration using SimpleAsyncTaskExecutorBuilder, matching the approach used by the passing SpringBootPlatformHttpMultipleExecutorsVirtualThreadsTest. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.
This project provides Spring Boot support for Apache Camel.
To create a starter for the zoot component, run the following command:
./starter-create zoot
Similarly, to delete the starter for the zoot component, run the following command:
./starter-delete zoot
More information can be found on the Camel website