Skip to content

Delawen/camel-quarkus-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Camel Quarkus Examples

Feedback

Please report bugs and propose improvements via GitHub issues of Camel Quarkus project.

Contributing

Branches

The main branch should always point at the latest Camel Quarkus release. The camel-quarkus-main branch points at the Camel Quarkus snapshot version currently available in Camel Quarkus main branch.

Upgrading Camel Quarkus

$ NEW_CQ_VERSION=1.2.3-SNAPSHOT
$ find . -type f -name pom.xml -exec sed -i "s|<camel-quarkus.version>[^<]*</camel-quarkus.version>|<camel-quarkus.version>$NEW_CQ_VERSION</camel-quarkus.version>|g" {} \;
$ ./mvnw-for-each.sh org.l2x6.cq:cq-maven-plugin:0.25.0:sync-example-properties
# Possibly also change the project versions
./mvnw-for-each.sh versions:set -DnewVersion=1.2.3-SNAPSHOT

About

Apache Camel Quarkus Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.8%
  • HTML 5.6%
  • Kotlin 3.2%
  • Shell 2.4%