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

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


    from 7529bafc Fix example
     new cacf3504 Remove example that is not for the future
     new f80a548b Added missing category

The 2 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:
 README.adoc                                        |  16 ++--
 pom.xml                                            |   1 -
 reactive-executor-vertx/README.adoc                |  35 -------
 reactive-executor-vertx/pom.xml                    | 106 ---------------------
 .../org/apache/camel/example/MyApplication.java    |  61 ------------
 .../org/apache/camel/example/MyRouteBuilder.java   |  31 ------
 .../src/main/resources/application.properties      |  27 ------
 .../src/main/resources/log4j2.properties           |  23 -----
 .../java/org/apache/camel/example/VertxTest.java   |  61 ------------
 resume-api/resume-api-aws2-kinesis/pom.xml         |   1 +
 resume-api/resume-api-cassandraql/pom.xml          |   1 +
 resume-api/resume-api-file-offset/pom.xml          |   1 +
 resume-api/resume-api-fileset-clusterized/pom.xml  |   1 +
 resume-api/resume-api-fileset-wal/pom.xml          |   2 +-
 resume-api/resume-api-fileset/pom.xml              |   1 +
 15 files changed, 13 insertions(+), 355 deletions(-)
 delete mode 100644 reactive-executor-vertx/README.adoc
 delete mode 100644 reactive-executor-vertx/pom.xml
 delete mode 100644 
reactive-executor-vertx/src/main/java/org/apache/camel/example/MyApplication.java
 delete mode 100644 
reactive-executor-vertx/src/main/java/org/apache/camel/example/MyRouteBuilder.java
 delete mode 100644 
reactive-executor-vertx/src/main/resources/application.properties
 delete mode 100644 reactive-executor-vertx/src/main/resources/log4j2.properties
 delete mode 100644 
reactive-executor-vertx/src/test/java/org/apache/camel/example/VertxTest.java

Reply via email to