This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/docs/gulp-5.0.0 in repository https://gitbox.apache.org/repos/asf/camel.git
omit 63485a75239 chore(deps-dev): Bump gulp from 4.0.2 to 5.0.0 in /docs add a90996f452f Upgrade camel-pubnub to v9 client (#14515) add da694a7a0fd CAMEL-20788: Update camel to use a newer protobuf-maven-plugin for gR… (#14516) add a590bb55e10 CAMEL-20830: Upgrade jetty. Remove ServletRequest/ServletResponse object in Camel headers as they should only be accessible via the HttpMessage class. (#14518) add 5a13a089dd2 chore(deps): Bump com.googlecode.libphonenumber:libphonenumber add d23f7bab7f7 chore(deps): Bump com.slack.api:slack-api-client from 1.39.3 to 1.40.0 add 37b34865208 chore(deps): Bump io.camunda:zeebe-client-java from 8.5.2 to 8.5.3 add 535eedfea45 chore(deps-dev): Bump jakarta.servlet:jakarta.servlet-api add 4b0af1aee1e chore(deps): Bump spring-ldap-version from 3.2.3 to 3.2.4 add 754dd83024a chore(deps): Bump org.apache.jackrabbit:jackrabbit-core add f13cc051e1e chore(deps): Bump com.apptasticsoftware:rssreader from 3.6.0 to 3.7.0 add 9c8b65d0889 CAMEL-20215 - reactivate MllpTcpServerConsumerOptionalEndOfDataWithValidationTest add 73d1a66f209 Update MongoDB container used for IT tests to 7.0.11 add 309de7ee038 CAMEL-20798: EndpointServiceLocation on components to make it possible to know which remote system Camel connects to to assist for monitoring and observability - AWS EC2 (#14528) add fe43c9eeedf CAMEL-20798: EndpointServiceLocation on components to make it possible to know which remote system Camel connects to to assist for monitoring and observability - AWS ECS (#14529) add 2bfc3eec342 CAMEL-19523 - remove Thread.sleep in iec60870 test add fac987b287c CAMEL-19546 - remove Thread.sleep in Tarfile component test add f737805b933 chore: remove usage of deprecated methods in tarfile component add 71722a5af97 CAMEL-19544 - remove Thread.sleep in sql component test add 77b58e811ea CAMEL-20800: Use cloudant instead of LightCouch add ceea3f2c121 chore(deps-dev): Bump gulp from 4.0.2 to 5.0.0 in /docs This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (63485a75239) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/docs/gulp-5.0.0 (ceea3f2c121) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/components/couchdb.json | 17 +-- .../apache/camel/catalog/components/pubnub.json | 4 +- .../camel/component/aws2/ec2/AWS2EC2Endpoint.java | 20 ++- .../camel/component/aws2/ecs/ECS2Endpoint.java | 20 ++- components/camel-couchdb/pom.xml | 13 +- .../couchdb/CouchDbEndpointConfigurer.java | 6 + .../couchdb/CouchDbEndpointUriFactory.java | 3 +- .../apache/camel/component/couchdb/couchdb.json | 17 +-- .../component/couchdb/CouchDbChangesetTracker.java | 144 --------------------- .../component/couchdb/CouchDbClientWrapper.java | 118 +++++++++++------ .../camel/component/couchdb/CouchDbConsumer.java | 78 +++++++---- .../camel/component/couchdb/CouchDbEndpoint.java | 41 ++++-- .../camel/component/couchdb/CouchDbProducer.java | 55 +++++--- .../couchdb/CouchDbChangesetTrackerTest.java | 122 ----------------- .../component/couchdb/CouchDbProducerTest.java | 54 +++++--- .../couchdb/integration/CouchDbCrudIT.java | 12 +- .../cxf/jaxrs/CxfRsSpringConsumerTest.java | 1 - .../message/DefaultCxfMessageMapperTest.java | 7 +- components/camel-cxf/camel-cxf-transport/pom.xml | 9 +- .../transport/message/DefaultCxfMessageMapper.java | 14 +- .../message/DefaultCxfMessageMapperTest.java | 7 +- components/camel-grpc/pom.xml | 42 ++++-- .../apache/camel/http/common/HttpConverter.java | 12 +- .../org/apache/camel/http/common/HttpMessage.java | 3 - .../camel/component/iec60870/ConnectionTest.java | 3 - .../component/jetty/JettyConverterLoader.java | 5 - .../camel/component/jetty/JettyConverter.java | 9 +- .../camel/component/jetty/HttpConverterTest.java | 33 +---- .../component/jetty/HttpGZipEncodingTest.java | 4 +- .../camel/component/jetty/HttpHeaderTest.java | 4 +- ...onsumerOptionalEndOfDataWithValidationTest.java | 2 - components/camel-protobuf/pom.xml | 40 ++++-- .../org/apache/camel/component/pubnub/pubnub.json | 4 +- .../component/pubnub/PubNubConfiguration.java | 3 +- .../camel/component/pubnub/PubNubConsumer.java | 10 +- .../camel/component/pubnub/PubNubEndpoint.java | 5 +- .../camel/component/pubnub/PubNubProducer.java | 135 +++++++++++-------- .../component/pubnub/PubNubOperationsTest.java | 23 +--- .../camel/component/pubnub/PubNubTestBase.java | 13 +- .../camel-salesforce-component/README.md | 4 + .../camel-salesforce-component/pom.xml | 39 +++++- .../component/servlet/HttpClientRouteTest.java | 6 +- .../sql/SqlConsumerDeleteBatchCompleteTest.java | 18 +-- .../component/sql/SqlConsumerDeleteFailedTest.java | 8 +- .../camel/component/sql/SqlConsumerDeleteTest.java | 14 +- .../sql/SqlConsumerDeleteTransformTest.java | 15 +-- components/camel-tarfile/pom.xml | 6 + .../dataformat/tarfile/TarFileDataFormat.java | 4 +- .../camel/dataformat/tarfile/TarIterator.java | 2 +- .../aggregate/tarfile/TarAggregationStrategy.java | 2 +- .../dataformat/tarfile/TarFileDataFormatTest.java | 6 - .../AggregationStrategyWithFilenameHeaderTest.java | 12 +- .../AggregationStrategyWithPreservationTest.java | 11 +- .../tarfile/TarAggregationStrategyTest.java | 13 +- .../camel/component/undertow/ExchangeHeaders.java | 2 - .../src/main/java/org/apache/camel/Exchange.java | 2 + .../ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 25 ++++ .../dsl/PubnubComponentBuilderFactory.java | 10 +- .../dsl/CouchDbEndpointBuilderFactory.java | 36 ++++++ .../endpoint/dsl/PubNubEndpointBuilderFactory.java | 10 +- .../camel/kotlin/components/CouchdbUriDsl.kt | 18 +++ .../apache/camel/kotlin/components/PubnubUriDsl.kt | 3 +- parent/pom.xml | 20 +-- .../infra/mongodb/services/container.properties | 2 +- 64 files changed, 694 insertions(+), 706 deletions(-) delete mode 100644 components/camel-couchdb/src/main/java/org/apache/camel/component/couchdb/CouchDbChangesetTracker.java delete mode 100644 components/camel-couchdb/src/test/java/org/apache/camel/component/couchdb/CouchDbChangesetTrackerTest.java