Execute test-infra services via Camel JBang

Add non-test-jar dependency for component test-infra

Signed-off-by: Tom Cunningham <tcunning@redhat.com>

Revert "Add non-test-jar dependency for component test-infra"

This reverts commit 954da18afa17140d6302e42549b695db2318dc63.

Add non-test-jar dependency for component test-infra

CAMEL-21452 Changes to xmpp/zookeeper

CAMEL-21452 Decouple the infrastructure from the testing API

CAMEL-21452 Decouple the infrastructure from the testing API

aws

azure

cassandra

chatscript

consul

couchbase

couchdb

elasticsearch

etcd3

fhir

ftp

jms/artemis

Create a test-jar that contain main and test classes

Align all components

let camel compile

Fix langchain4j compilation

Revert Jetty test-infra

Rebase

Execute test-infra with camel jbang

Add Camel JBang command

Fix camel jbang infra run

let mvnd compile

Sort import

Remove yaml output in favor of json/table

Add javadoc

Use Camel standard workflow for generated sources

test-infra JUnit decouple documentation

Add Camel JBang Infra Docs

test infra metadata json

Use LinkedHashSet for ordering
83 files changed
tree: fca5bc2b95c703a6fdac1f3aad481eb634fc158b
  1. .github/
  2. .idea/
  3. .mvn/
  4. apache-camel/
  5. archetypes/
  6. bom/
  7. buildingtools/
  8. camel-dependencies/
  9. camel-sbom/
  10. catalog/
  11. components/
  12. core/
  13. docs/
  14. dsl/
  15. etc/
  16. parent/
  17. proposals/
  18. test-infra/
  19. tests/
  20. tooling/
  21. .asf.yaml
  22. .gitattributes
  23. .gitignore
  24. .gitmodules
  25. .sdkmanrc
  26. CONTRIBUTING.md
  27. doap.rdf
  28. jbang-catalog.json
  29. Jenkinsfile
  30. Jenkinsfile.deploy
  31. KEYS
  32. LICENSE.txt
  33. mvnw
  34. mvnw.cmd
  35. NOTICE.txt
  36. pom.xml
  37. README.md
  38. SECURITY.md
README.md

Apache Camel

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

Introduction

Camel empowers you to define routing and mediation rules in a variety of domain-specific languages (DSL, such as Java, XML, Groovy and YAML). This means you get smart completion of routing rules in your IDE, whether in a Java or XML editor.

Apache Camel uses URIs to enable easier integration with all kinds of transport or messaging model including HTTP, ActiveMQ, JMS, JBI, SCA, MINA or CXF together with working with pluggable Data Format options. Apache Camel is a small library that has minimal dependencies for easy embedding in any Java application. Apache Camel lets you work with the same API regardless of the transport type, making it possible to interact with all the components provided out-of-the-box, with a good understanding of the API.

Apache Camel has powerful Bean Binding and integrated seamlessly with popular frameworks such as Spring, Quarkus, and CDI.

Apache Camel has extensive testing support allowing you to easily unit test your routes.

Components

Apache Camel comes alongside several artifacts with components, data formats, languages, and kinds. The up-to-date list is available online at the Camel website:

Examples

Apache Camel comes with many examples. The up to date list is available online at GitHub:

Getting Started

To help you get started, try the following links:

Getting Started

https://camel.apache.org/getting-started.html

The beginner examples are another powerful alternative pathway for getting started with Apache Camel.

Building

https://camel.apache.org/camel-core/contributing/

Contributions

We welcome all kinds of contributions, the details of which are specified here:

https://github.com/apache/camel/blob/main/CONTRIBUTING.md

Please refer to the website for details of finding the issue tracker, email lists, GitHub, chat

Website: https://camel.apache.org/

GitHub (source): https://github.com/apache/camel

Issue tracker: https://issues.apache.org/jira/projects/CAMEL

Mailing-list: https://camel.apache.org/community/mailing-list/

Chat: https://camel.zulipchat.com/

StackOverflow: https://stackoverflow.com/questions/tagged/apache-camel

Twitter: https://twitter.com/ApacheCamel

Support

For additional help, support, we recommend referencing this page first:

https://camel.apache.org/community/support/

Getting Help

If you get stuck somewhere, please feel free to reach out to us on either StackOverflow, Chat, or the email mailing list.

Please help us make Apache Camel better — we appreciate any feedback you may have.

Enjoy!


The Camel riders!

Licensing

The terms for software licensing are detailed in the LICENSE.txt file,
located in the working directory.