You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/03/15 07:43:49 UTC

[camel] branch master updated (f7072e2 -> 9e6946e)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from f7072e2  Upgrade JGit to version 5.3.0.201903130848-r
     new 2cb9c77  Added example for AS2 Component
     new e750055  Fixed CS for Camel-AS2 Example
     new dd2812b  Camel-AS2 Example: add version to camel-maven-plugin
     new 9e6946e  Camel Examples: Regen

The 36101 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/component/as2/AS2Endpoint.java    | 136 ++++++++++++++
 components/readme.adoc                             |   3 +-
 examples/README.adoc                               |  43 +++--
 examples/camel-example-as2/README.md               |  32 ++++
 examples/camel-example-as2/pom.xml                 |  86 +++++++++
 .../as2/ExamineAS2ServerEndpointExchange.java      |  54 ++++++
 .../example/as2/ProvisionAS2ComponentCrypto.java   | 105 +++++++++++
 .../as2/ProvisionExchangeMessageCrypto.java        |  43 +++++
 .../java/org/apache/camel/example/as2/Utils.java   |  83 +++++++++
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 .../resources/META-INF/spring/camel-context.xml    | 197 +++++++++++++++++++++
 .../src/main/resources/log4j.properties            |  32 ++++
 examples/pom.xml                                   |   1 +
 14 files changed, 801 insertions(+), 14 deletions(-)
 create mode 100644 examples/camel-example-as2/README.md
 create mode 100644 examples/camel-example-as2/pom.xml
 create mode 100644 examples/camel-example-as2/src/main/java/org/apache/camel/example/as2/ExamineAS2ServerEndpointExchange.java
 create mode 100644 examples/camel-example-as2/src/main/java/org/apache/camel/example/as2/ProvisionAS2ComponentCrypto.java
 create mode 100644 examples/camel-example-as2/src/main/java/org/apache/camel/example/as2/ProvisionExchangeMessageCrypto.java
 create mode 100644 examples/camel-example-as2/src/main/java/org/apache/camel/example/as2/Utils.java
 copy {tooling/maven/camel-package-maven-plugin => examples/camel-example-as2}/src/main/resources/META-INF/LICENSE.txt (100%)
 copy {tooling/maven/camel-package-maven-plugin => examples/camel-example-as2}/src/main/resources/META-INF/NOTICE.txt (100%)
 create mode 100644 examples/camel-example-as2/src/main/resources/META-INF/spring/camel-context.xml
 create mode 100644 examples/camel-example-as2/src/main/resources/log4j.properties