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

apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git


    from 20288c2c Fix typo Eventbridge --> EventBridge
     new 5bd7e95e Play tests on GitHub CI
     new 089182ec Fix AS2 route following API breaking change in Camel 4.11 
related to editContentType
     new 218836af Remove AS2 example

The 3 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:
 .github/workflows/master-pr-build.yml              |   2 +
 .github/workflows/master-push-build.yml            |   2 +
 README.adoc                                        |   2 -
 as2/README.adoc                                    |  37 ----
 as2/pom.xml                                        | 114 ------------
 .../as2/ExamineAS2ServerEndpointExchange.java      |  54 ------
 .../example/as2/ProvisionAS2ComponentCrypto.java   | 105 -----------
 .../as2/ProvisionExchangeMessageCrypto.java        |  43 -----
 .../java/org/apache/camel/example/as2/Utils.java   |  83 ---------
 as2/src/main/resources/META-INF/LICENSE.txt        | 203 ---------------------
 as2/src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../resources/META-INF/spring/camel-context.xml    | 197 --------------------
 as2/src/main/resources/log4j.properties            |  32 ----
 .../java/org/apache/camel/example/as2/As2Test.java |  49 -----
 pom.xml                                            |   3 -
 15 files changed, 4 insertions(+), 933 deletions(-)
 delete mode 100644 as2/README.adoc
 delete mode 100644 as2/pom.xml
 delete mode 100644 
as2/src/main/java/org/apache/camel/example/as2/ExamineAS2ServerEndpointExchange.java
 delete mode 100644 
as2/src/main/java/org/apache/camel/example/as2/ProvisionAS2ComponentCrypto.java
 delete mode 100644 
as2/src/main/java/org/apache/camel/example/as2/ProvisionExchangeMessageCrypto.java
 delete mode 100644 as2/src/main/java/org/apache/camel/example/as2/Utils.java
 delete mode 100644 as2/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 as2/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 as2/src/main/resources/META-INF/spring/camel-context.xml
 delete mode 100644 as2/src/main/resources/log4j.properties
 delete mode 100644 as2/src/test/java/org/apache/camel/example/as2/As2Test.java

Reply via email to