You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/10 13:23:14 UTC

[camel] branch regen_bot updated (93e1be7 -> 5ec3bda)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 93e1be7  CAMEL-16279: camel-core - Optimize core to reduce object allocations by pooloing reusable tasks in the routing engine.
     add 532bd0c  CAMEL-16328: Restore support for Slack custom server URL (#5193)
     add 5ec3bda  Fixed CS

No new revisions were added by this update.

Summary of changes:
 .../slack/SlackComponentVerifierExtension.java     |  9 +++-
 .../camel/component/slack/SlackConsumer.java       |  6 ++-
 .../camel/component/slack/SlackProducer.java       |  6 ++-
 .../camel/component/slack/helper/SlackHelper.java  | 52 ++++++++++++++++++++++
 .../camel/component/slack/SlackHelperTest.java     | 49 ++++++++++++++++++++
 5 files changed, 118 insertions(+), 4 deletions(-)
 create mode 100644 components/camel-slack/src/main/java/org/apache/camel/component/slack/helper/SlackHelper.java
 create mode 100644 components/camel-slack/src/test/java/org/apache/camel/component/slack/SlackHelperTest.java