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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f27451c4e45 Fix link syntax in Camel JBang debugging section (#7590)
     new 86be33a15d9 CAMEL-18087: camel-core - Enable stream caching by 
default. (#7586)
     new 1dec2f65fb9 CAMEL-18087: camel-core - Enable stream caching by 
default. (#7586)
     new ba0f1c4e2b0 Upgrade xmlunit

The 3 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:
 ...1DataFormatWithStreamIteratorByteArrayTest.java |   6 +-
 .../ASN1DataFormatWithStreamIteratorClassTest.java |   1 -
 .../asn1/ASN1DataFormatWithStreamTest.java         |   1 -
 .../s3/integration/S3CopyObjectCustomerKeyIT.java  |  27 +----
 .../storage/blob/integration/BlobConsumerIT.java   |  27 +----
 .../dataformat/barcode/BarcodeUnmarshalTest.java   |   4 +-
 .../component/cxf/transport/CamelConduitTest.java  |  14 +--
 .../cxf/transport/CamelDestinationTest.java        |  11 +-
 .../FtpSimpleConsumeStreamingPartialReadIT.java    |   7 +-
 .../FtpSimpleConsumeStreamingStepwiseFalseIT.java  |   7 +-
 .../FtpSimpleConsumeStreamingStepwiseIT.java       |   8 +-
 ...pSimpleConsumeStreamingWithMultipleFilesIT.java |  11 +-
 .../remote/integration/FtpStreamingMoveIT.java     |   6 +-
 .../integration/SftpSimpleConsumeStreamingIT.java  |   8 +-
 .../SftpSimpleConsumeStreamingPartialReadIT.java   |   7 +-
 ...pSimpleConsumeStreamingWithMultipleFilesIT.java |  11 +-
 .../camel/component/hl7/HL7MLLPNettyEncoder.java   |  11 +-
 .../camel/component/hl7/HL7DataFormatTest.java     |   9 +-
 .../avro/JacksonAvroLookupResolverTest.java        |   1 -
 .../JacksonAvroMarshalUnmarshalJsonNodeTest.java   |   2 -
 .../JacksonAvroMarshalUnmarshalPojoListTest.java   |   1 -
 .../avro/JacksonAvroMarshalUnmarshalPojoTest.java  |   1 -
 .../JacksonProtobufLookupResolverTest.java         |   3 +-
 ...acksonProtobufMarshalUnmarshalJsonNodeTest.java |   1 -
 .../JacksonProtobufMarshalUnmarshalPojoTest.java   |   1 -
 ...> JmsStreamMessageTypeNoStreamCachingTest.java} |  12 +-
 .../component/jms/JmsStreamMessageTypeTest.java    |  11 +-
 .../camel/dataformat/lzf/LZFDataFormatTest.java    |   2 +-
 .../camel/component/mina/MinaConverterLoader.java  |   2 +
 .../apache/camel/component/mina/MinaConverter.java |  10 ++
 .../apache/camel/component/mina/MinaHelper.java    |  15 +++
 .../dataformat/soap/SoapToSoapDontIgnoreTest.java  |   2 +-
 .../dataformat/soap/SoapToSoapIgnoreTest.java      |   2 +-
 .../soap/SoapToSoapSingleDataFormatterTest.java    |   2 +-
 .../tarfile/TarElementInputStreamWrapper.java      |  17 +++
 .../tarfile/SpringTarFileDataFormatTest.java       |   6 +-
 .../dataformat/tarfile/TarFileDataFormatTest.java  |  10 +-
 .../xmlsecurity/XMLSecurityDataFormat.java         |   7 ++
 .../camel/dataformat/xmlsecurity/TestHelper.java   |  11 +-
 .../dataformat/deflater/GzipDataFormatTest.java    |   2 +-
 .../deflater/ZipDeflaterDataFormatTest.java        |   3 +-
 .../dataformat/zipfile/ZipFileDataFormatTest.java  |   4 +-
 .../jaxp/CamelXmlJaxpBulkConverterLoader.java      |  20 +++-
 .../apache/camel/converter/jaxp/XmlConverter.java  | 132 ++++++++++++---------
 parent/pom.xml                                     |   2 +-
 45 files changed, 257 insertions(+), 201 deletions(-)
 copy 
components/camel-jms/src/test/java/org/apache/camel/component/jms/{JmsStreamMessageTypeTest.java
 => JmsStreamMessageTypeNoStreamCachingTest.java} (96%)

Reply via email to