File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ = Apache Camel extensions for Quarkus
2+
3+ == What is this
4+
5+ This project hosts the efforts to port and package the 280+ Camel components as Quarkus extensions.
6+
7+ http://camel.apache.org/[Apache Camel] is the Swiss knife of integrating heterogeneous systems with more than a decade
8+ of history and a lively community of users and developers.
9+
10+ https://quarkus.io/[Quarkus] is a Java platform offering fast boot times and low memory footprint. It targets both stock
11+ JVMs (OpenJDK in the first place) and https://www.graalvm.org/[GraalVM].
12+
13+ https://quarkus.io/extensions/[Quarkus extensions] are units of Quarkus distribution. They configure, boot and integrate
14+ a technology (in our case Camel components) into your Quarkus application. You will typically use them as dependencies
15+ in your project.
16+
17+ == Licensing
18+
19+ This software is licensed under the terms you may find in the file named `LICENSE.txt` in this directory.
You can’t perform that action at this time.
0 commit comments