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/01/25 17:54:02 UTC

[camel] branch regen_bot updated (7d040da -> e58b67d)

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 7d040da  Regen for commit 21d13a9575d44b8a10ac8272406c64ed57cac08c
     add e58b67d  Avoid catching Throwable because it could also catch Java Errors that shouldn't be handled (#4926)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/maven/ComponentArtifactHelper.java   | 6 +++---
 .../main/java/org/apache/camel/component/http/HttpProducer.java   | 4 ++--
 .../org/apache/camel/component/infinispan/InfinispanUtil.java     | 8 ++++----
 .../java/org/apache/camel/component/jetty/JettyHttpComponent.java | 6 +++---
 .../org/apache/camel/component/jms/EndpointMessageListener.java   | 4 ++--
 .../src/main/java/org/apache/camel/component/jms/JmsConsumer.java | 4 ++--
 .../src/main/java/org/apache/camel/component/jms/JmsMessage.java  | 2 +-
 .../src/main/java/org/apache/camel/component/jms/JmsProducer.java | 2 +-
 8 files changed, 18 insertions(+), 18 deletions(-)