You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/17 21:08:16 UTC

[camel] branch regen_bot updated (d9ac457 -> 12451a0)

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 d9ac457  CAMEL-15790: camel-catalog - Validate Endpoint properties now validates api syntax combo of apiName/methodName
     add 12451a0  CAMEL-15861: Add the capability to provide a custom serializer to GooglePubSubProducer (#4619)

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/google-pubsub.json    |  1 +
 .../catalog/docs/google-pubsub-component.adoc      |  3 +-
 .../pubsub/GooglePubsubEndpointConfigurer.java     |  8 +++
 .../pubsub/GooglePubsubEndpointUriFactory.java     | 11 ++--
 .../component/google/pubsub/google-pubsub.json     |  1 +
 .../src/main/docs/google-pubsub-component.adoc     |  3 +-
 .../google/pubsub/GooglePubsubEndpoint.java        | 19 ++++++
 .../google/pubsub/GooglePubsubProducer.java        | 12 +---
 .../serializer/DefaultGooglePubsubSerializer.java} | 28 ++++-----
 .../pubsub/serializer/GooglePubsubSerializer.java} | 25 ++++----
 ...ModeNoneTest.java => CustomSerializerTest.java} | 67 +++++++++++-----------
 .../dsl/GooglePubsubEndpointBuilderFactory.java    | 28 +++++++++
 .../ROOT/pages/google-pubsub-component.adoc        |  3 +-
 13 files changed, 130 insertions(+), 79 deletions(-)
 copy components/{camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTCPTLSTest.java => camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/serializer/DefaultGooglePubsubSerializer.java} (61%)
 copy components/{camel-aws-cw/src/main/java/org/apache/camel/component/aws/cw/CwConstants.java => camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/serializer/GooglePubsubSerializer.java} (61%)
 copy components/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/integration/{AckModeNoneTest.java => CustomSerializerTest.java} (55%)