[maven-release-plugin]  copy for tag camel-3.7.0
[maven-release-plugin] prepare release camel-3.7.0
506 files changed
tree: 5c6e1d7ca450b8e2a340aa37a37a42fe13228d7d
  1. .github/
  2. .mvn/
  3. apache-camel/
  4. archetypes/
  5. bom/
  6. buildingtools/
  7. camel-dependencies/
  8. catalog/
  9. components/
  10. core/
  11. docs/
  12. etc/
  13. init/
  14. parent/
  15. test-infra/
  16. tests/
  17. tooling/
  18. .asf.yaml
  19. .gitattributes
  20. .gitignore
  21. CONTRIBUTING.md
  22. doap.rdf
  23. Jenkinsfile
  24. Jenkinsfile.deploy
  25. Jenkinsfile.full.pipeline
  26. Jenkinsfile.jdk11
  27. Jenkinsfile.jdk14
  28. Jenkinsfile.jdk16
  29. KEYS
  30. LICENSE.txt
  31. mvnw
  32. mvnw.cmd
  33. NOTICE.txt
  34. pom.xml
  35. README.md
README.md

Apache Camel

Maven Central Javadocs Stack Overflow Chat Master Build Twitter

Apache Camel is a powerful, open-source integration framework based on prevalent Enterprise Integration Patterns with powerful bean integration.

Introduction

Camel enables the creation of the Enterprise Integration Patterns to implement routing and mediation rules in either a Java-based Domain Specific Language (or Fluent API), via Spring or Blueprint based Xml Configuration files, or via the Scala DSL. That means you get smart completion of routing rules in your IDE whether in your Java, Scala, 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, CDI, and Blueprint.

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

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

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

Building

http://camel.apache.org/building.html

Contributions

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

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

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

Website: http://camel.apache.org/

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

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

Mailing-list: http://camel.apache.org/mailing-lists.html

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:

http://camel.apache.org/support.html

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.

This distribution includes cryptographic software. The country in which you currently reside may levy restrictions on the import, possession, use, and re-export to foreign countries of encryption software. BEFORE using any encryption software, please check your country's laws, regulations, and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS) has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

  • camel-ahc can be configured to use https
  • camel-atmosphere-websocket can be used for secure communications
  • camel-crypto can be used for secure communications
  • camel-cxf can be configured for secure communications
  • camel-ftp can be configured for secure communications
  • camel-http can be configured to use https
  • camel-infinispan can be configured for secure communications
  • camel-jasypt can be used for secure communications
  • camel-jetty can be configured to use https
  • camel-mail can be configured for secure communications
  • camel-nagios can be configured for secure communications
  • camel-netty-http can be configured to use https
  • camel-undertow can be configured to use https
  • camel-xmlsecurity can be configured for secure communications