Skip to content

apache/camel-quarkus

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a9de5a · Nov 29, 2024
Oct 25, 2024
Nov 27, 2024
Nov 24, 2024
Nov 29, 2024
Nov 29, 2024
Oct 1, 2020
Nov 29, 2024
Nov 29, 2024
Nov 19, 2024
Nov 29, 2024
Nov 20, 2024
Nov 22, 2024
Nov 18, 2024
Nov 29, 2024
Nov 29, 2024
Jan 25, 2024
Nov 29, 2024
Nov 29, 2024
Oct 5, 2023
Oct 4, 2024
Jan 11, 2023
Nov 18, 2024
Sep 24, 2024
Jun 27, 2024
May 26, 2022
Jun 21, 2019
Jun 21, 2019
Jun 28, 2023
Apr 28, 2023
Apr 28, 2023
Nov 29, 2024

Repository files navigation

Apache Camel extensions for Quarkus

Maven Central Licensed under Apache License version 2.0 Chat on Zulip

CI Branch Status

main

Main Branch Build

camel-main

Camel Main Branch Build

quarkus-main

Quarkus Main Branch Build

What is this

This project hosts the efforts to port and package the 300+ Camel components as Quarkus extensions.

Apache Camel is the Swiss knife of integrating heterogeneous systems with more than a decade of history and a lively community of users and developers.

Getting started with Camel is user guide to start with Camel in general.

Quarkus is a Java platform offering fast boot times and low memory footprint. It targets both stock JVMs (OpenJDK in the first place) and GraalVM.

Quarkus extensions are units of Quarkus distribution. They configure, boot and integrate a technology (in our case Camel components) into your Quarkus application. You will typically use them as dependencies in your project.

How to build

See the contributor guide in the source tree or on the Apache Camel website.

Licensing

This software is licensed under the terms you may find in the file named LICENSE.txt in this directory.