Downgrade minimum JDK requirement from 21 to 17 Lower the compiler source/target/release to JDK 17 across Maven, GitHub Actions, and Jenkins pipelines. CI PR builds now test both JDK 17 and 21. CamelVirtualThreadsTest uses reflection for the Thread.isVirtual() call so it compiles on JDK 17 and is skipped on runtimes below 21. Signed-off-by: Andrea Cosentino <ancosen@gmail.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