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 7a3b58b0981 Adapt CI scripts to new fast profile and the fact that 
source formatting happens during the default build
     add 793e798f464 (chores) camel-bean: do not catch Throwable
     add b7f92261d9b (chores) camel-cxf: do not catch Throwable
     add 48a659b5e95 (chores) camel-etcd3: do not catch Throwable
     add a9b194aa293 (chores) camel-file: do not catch Throwable
     add e6270f7a997 (chores) camel-ftp: do not catch Throwable
     add 5d376abba77 (chores) camel-grpc: do not catch Throwable
     add eab4e0cf524 (chores) camel-hazelcast: do not catch Throwable
     add 706a9731e31 (chores) camel-jdbc: do not catch Throwable
     add 522e95a597d (chores) camel-jsonpath: do not catch Throwable
     add ff09c4dadf2 (chores) camel-jta: do not catch Throwable
     add cadfee12d67 (chores) camel-mapstruct: do not catch Throwable
     add f1521f968dc (chores) camel-mock: do not catch Throwable
     add 680cad9d2e7 (chores) camel-reactive-executor-tomcat: do not catch 
Throwable
     add ba692344d66 (chores) camel-rocketmq: do not catch Throwable
     add 00d99eef927 (chores) camel-salesforce: do not catch Throwable
     add 092093db2a8 (chores) camel-seda: do not catch Throwable
     add 57a0d98c76e (chores) camel-kafka: do not catch Throwable

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/bean/AbstractBeanProcessor.java  |  2 +-
 .../apache/camel/component/cxf/jaxrs/CxfRsComponent.java    |  2 +-
 .../camel/component/cxf/transport/CamelOutputStream.java    |  2 +-
 .../processor/aggregate/Etcd3AggregationRepository.java     |  4 ++--
 .../camel/component/file/GenericFilePollingConsumer.java    |  3 ---
 .../camel/component/file/cluster/FileLockClusterView.java   |  2 +-
 .../file/remote/RemoteFilePollingConsumerPollStrategy.java  |  2 +-
 .../camel/component/grpc/auth/jwt/JwtCallCredentials.java   |  2 +-
 .../component/hazelcast/seda/HazelcastSedaConsumer.java     |  4 ++--
 .../aggregate/hazelcast/HazelcastAggregationRepository.java |  6 +++---
 .../hazelcast/ReplicatedHazelcastAggregationRepository.java |  2 +-
 .../java/org/apache/camel/component/jdbc/JdbcProducer.java  |  8 ++++----
 .../apache/camel/jsonpath/jackson/JacksonJsonAdapter.java   |  4 ++--
 .../java/org/apache/camel/jta/TransactionErrorHandler.java  |  2 +-
 .../org/apache/camel/component/kafka/KafkaProducer.java     | 13 +++++++------
 .../camel/component/mapstruct/DefaultMapStructFinder.java   |  2 +-
 .../java/org/apache/camel/component/mock/MockEndpoint.java  |  6 +++---
 .../camel/reactive/tomcat/TomcatReactiveExecutor.java       |  8 ++++----
 .../apache/camel/component/rocketmq/RocketMQProducer.java   |  2 +-
 .../camel/component/rocketmq/reply/ReplyTimeoutMap.java     |  2 +-
 .../salesforce/internal/client/AbstractClientBase.java      |  2 +-
 .../java/org/apache/camel/component/seda/SedaConsumer.java  |  2 +-
 22 files changed, 40 insertions(+), 42 deletions(-)

Reply via email to