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 9c73e213897 CAMEL-21248 - Camel-Aws2-S3: Support Conditional Writes (#15652) add 4c296931438 Polished add 34537d941ff chore(deps): Bump com.googlecode.libphonenumber:libphonenumber add c92e887a674 chore(deps): Bump org.scala-lang:scala-library from 2.13.14 to 2.13.15 add 79645dd5644 chore(deps): Bump jooq-version from 3.19.11 to 3.19.12 add 1839a270a29 chore(deps): Bump org.l2x6.cq:cq-alias-fastinstall-quickly-extension (#15655) add aad1ecb8be7 chore(deps): Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (#15658) add c24ec56fd14 chore(deps): Bump dnsjava:dnsjava from 3.6.1 to 3.6.2 (#15663) add f0abbfa10f0 chore(deps): Bump com.google.auth:google-auth-library-oauth2-http (#15664) add 15912515e0e chore(deps): Bump openjpa-version from 4.0.0 to 4.0.1 (#15665) add 5ea12112014 chore(deps): Bump com.ibm.cloud:cloudant from 0.9.1 to 0.9.2 (#15661) add ad20d220cbf CAMEL-21252 Add checking for non .*-versions to sync-properties-maven-plugin (#15653) add a179d0aa865 (chores) camel-tests: cleanup duplicated property loading code add 6c0567e52a4 chore(deps-dev): Bump com.google.guava:guava add 147a653bfcb chore(deps): Bump io.grpc:grpc-bom from 1.66.0 to 1.68.0 add 8e3e4847eb1 chore(deps): Bump swagger-openapi3-version from 2.2.23 to 2.2.24 add acc270ccb9c Upgrade AWS SDK v2 to version 2.28.7 (#15671) add 125cc92ab00 Update options in camel-jbang.adoc (#15669) add cd5e89c20fe CAMEL-20367: Adds observability tests (#15668) add d49e4389d15 chore(deps): Bump com.couchbase.client:java-client from 3.7.2 to 3.7.3 (#15659) add 2f01892fc0d feat(jbang): make export reproducible add 6c7a0c917bd CAMEL-21253 - Camel AWS Kinesis: KCL Consumers, make the ConfigsBuilder for metrics of the Scheduler enable/disable (#15674) add f4f8585aa60 CAMEL-21080: introduce new interfaces for simplifying migration of the test code add eaa34d0a760 CAMEL-21080: avoid duplicating configuration add 8a9a6abf9a3 CAMEL-21080: avoid duplicating JMX configuration add 92064d388b1 CAMEL-21080: more interface pre-work to simplifying migration of the test code add a151d0d3c78 CAMEL-20367: Adds adding custom jar test (#15673) add 9d88f5eaf69 camel-netty-http: Fix catalog to include proxy as protocol add 2d8b89b2e18 chore(deps): Bump actions/setup-java from 4.3.0 to 4.4.0 (#15680) add 3bc4f9f2864 chore(deps): Bump junit-jupiter-version from 5.11.0 to 5.11.1 add 59195330931 chore(deps): Bump mongo-java-driver-version from 5.1.4 to 5.2.0 (#15683) add 18df09b65a9 chore(deps-dev): Bump org.apache.commons:commons-csv (#15686) add 5e79200708c chore(deps): Bump bytebuddy-version from 1.15.1 to 1.15.2 (#15688) add 1c8c2ddc2af chore(deps): Bump org.apache.httpcomponents.client5:httpclient5 (#15634) add c6325d0481d chore(deps): Bump aws-java-sdk2-version from 2.28.7 to 2.28.8 add 0e1ad730fc2 chore(deps): Bump org.apache.thrift:libthrift from 0.20.0 to 0.21.0 (#15690) add c98c8c5c603 chore(deps): Bump io.github.ascopes:protobuf-maven-plugin (#15681) add 8d1c5b1b20f chore(deps): Bump com.google.apis:google-api-services-drive (#15684) add a7e0d25a282 chore(deps): Bump com.arangodb:arangodb-java-driver from 7.8.0 to 7.9.0 (#15692) add 73db355e7f7 Revert "chore(deps): Bump org.apache.httpcomponents.client5:httpclient5 (#15634)" (#15694) add 46a12c1c8b7 CAMEL-21260: camel-cxf - Allow to configure synchronous on component level (#15693) No new revisions were added by this update. Summary of changes: .github/workflows/alternative-os-build-main.yml | 2 +- .github/workflows/generate-sbom-main.yml | 2 +- .github/workflows/pr-build-camel-3.yml | 4 +- .github/workflows/pr-build-camel-40x.yml | 2 +- .github/workflows/pr-build-main.yml | 2 +- .github/workflows/pr-comment.yml | 2 +- .mvn/extensions.xml | 2 +- camel-dependencies/pom.xml | 3 + .../apache/camel/catalog/components/aws2-ec2.json | 2 +- .../camel/catalog/components/aws2-kinesis.json | 82 +++++++++--------- .../org/apache/camel/catalog/components/cxf.json | 9 +- .../org/apache/camel/catalog/components/cxfrs.json | 7 +- .../camel/catalog/components/netty-http.json | 2 +- .../camel/parser/java/RoasterJavaRestDslTest.java | 5 -- .../camel/component/as2/AbstractAS2ITSupport.java | 11 +-- .../as2/MendelsonSslEndpointManualTest.java | 12 +-- .../apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +- .../aws2/kinesis/Kinesis2ComponentConfigurer.java | 6 ++ .../aws2/kinesis/Kinesis2EndpointConfigurer.java | 6 ++ .../aws2/kinesis/Kinesis2EndpointUriFactory.java | 3 +- .../camel/component/aws2/kinesis/aws2-kinesis.json | 82 +++++++++--------- .../aws2/kinesis/KclKinesis2Consumer.java | 15 +++- .../aws2/kinesis/Kinesis2Configuration.java | 11 +++ .../azure/cosmosdb/CosmosDbTestUtils.java | 13 +-- .../camel/component/azure/eventhubs/TestUtils.java | 13 +-- .../azure/storage/blob/BlobTestUtils.java | 19 +---- .../azure/storage/queue/QueueTestUtils.java | 14 +--- .../camel/component/box/AbstractBoxITSupport.java | 18 +--- .../braintree/AbstractBraintreeTestSupport.java | 17 +--- .../camel/component/crypto/ECDSASignatureTest.java | 6 -- .../camel/component/crypto/SignatureTest.java | 1 - .../cxf/jaxrs/CxfRsComponentConfigurer.java | 3 + .../apache/camel/component/cxf/jaxrs/cxfrs.json | 7 +- .../camel/component/cxf/jaxrs/CxfRsComponent.java | 12 +++ .../cxf/jaxws/CxfComponentConfigurer.java | 3 + .../org/apache/camel/component/cxf/jaxws/cxf.json | 9 +- .../camel/component/cxf/jaxws/CxfComponent.java | 12 +++ .../camel/component/cxf/jaxws/CxfEndpoint.java | 1 - .../integration/DigitalOceanTestSupport.java | 24 +----- .../component/docker/it/DockerITTestSupport.java | 4 +- .../dropbox/integration/DropboxTestSupport.java | 13 +-- .../bigquery/integration/BigQueryITSupport.java | 17 +--- .../AbstractGoogleCalendarTestSupport.java | 12 +-- .../AbstractGoogleCalendarStreamTestSupport.java | 10 +-- .../drive/AbstractGoogleDriveTestSupport.java | 32 +------- .../google/mail/AbstractGoogleMailTestSupport.java | 12 +-- .../AbstractGoogleMailStreamTestSupport.java | 10 +-- .../component/google/pubsub/PubsubTestSupport.java | 12 +-- .../component/http/HttpDefaultPortNumberTest.java | 5 -- .../huaweicloud/frs/TestConfiguration.java | 12 +-- .../java/org/apache/camel/TestConfiguration.java | 11 +-- .../huaweicloud/image/TestConfiguration.java | 11 +-- .../huaweicloud/smn/TestConfiguration.java | 11 +-- .../component/irc/it/IrcIntegrationITSupport.java | 5 +- .../camel/component/jetty/JettyEnableJmxTest.java | 4 +- .../jt400/Jt400DataQueueConsumerManualTest.java | 9 +- .../camel/component/minio/MinioTestUtils.java | 12 +-- .../camel/component/netty/http/netty-http.json | 2 +- .../netty/http/NettyHttpConfiguration.java | 4 +- .../olingo2/AbstractOlingo2TestSupport.java | 8 +- .../sjms/support/JmsCommonTestSupport.java | 8 +- .../apache/camel/test/junit5/CamelTestSupport.java | 18 ++-- .../camel/test/junit5/CommonTestSupport.java | 17 +--- ...onTestSupport.java => ConfigurableContext.java} | 19 ++--- ...ommonTestSupport.java => ConfigurableTest.java} | 13 ++- .../org/apache/camel/test/junit5/TestSupport.java | 68 +++++++++++++++ .../twilio/AbstractTwilioTestSupport.java | 11 +-- .../component/twitter/CamelTwitterITSupport.java | 13 +-- .../xmlsecurity/SignatureAlgorithmTest.java | 2 +- .../xmlsecurity/SignatureDigestMethodTest.java | 2 +- .../xmlsecurity/XAdESSignaturePropertiesTest.java | 5 -- .../component/xmlsecurity/XmlSignatureTest.java | 1 - components/camel-zeebe/pom.xml | 2 +- .../zendesk/AbstractZendeskTestSupport.java | 10 +-- .../modules/ROOT/pages/camel-jbang.adoc | 10 +-- .../ROOT/pages/camel-report-maven-plugin.adoc | 2 +- .../dsl/Aws2KinesisComponentBuilderFactory.java | 19 +++++ .../component/dsl/CxfComponentBuilderFactory.java | 18 ++++ .../dsl/CxfrsComponentBuilderFactory.java | 18 ++++ .../builder/endpoint/StaticEndpointBuilders.java | 10 +-- .../dsl/Kinesis2EndpointBuilderFactory.java | 96 ++++++++++++++++++++++ .../dsl/NettyHttpEndpointBuilderFactory.java | 12 +-- .../camel/dsl/jbang/core/commands/Export.java | 8 ++ .../dsl/jbang/core/commands/ExportCamelMain.java | 1 + .../dsl/jbang/core/commands/ExportQuarkus.java | 1 + .../dsl/jbang/core/commands/ExportSpringBoot.java | 1 + .../src/main/resources/templates/main-pom.tmpl | 1 + .../src/main/resources/templates/quarkus-pom.tmpl | 1 + .../main/resources/templates/spring-boot-pom.tmpl | 1 + .../camel/dsl/jbang/core/commands/ExportTest.java | 13 +++ .../camel/dsl/jbang/it/CustomJarsITCase.java | 51 ++++++++++++ .../dsl/jbang/it/MetricsObservabilityITCase.java | 45 ++++++++++ .../dsl/jbang/it/support/JBangTestSupport.java | 3 +- .../resources/jbang/it/CircuitBreakerRoute.java | 34 +++----- parent/pom.xml | 46 +++++------ tests/camel-itest/pom.xml | 2 +- .../maven/sync/properties/SyncPropertiesMojo.java | 37 +++++++++ tooling/parent/pom.xml | 2 +- 98 files changed, 727 insertions(+), 556 deletions(-) copy components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/{CommonTestSupport.java => ConfigurableContext.java} (75%) copy components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/{CommonTestSupport.java => ConfigurableTest.java} (78%) create mode 100644 dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/CustomJarsITCase.java create mode 100644 dsl/camel-jbang/camel-jbang-it/src/test/java/org/apache/camel/dsl/jbang/it/MetricsObservabilityITCase.java copy components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CommonTestSupport.java => dsl/camel-jbang/camel-jbang-it/src/test/resources/jbang/it/CircuitBreakerRoute.java (57%)