camel-spring-boot icon indicating copy to clipboard operation
camel-spring-boot copied to clipboard

Runs Camel on Spring Boot and provides starters for Camel components

Results 3 camel-spring-boot issues
Sort by recently updated
recently updated
newest added

might worth merging at same time than https://github.com/apache/camel/pull/8102 Currently have this build error: ``` [ERROR] Failed to execute goal org.apache.camel.springboot:camel-spring-boot-generator-maven-plugin:3.19.0-SNAPSHOT:generate-dependencies-bom (default) on project camel-spring-boot-dependencies-generator: Found 4 conflicts between the current...

Tested the changes in https://github.com/apache/camel/pull/7116 (bvfalcon's jakarta-ee-8 branch) against camel-spring-boot, minor changes are needed in camel-spring-boot if https://github.com/apache/camel/pull/7116 is merged to camel. This PR should not be merged until https://github.com/apache/camel/pull/7116...

Based on [Apache Camel Branch spring-boot-4.0](https://github.com/apache/camel/pull/20055). Right now the test cannot be executed since Spring Boot and Camel are currently using two different JUnit versions. But the main code compiles...