Repository: camel Updated Branches: refs/heads/master 19c9651bd -> 6dd1856a5
CAMEL-9411 Remove old stuff Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/841dab8b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/841dab8b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/841dab8b Branch: refs/heads/master Commit: 841dab8b5f2d79d5f89b819dc9752538e6877321 Parents: e19417f Author: gautric <gaut...@redhat.com> Authored: Thu Dec 10 16:55:03 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Dec 11 08:00:21 2015 +0100 ---------------------------------------------------------------------- README.txt | 123 ------------------- examples/README.md | 9 +- .../camel-example-servlet-rest-tomcat/README.md | 1 - 3 files changed, 4 insertions(+), 129 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/841dab8b/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt deleted file mode 100755 index 8f43d0b..0000000 --- a/README.txt +++ /dev/null @@ -1,123 +0,0 @@ -Welcome to Apache Camel -=============================================================================== - -Apache Camel is a powerful open source integration framework based on known -Enterprise Integration Patterns with powerful Bean Integration. - -Camel lets you create 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. -This means you get smart completion of routing rules in your IDE whether -in your Java, Scala or XML editor. - -Apache Camel uses URIs so that it can easily work directly with any kind of -transport or messaging model such as HTTP, ActiveMQ, JMS, JBI, SCA, MINA -or CXF together with working with pluggable Data Format options. -Apache Camel is a small library which has minimal dependencies for easy embedding -in any Java application. Apache Camel lets you work with the same API regardless -which kind of transport used, so learn the API once and you will be able to -interact with all the Components that is provided out-of-the-box. - -Apache Camel has powerful Bean Binding and integrated seamless with -popular frameworks such as Spring, Blueprint and Guice. - -Apache Camel has extensive testing support allowing you to easily -unit test your routes. - -Apache Camel can be used as a routing and mediation engine for the -following projects: - - * Apache ServiceMix which is the most popular and powerful distributed - open source ESB, JBI and OSGi container - * Apache ActiveMQ which is the most popular and powerful open - source message broker - * Apache CXF which is a smart web services suite (JAX-WS and JAX-RS) - * Apache Karaf which is a small OSGi based runtime which applications - can be deployed - * Apache MINA a networking framework - - -Getting Started -=============================================================================== - -To help you get started, try the following links: - -Getting Started - http://camel.apache.org/getting-started.html - -Building - http://camel.apache.org/building.html - -We welcome contributions of all kinds, for details of how you can help - http://camel.apache.org/contributing.html - -Please refer to the website for details of finding the issue tracker, -email lists, wiki or IRC channel - -Wiki: - http://camel.apache.org/ - -IRC: - http://camel.apache.org/irc-room.html - -Mailing list: - http://camel.apache.org/mailing-lists.html - -Support -If you need support or help then read this page first - http://camel.apache.org/support.html - -Forum -If you hit any problems please talk to us on the Camel Forums - http://camel.apache.org/discussion-forums.html - -Please help us make Apache Camel better - we appreciate any feedback -you may have. - -Enjoy! - ------------------ -The Camel riders! - -Licensing -=============================================================================== - -This software is licensed under the terms you may find in the file -named "LICENSE.txt" in this directory. - -This distribution includes cryptographic software. The country in -which you currently reside may have restrictions on the import, -possession, use, and/or re-export to another country, 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-crypto can be used for secure communications - * camel-cxf can be configured for secure communications - * camel-ftp can be configured for secure communications - * camel-gae can be configured for secure communications - * camel-http can be configured to use https - * camel-http4 can be configured to use https - * 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-netty4-http can be configured to use https - * camel-undertow can be configured to use https - * camel-xmlsecurity can be configured for secure communications http://git-wip-us.apache.org/repos/asf/camel/blob/841dab8b/examples/README.md ---------------------------------------------------------------------- diff --git a/examples/README.md b/examples/README.md index b042487..1f45654 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,7 +26,7 @@ All examples have been sort by type/category * [camel-example-etl](camel-example-etl/README.md) * [camel-example-loadbalancing](camel-example-loadbalancing/README.md) -##### Easy +##### Easy * [camel-example-cdi](camel-example-cdi/README.md) * [camel-example-console](camel-example-console/README.md) @@ -74,7 +74,7 @@ All examples have been sort by type/category * [camel-example-twitter-websocket](camel-example-twitter-websocket/README.md) * [camel-example-twitter-websocket-blueprint](camel-example-twitter-websocket-blueprint/README.md) -##### Spring +##### Spring * [camel-example-spring](camel-example-spring/README.md) * [camel-example-spring-boot](camel-example-spring-boot/README.md) @@ -87,7 +87,6 @@ All examples have been sort by type/category ##### Miscellaneous -* [camel-example-servlet-rest-tomcat](camel-example-servlet-rest-tomcat/README.md) * [camel-example-servlet-tomcat](camel-example-servlet-tomcat/README.md) * [camel-example-servlet-tomcat-no-spring](camel-example-servlet-tomcat-no-spring/README.md) * [camel-example-swagger-cdi](camel-example-swagger-cdi/README.md) @@ -95,7 +94,7 @@ All examples have been sort by type/category * [camel-example-netty-http](camel-example-netty-http/README.md) * [camel-example-management](camel-example-management/README.md) -##### WS-SOAP +##### WS-SOAP * [camel-example-cxf](camel-example-cxf/README.md) * [camel-example-cxf-blueprint](camel-example-cxf-blueprint/README.md) @@ -109,7 +108,7 @@ They are described in detail here <http://camel.apache.org/examples.html> Before you start we recommend you install a recent distribution of Maven, which we use to run our examples <http://maven.apache.org/> -### Forum, Help, etc +### Forum, Help, etc If you hit an problems please let us know on the Camel Forums <http://camel.apache.org/discussion-forums.html> http://git-wip-us.apache.org/repos/asf/camel/blob/841dab8b/examples/camel-example-servlet-rest-tomcat/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-servlet-rest-tomcat/README.md b/examples/camel-example-servlet-rest-tomcat/README.md deleted file mode 100644 index 1a75909..0000000 --- a/examples/camel-example-servlet-rest-tomcat/README.md +++ /dev/null @@ -1 +0,0 @@ -This example has been replaced with [camel-example-swagger-java](../camel-example-swagger-java) \ No newline at end of file