Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 8520982 CAMEL-21461: platform-http - add CORS support (#1299) by Rinaldo Pitzer Júnior · 10 hours ago main
  2. 75185c0 Regen by Claus Ibsen · 10 hours ago
  3. 99c2827 Regen by Claus Ibsen · 26 hours ago
  4. d85a691 CAMEL-21465: Update camel-cassandraql-starter with org.apache.cassandra java-driver dependencies by James Netherton · 32 hours ago
  5. 3be29e1 CAMEL-21019: Create a Camel TensorFlow Serving component by Claus Ibsen · 33 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