Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/camel-quarkus-examples
Apache Camel Quarkus Examples
https://github.com/apache/camel-quarkus-examples
camel integration java quarkus
Last synced: 5 days ago
JSON representation
Apache Camel Quarkus Examples
- Host: GitHub
- URL: https://github.com/apache/camel-quarkus-examples
- Owner: apache
- License: apache-2.0
- Created: 2020-09-09T11:16:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:55:05.000Z (3 months ago)
- Last Synced: 2024-10-29T18:05:46.608Z (3 months ago)
- Topics: camel, integration, java, quarkus
- Language: Java
- Homepage: https://camel.apache.org
- Size: 1.86 MB
- Stars: 80
- Watchers: 26
- Forks: 118
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= Apache Camel Quarkus Examples
Useful links:
* https://camel.apache.org/camel-quarkus/latest/user-guide/examples.html[List of Camel Quarkus examples] with short descriptions
* https://camel.apache.org/camel-quarkus/latest/user-guide/index.html[Camel Quarkus User guide]
* https://camel.apache.org/camel-quarkus/latest/contributor-guide/index.html[Camel Quarkus Contributor guide]
* https://github.com/apache/camel-quarkus[Camel Quarkus source repository]== Feedback
Please report bugs and propose improvements via https://github.com/apache/camel-quarkus/issues[GitHub issues of Camel Quarkus] project.
== Contributing
=== Branches
The `main` branch should always point at the latest https://repo1.maven.org/maven2/io/quarkus/platform/quarkus-bom[Quarkus Platform] release.
The `camel-quarkus-main` branch points at the Camel Quarkus snapshot version currently available in Camel Quarkus `main` branch.=== Upgrading Camel Quarkus or Quarkus Platform BOM
See the dedicated section in https://camel.apache.org/camel-quarkus/latest/contributor-guide/release-guide.html#_upgrade_and_tag_examples[Camel Quarkus Release guide].