You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/20 12:48:57 UTC

[camel-examples] branch main updated (20ef48cd -> 5bb0645a)

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

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


    from 20ef48cd CAMEL-18132: add test scope dependency for github resource resolution
     add 5bb0645a CAMEL-18128: updates the examples

No new revisions were added by this update.

Summary of changes:
 .../example/resume/aws/kinesis/main/MainApp.java   | 18 ++++---
 .../example/resume/cassandra/main/MainApp.java     | 16 +-----
 .../example/resume/strategies/kafka/KafkaUtil.java | 57 ++++++++++++++++++++++
 .../example/resume/file/offset/main/MainApp.java   | 21 ++------
 .../clusterized/main/ClusterizedListener.java      | 20 ++++----
 .../camel/example/resume/fileset/main/MainApp.java | 18 +------
 6 files changed, 85 insertions(+), 65 deletions(-)
 create mode 100644 examples/resume-api/resume-api-common/src/main/java/org/apache/camel/example/resume/strategies/kafka/KafkaUtil.java