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-examples.git.
from b53ff16 CAMEL-16353: camel-main - Add @EagerClassloaded to mark classes which should be eager loaded via camel-main. This optimize to load these classes before Camel is started and otherwise would load these classes on first message processed. A maven plugin scans the code and updates the source code to keep the list of classes to eager loaded automatic up-to-date. new e5c9f80 A simple example of S3 in Streaming Mode new 6b498de Added an AWS2-S3 Stream Mode example new de8cd7a Added example for AWS2 S3 Stream mode new c32160c Added utilities new b05e173 Regen README The 5 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: examples/README.adoc | 4 +- .../main-endpointdsl-kafka-aws2-s3/README.adoc | 59 ++++++++++++++++++++++ .../main-endpointdsl-kafka-aws2-s3/data/burst.sh | 5 ++ .../main-endpointdsl-kafka-aws2-s3/data/msg.txt | 2 + .../pom.xml | 6 +-- .../org/apache/camel/example/MyApplication.java | 0 .../org/apache/camel/example/MyRouteBuilder.java | 18 +++---- .../src/main/resources/application.properties | 9 ++-- .../src/main/resources/logback.xml | 0 examples/pom.xml | 1 + 10 files changed, 87 insertions(+), 17 deletions(-) create mode 100644 examples/main-endpointdsl-kafka-aws2-s3/README.adoc create mode 100755 examples/main-endpointdsl-kafka-aws2-s3/data/burst.sh create mode 100644 examples/main-endpointdsl-kafka-aws2-s3/data/msg.txt copy examples/{main-endpointdsl-aws2-s3-kafka => main-endpointdsl-kafka-aws2-s3}/pom.xml (95%) copy examples/{main-tiny => main-endpointdsl-kafka-aws2-s3}/src/main/java/org/apache/camel/example/MyApplication.java (100%) copy examples/{main-endpointdsl-google-pubsub => main-endpointdsl-kafka-aws2-s3}/src/main/java/org/apache/camel/example/MyRouteBuilder.java (57%) copy examples/{main-endpointdsl-aws2-s3-kafka => main-endpointdsl-kafka-aws2-s3}/src/main/resources/application.properties (89%) copy examples/{routetemplate => main-endpointdsl-kafka-aws2-s3}/src/main/resources/logback.xml (100%)