Camel Kameleon is a project to scaffold new Camel project.

Clone this repo:
  1. db19990 Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 (#42) by dependabot[bot] · 2 months ago main
  2. 9a9a3d5 upgrade camel to 4.0.3 (#41) by Duncan O N · 4 months ago
  3. c9752af Upgrade to newer Camel releases by Claus Ibsen · 11 months ago
  4. 0d606e5 Upgrade to newer Camel releases by Claus Ibsen · 12 months ago
  5. 5e4737d Upgrade to quarkus 2.16.7 by Claus Ibsen · 12 months 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