This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from c235e341d9c CAMEL-20625: Create a camel-google-pubsub-lite component
     new e1450ab8658 CAMEL-20625: Create a camel-google-pubsub-lite component
     new 439beab2d3c CAMEL-20625: Create a camel-google-pubsub-lite component

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:
 .../org/apache/camel/catalog/components.properties |   1 +
 .../catalog/components}/google-pubsub-lite.json    |   0
 .../org/apache/camel/main/components.properties    |   1 +
 .../builder/endpoint/EndpointBuilderFactory.java   |   1 +
 .../camel/builder/endpoint/EndpointBuilders.java   |   1 +
 .../builder/endpoint/StaticEndpointBuilders.java   |  61 ++++
 ...=> GooglePubsubLiteEndpointBuilderFactory.java} | 384 ++++++---------------
 .../camel-component-known-dependencies.properties  |   1 +
 ...lePubsubUriDsl.kt => GooglePubsubLiteUriDsl.kt} |  72 ++--
 .../apache/camel/maven/packaging/MojoHelper.java   |   2 +-
 10 files changed, 195 insertions(+), 329 deletions(-)
 copy 
{components/camel-google/camel-google-pubsub-lite/src/generated/resources/META-INF/org/apache/camel/component/google/pubsublite
 => 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components}/google-pubsub-lite.json
 (100%)
 copy 
dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/{GooglePubsubEndpointBuilderFactory.java
 => GooglePubsubLiteEndpointBuilderFactory.java} (64%)
 copy 
dsl/camel-kotlin-api/src/generated/kotlin/org/apache/camel/kotlin/components/{GooglePubsubUriDsl.kt
 => GooglePubsubLiteUriDsl.kt} (83%)

Reply via email to