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 94b884989c29 (chores): modernize instanceof checks in camel-aws2-s3
new e217cb63f4d6 (chores): ensure usage of text blocks
catalog/camel-report-maven-plugin
new 2dd0e47949bc (chores): ensure usage of text blocks
catalog/camel-route-parser
new e38b5b3918f3 (chores): ensure usage of text blocks
components/camel-ai/camel-docling
new fe4cb6404602 (chores): ensure usage of text blocks
components/camel-ai/camel-neo4j
new 09dd3be37e18 (chores): ensure usage of text blocks
components/camel-as2/camel-as2-api
new 02e219d9ebfe (chores): ensure usage of text blocks
components/camel-as2/camel-as2-component
new d01174806de0 (chores): ensure usage of text blocks
components/camel-aws/camel-aws-secrets-manager
new 9f663870a56b (chores): ensure usage of text blocks
components/camel-aws/camel-aws-xray
new e195234b9cf5 (chores): ensure usage of text blocks
components/camel-aws/camel-aws2-athena
new 6cefb9dabc94 (chores): ensure usage of text blocks
components/camel-aws/camel-aws2-ddb
new 25a7cc5385df (chores): ensure usage of text blocks
components/camel-aws/camel-aws2-lambda
new da931d229e19 (chores): ensure usage of text blocks
components/camel-aws/camel-aws2-s3
new c4447fb032fb (chores): ensure usage of text blocks
components/camel-base64
new 7948b3ba0c6d (chores): ensure usage of text blocks
components/camel-bindy
new 5a5d138b7dc0 (chores): ensure usage of text blocks
components/camel-chunk
new 06e7d576a7f2 (chores): ensure usage of text blocks
components/camel-ehcache
new 2b672c3a7e53 (chores): ensure usage of text blocks
components/camel-exec
new 925390363a57 (chores): ensure usage of text blocks
components/camel-file-watch
new c82dbf97b5cb (chores): ensure usage of text blocks
components/camel-grpc
new f9f3996f9eaf (chores): ensure usage of text blocks
components/camel-http
new ec5e448c1d26 (chores): ensure usage of text blocks
components/camel-jgroups
new 166e27f18f7d (chores): ensure usage of text blocks
components/camel-minio
new fda616c57af1 (chores): ensure usage of text blocks
components/camel-mongodb
new cd1bf7ef1bbe (chores): ensure usage of text blocks
components/camel-netty-http
new 6ec7dca0f044 (chores): ensure usage of text blocks components/camel-pdf
new bcd4f10aee66 (chores): ensure usage of text blocks
components/camel-sap-netweaver
new 5f65d16a3f60 (chores): ensure usage of text blocks
components/camel-servicenow
new f507199c4422 (chores): ensure usage of text blocks
camel-cxf-spring-soap
new 840193e01dbc (chores): ensure usage of text blocks camel-elasticsearch
new 28d2377ebbe8 (chores): ensure usage of text blocks
camel-google-bigquery
new e58130ba7ed6 (chores): ensure usage of text blocks
camel-google-functions
new e469390e3988 (chores): ensure usage of text blocks camel-gson
new ee6000dd1a71 (chores): ensure usage of text blocks
camel-huaweicloud-frs
new 59094237ca1d (chores): ensure usage of text blocks
camel-huaweicloud-functiongraph
new 43f87e1754d1 (chores): ensure usage of text blocks
camel-huaweicloud-imagerecognition
new b8921dee93b0 (chores): ensure usage of text blocks
camel-infinispan-common
new b37c215feaf3 (chores): ensure usage of text blocks camel-jackson-avro
new 3bda0cca2845 (chores): ensure usage of text blocks
camel-jackson-protobuf
new 331b451046a6 (chores): ensure usage of text blocks camel-jetty
new d4491638b67e (chores): ensure usage of text blocks camel-jms
new 3268af4062c9 (chores): ensure usage of text blocks camel-jq
new fb3193b05405 (chores): ensure usage of text blocks camel-kafka
new 9306e67bfeb6 (chores): ensure usage of text blocks camel-kamelet
new a6e7566f35ba (chores): ensure usage of text blocks camel-kubernetes
new 2522cabf6093 (chores): ensure usage of text blocks camel-lzf
new a8df6a88f39e (chores): ensure usage of text blocks camel-netty-http
new 54cdaed89e89 (chores): ensure usage of text blocks camel-netty
new ab268711854c (chores): ensure usage of text blocks camel-olingo4
new 6e84f470a67c (chores): ensure usage of text blocks camel-rest-openapi
new 42b655de3532 (chores): ensure usage of text blocks camel-salesforce
The 50 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:
.../htmlxlsx/process/TemplateRendererTest.java | 51 +++---
.../apache/camel/parser/xml/XmlParseTreeTest.java | 10 +-
.../parser/xml/XmlWithPrefixParseTreeTest.java | 11 +-
.../docling/integration/MetadataExtractionIT.java | 25 ++-
.../camel/component/neo4j/Neo4jProducer.java | 15 +-
.../component/as2/api/protocol/ResponseMDN.java | 18 +-
.../component/as2/api/AS2MessageTestBase.java | 53 +++---
.../as2/api/entity/CompressedEntityTest.java | 42 ++---
.../component/as2/api/entity/EntityParserTest.java | 195 +++++++++++----------
.../DispositionNotificationContentUtilsTest.java | 25 +--
.../camel/component/as2/api/util/MicUtilsTest.java | 108 ++++++------
.../component/as2/AS2AsyncMDNServerManagerIT.java | 54 +++---
.../as2/AS2AsyncMdnBasicAuthHeaderTest.java | 54 +++---
.../as2/AS2AsyncMdnTokenAuthHeaderTest.java | 54 +++---
.../component/as2/AS2BasicAuthHeaderTest.java | 54 +++---
.../camel/component/as2/AS2ClientManagerIT.java | 54 +++---
.../as2/AS2ServerBasicAuthHeaderTest.java | 54 +++---
.../as2/AS2ServerBearerAuthHeaderTest.java | 54 +++---
.../component/as2/AS2ServerManagerITBase.java | 53 +++---
.../camel/component/as2/AS2ServerSecTestBase.java | 53 +++---
.../component/as2/AS2TokenAuthHeaderTest.java | 54 +++---
...etsManagerPropertiesSourceTestLocalstackIT.java | 33 ++--
.../camel/component/aws/xray/json/JsonTest.java | 41 ++---
.../component/aws2/athena/Athena2Constants.java | 28 +--
.../camel/component/aws2/ddb/Ddb2Constants.java | 10 +-
.../component/aws2/lambda/Lambda2Constants.java | 6 +-
.../camel/component/aws2/s3/AWS2S3Constants.java | 82 +++++----
.../base64/Base64DataFormatDefaultsTest.java | 38 ++--
.../base64/Base64DataFormatLineEndingsTest.java | 38 ++--
.../base64/Base64DataFormatLineLengthTest.java | 44 ++---
.../base64/SpringBase64DataFormatDefaultsTest.java | 38 ++--
.../SpringBase64DataFormatLineEndingsTest.java | 38 ++--
.../SpringBase64DataFormatLineLengthTest.java | 44 ++---
.../BindyComplexCsvGenerateHeaderMarshallTest.java | 6 +-
.../bindy/csv/BindyComplexCsvUnmarshallTest.java | 26 +--
.../csv/BindyMarshalOneToManyWithHeadersTest.java | 8 +-
.../csv/BindySimpleCsvBooleanUnmarshallTest.java | 11 +-
.../BindySimpleCsvGenerateHeaderMarshallTest.java | 6 +-
.../csv/BindySimpleCsvOneToManyMarshallTest.java | 9 +-
.../BindySimpleCsvSkipFirstLineUnmarshallTest.java | 28 +--
.../bindy/csv/BindySimpleCsvUnmarshallDslTest.java | 26 +--
.../bindy/csv/BindySimpleCsvUnmarshallTest.java | 52 +++---
.../bindy/csv/BindyTabSeparatorTest.java | 10 +-
.../bindy/csv/WickedHeaderWithCommaCsvTest.java | 8 +-
.../camel/component/chunk/ChunkLetterTest.java | 10 +-
.../cxf/spring/FileToCxfMessageDataFormatTest.java | 17 +-
.../camel/component/ehcache/EhcacheConstants.java | 40 +++--
...ElasticsearchGetSearchDeleteExistsUpdateIT.java | 16 +-
.../apache/camel/component/exec/ExecBinding.java | 56 +++---
.../component/file/watch/FileWatchConstants.java | 26 +--
.../google/bigquery/unit/sql/SqlHelperTest.java | 34 +++-
.../functions/GoogleCloudFunctionsConstants.java | 25 ++-
.../apache/camel/component/grpc/GrpcConstants.java | 13 +-
.../gson/SpringGsonJsonDataFormatTest.java | 7 +-
.../apache/camel/component/http/HttpConstants.java | 31 ++--
.../huaweicloud/frs/FaceRecognitionEndpoint.java | 130 ++++++++------
.../org/apache/camel/FunctionGraphMockClient.java | 22 +--
.../apache/camel/InvokeFunctionCombinedTest.java | 31 ++--
.../apache/camel/InvokeFunctionEndpointTest.java | 31 ++--
.../apache/camel/InvokeFunctionExchangeTest.java | 31 ++--
.../apache/camel/InvokeFunctionServiceKeyTest.java | 31 ++--
.../java/org/apache/camel/InvokeFunctionTest.java | 31 ++--
.../image/ImageRecognitionEndpoint.java | 22 +--
.../infinispan/InfinispanConfiguration.java | 13 +-
.../avro/JacksonAvroLookupResolverTest.java | 13 +-
.../JacksonAvroMarshalUnmarshalJsonNodeTest.java | 34 ++--
.../JacksonAvroMarshalUnmarshalPojoListTest.java | 21 +--
.../avro/JacksonAvroMarshalUnmarshalPojoTest.java | 13 +-
.../JacksonProtobufLookupResolverTest.java | 8 +-
...acksonProtobufMarshalUnmarshalJsonNodeTest.java | 8 +-
.../JacksonProtobufMarshalUnmarshalPojoTest.java | 8 +-
.../rest/RestJettyNoContentRestConfigTest.java | 22 ++-
.../jetty/rest/RestJettyNoContentTest.java | 22 ++-
.../camel/component/jgroups/JGroupsConstants.java | 24 +--
.../component/jms/integration/JmsXMLRouteIT.java | 12 +-
.../apache/camel/language/jq/JqFilterGETest.java | 27 +--
.../component/kafka/transform/HoistFieldTest.java | 7 +-
.../component/kafka/transform/InsertFieldTest.java | 9 +-
.../component/kafka/transform/MaskFieldTest.java | 7 +-
.../kafka/transform/ReplaceFieldTest.java | 9 +-
.../kamelet/KameletLocalBeanGroovyTest.java | 7 +-
.../KubernetesCustomResourcesConsumerIT.java | 21 +--
.../camel/dataformat/lzf/LZFDataFormatTest.java | 13 +-
.../camel/component/minio/MinioConstants.java | 88 +++++-----
.../camel/component/mongodb/MongoDbConstants.java | 34 ++--
.../component/netty/http/NettyHttpConstants.java | 39 +++--
.../http/NettyHttpGetWithInvalidMessageTest.java | 9 +-
.../org/apache/camel/component/netty/Poetry.java | 30 ++--
.../olingo4/Olingo4ComponentProducerTest.java | 18 +-
.../camel/component/pdf/PdfHeaderConstants.java | 26 +--
.../openapi/RestOpenApiRequestValidationTest.java | 15 +-
.../salesforce/api/dto/PlatformEventTest.java | 13 +-
.../salesforce/api/dto/RecentItemTest.java | 20 +--
.../salesforce/api/dto/approval/ApprovalsTest.java | 23 +--
.../dto/composite/SObjectBatchResponseTest.java | 37 ++--
.../api/dto/composite/SObjectTreeResponseTest.java | 56 +++---
.../salesforce/internal/LoginTokenTest.java | 21 ++-
.../salesforce/internal/SalesforceSessionTest.java | 18 +-
.../sap/netweaver/NetWeaverConstants.java | 7 +-
.../component/servicenow/ServiceNowConstants.java | 57 +++---
100 files changed, 1710 insertions(+), 1424 deletions(-)