Camel Kameleon is a project to scaffold new Camel project.

Clone this repo:
  1. 845b10e Set up default protection ruleset for default and release branches (#50) by The Apache Software Foundation · 3 weeks ago main
  2. e025863 upgraded camel spring to LTS 4.10.0 (#45) by Duncan O N · 1 year, 4 months ago
  3. db19990 Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#42) by dependabot[bot] · 2 years, 4 months ago
  4. 9a9a3d5 upgrade camel to 4.0.3 (#41) by Duncan O N · 2 years, 5 months ago
  5. c9752af Upgrade to newer Camel releases by Claus Ibsen · 3 years, 1 month ago

Kameleon - project scaffolding for Apache Camel

This is a project generator for Apache Camel. It generates maven-based Java project with preconfigured Apache Camel runtime and selected components/extensions.

Try kameleon.dev

Build and run locally

Prerequisites

  • Java 11
  • Maven 3.8
  • Git

Run in development mode

export MAVEN_HOME=$YOUR_MAVEN_HOME ; mvn quarkus:dev

Build

mvn package

Run

export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar target/kameleon/kameleon-0.4.1-runner.jar

Start locally

Start the latest image locally:

docker run -i --rm -p 8080:8080 ghcr.io/apache/camel-kameleon:latest