This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git.
from a189ed1 Added Slack source Kamelet example through camel-jbang
new 6610575 Added Slack Source Example through Camel-Kamelet-main
new 8d14746 Renamed camel-kamelet-main to kamelet-main
new 04a4cf5 Added .gitignore
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:
.gitignore | 1 +
kamelet-main/pom.xml | 44 ++++++++
kamelet-main/slack-source/README.md | 67 ++++++++++++
kamelet-main/slack-source/pom.xml | 120 +++++++++++++++++++++
.../src/main/resources/application.properties | 21 ++--
.../src/main/resources/camel/my-route.yaml | 0
.../slack-source/src/main/resources/logback.xml | 30 ++++++
7 files changed, 271 insertions(+), 12 deletions(-)
create mode 100644 .gitignore
create mode 100644 kamelet-main/pom.xml
create mode 100644 kamelet-main/slack-source/README.md
create mode 100644 kamelet-main/slack-source/pom.xml
copy jbang/slack-source/slack-source.yaml =>
kamelet-main/slack-source/src/main/resources/application.properties (77%)
copy jbang/slack-source/slack-source.yaml =>
kamelet-main/slack-source/src/main/resources/camel/my-route.yaml (100%)
create mode 100644 kamelet-main/slack-source/src/main/resources/logback.xml