Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 6f9d1b6 CAMEL-23320: useReaderForPayload corrupts non-text request bodies under Spring Boot's default UTF-8 charset (#1747) by Federico Mariani · 11 hours ago main
  2. 96185c1 Add empty exclusion list for incremental builds by Tom Cunningham · 24 hours ago
  3. 9051471 Add PWD to parse_errors.sh debugging output by Tom Cunningham · 24 hours ago
  4. b4e993c Improve parse_errors.sh debugging output by Tom Cunningham · 25 hours ago
  5. 3025df8 Add more debugging to parse_errors by Tom Cunningham · 28 hours ago

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides Spring Boot support for Apache Camel.

Creating / deleting starters

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