This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 7e238de CAMEL-16295: split with AggregationStrategy is ignored when using transacted new 715f410 CAMEL-16273 - Camel-google-* cloud components: Make the serviceAccountKey explicitly configurable - Camel-google-pubsub new 0b0c8d3 CAMEL-16273 - Camel-google-* cloud components: Make the serviceAccountKey explicitly configurable - Camel-google-pubsub The 2 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: .../camel/catalog/components/google-pubsub.json | 1 + .../catalog/docs/google-pubsub-component.adoc | 3 +- .../pubsub/GooglePubsubEndpointConfigurer.java | 6 +++ .../pubsub/GooglePubsubEndpointUriFactory.java | 3 +- .../component/google/pubsub/google-pubsub.json | 1 + .../src/main/docs/google-pubsub-component.adoc | 3 +- .../google/pubsub/GooglePubsubComponent.java | 54 +++++++++++++++++----- .../google/pubsub/GooglePubsubConsumer.java | 7 +-- .../google/pubsub/GooglePubsubEndpoint.java | 13 ++++++ .../google/pubsub/GooglePubsubProducer.java | 2 +- .../dsl/GooglePubsubEndpointBuilderFactory.java | 54 ++++++++++++++++++++++ .../ROOT/pages/google-pubsub-component.adoc | 3 +- 12 files changed, 131 insertions(+), 19 deletions(-)