You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/22 13:13:04 UTC

[camel-quarkus] branch master updated (93b8dae -> 42604f8)

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-quarkus.git.


    from 93b8dae  Removed the now useless alias for DefaultAnnotationExpressionFactory #611
     add 194d93d  Added an AWS Kinesis extension
     add 42604f8  Merge pull request #626 from apache/aws-kinesis

No new revisions were added by this update.

Summary of changes:
 .../pages/list-of-camel-quarkus-extensions.adoc     |  8 +++++++-
 .../{aws-lambda => aws-kinesis}/deployment/pom.xml  |  8 ++++----
 .../kinesis/deployment/AwsKinesisProcessor.java}    | 21 +++++++++++----------
 extensions/{consul => aws-kinesis}/pom.xml          |  4 ++--
 .../{aws-lambda => aws-kinesis}/runtime/pom.xml     |  8 ++++----
 .../main/resources/META-INF/quarkus-extension.yaml  |  4 ++--
 extensions/pom.xml                                  |  1 +
 extensions/readme.adoc                              |  8 +++++++-
 integration-tests/aws/pom.xml                       |  4 ++++
 .../camel/quarkus/component/aws/CamelRoute.java     |  3 +++
 .../aws/src/main/resources/application.properties   | 16 +++++++++++++++-
 poms/bom-deployment/pom.xml                         |  5 +++++
 poms/bom/pom.xml                                    | 10 ++++++++++
 13 files changed, 75 insertions(+), 25 deletions(-)
 copy extensions/{aws-lambda => aws-kinesis}/deployment/pom.xml (92%)
 copy extensions/{aws-sns/deployment/src/main/java/org/apache/camel/quarkus/component/aws/sns/deployment/AwsSNSProcessor.java => aws-kinesis/deployment/src/main/java/org/apache/camel/quarkus/component/aws/kinesis/deployment/AwsKinesisProcessor.java} (80%)
 copy extensions/{consul => aws-kinesis}/pom.xml (93%)
 copy extensions/{aws-lambda => aws-kinesis}/runtime/pom.xml (94%)
 copy extensions/{aws-kms => aws-kinesis}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (90%)