Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. ac0a688 [create-pull-request] automated change (#1496) by github-actions[bot] · 5 days ago main
  2. 1cacc94 platform-http - run virtual threads test only on JDK 21+ by Croway · 11 days ago
  3. fbbbec0 Fix salesforce tests by Croway · 11 days ago
  4. 0ffe71d Update swiftMx schema by Croway · 11 days ago
  5. 02e9c01 Regen by Claus Ibsen · 11 days 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