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 ab6b232c897 CAMEL-18863: camel-pulsar - Support chunking to enable
sending a large message (#8987)
new 5dc178fa4c8 (chores) camel-aws2-sqs: avoid risky unboxing
new 9db07d8a32e (chores) camel-bindy: avoid risky unboxing
new 7d10d520ae5 (chores) camel-file: avoid risky unboxing
new a606837ee60 (chores) camel-grok: avoid risky unboxing
new dd814a1efe2 (chores) camel-http: avoid risky unboxing
new ad72aa8603a (chores) camel-mongodb: avoid risky unboxing
new cf855bf0133 (chores) camel-ftp: avoid risky unboxing
new 0f04960fdf1 (chores) camel-mllp: avoid risky unboxing
new f922b4a5b7d (chores) camel-disruptor: avoid risky unboxing
new fe0d1c91a6d (chores) camel-cxf: avoid risky unboxing
new 0ecc08fbf38 (chores) camel-consul: avoid risky unboxing
new e99f805334c (chores) camel-azure-datalake: avoid risky unboxing
The 12 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:
.../component/aws2/sqs/Sqs2MessageHelper.java | 2 +-
.../operations/DataLakeFileOperations.java | 2 +-
.../dataformat/bindy/csv/BindyCsvDataFormat.java | 2 +-
.../consul/endpoint/ConsulKeyValueProducer.java | 4 +--
.../cxf/common/header/CxfHeaderHelper.java | 4 ++-
.../component/cxf/jaxws/DefaultCxfBinding.java | 6 ++--
.../component/disruptor/DisruptorReference.java | 4 ++-
.../apache/camel/component/file/FileEndpoint.java | 2 +-
.../camel/component/file/GenericFileConsumer.java | 2 +-
.../component/file/GenericFileOnCompletion.java | 2 +-
.../component/file/remote/RemoteFileEndpoint.java | 2 +-
.../camel/component/grok/GrokDataFormat.java | 2 +-
.../apache/camel/component/http/HttpProducer.java | 3 +-
.../apache/camel/component/mllp/MllpEndpoint.java | 36 ++++++++++++++--------
.../component/mongodb/MongoDbTailingThread.java | 2 +-
15 files changed, 47 insertions(+), 28 deletions(-)