You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/03/27 08:51:35 UTC

[camel-quarkus] branch master updated (11d0386 -> ff7465f)

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

jamesnetherton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


    from 11d0386  Fix #253 Build time property to register classes for reflection
     add ff7465f  Add GitHub extension

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-build.yaml                    |  1 +
 .../pages/list-of-camel-quarkus-extensions.adoc    |  6 +++-
 .../grpc => extensions/github}/deployment/pom.xml  |  8 ++---
 .../github/deployment/GithubProcessor.java}        | 35 +++++++++++-----------
 extensions/{amqp => github}/pom.xml                |  4 +--
 extensions/{cron => github}/runtime/pom.xml        |  9 +++---
 .../main/resources/META-INF/quarkus-extension.yaml |  6 ++--
 extensions/pom.xml                                 |  1 +
 integration-tests/{servicenow => github}/pom.xml   | 10 +++----
 .../component/github/it/GithubResource.java}       | 25 ++++++++--------
 .../quarkus/component/github/it/GithubIT.java}     |  4 +--
 .../quarkus/component/github/it/GithubTest.java}   | 12 ++++----
 integration-tests/pom.xml                          |  1 +
 poms/bom-deployment/pom.xml                        |  5 ++++
 poms/bom/pom.xml                                   | 10 +++++++
 15 files changed, 79 insertions(+), 58 deletions(-)
 copy {extensions-jvm/grpc => extensions/github}/deployment/pom.xml (91%)
 copy extensions/{olingo4/deployment/src/main/java/org/apache/camel/quarkus/component/olingo4/deployment/Olingo4Processor.java => github/deployment/src/main/java/org/apache/camel/quarkus/component/github/deployment/GithubProcessor.java} (65%)
 copy extensions/{amqp => github}/pom.xml (93%)
 copy extensions/{cron => github}/runtime/pom.xml (91%)
 copy extensions/{http => github}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (89%)
 copy integration-tests/{servicenow => github}/pom.xml (91%)
 copy integration-tests/{qute/src/main/java/org/apache/camel/quarkus/component/qute/it/QuteResource.java => github/src/main/java/org/apache/camel/quarkus/component/github/it/GithubResource.java} (67%)
 copy integration-tests/{csv/src/test/java/org/apache/camel/quarkus/component/csv/it/CsvIT.java => github/src/test/java/org/apache/camel/quarkus/component/github/it/GithubIT.java} (90%)
 copy integration-tests/{exec/src/test/java/org/apache/camel/quarkus/component/exec/it/ExecTest.java => github/src/test/java/org/apache/camel/quarkus/component/github/it/GithubTest.java} (79%)