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