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/02/18 08:46:19 UTC

[camel-quarkus] branch quarkus-master updated (a3d0fbd -> 8dcfc98)

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

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


 discard a3d0fbd  Fix MongoDbProcessor according to the latest changes in the mongodb extension
 discard e435e65  Set quarkus.version to 999-SNAPSHOT
     add ddd1448  create camel-jira extension #710
     add 6655ce1  Merge pull request #712 from ffang/issues710
     add a06e266  camel-jira extension:more polish up
     add 45d8654  Merge pull request #714 from ffang/issues710
     add d032f1c  Schedule sync of quarkus-master branch
     add 5b6685c  Fix #716 Move the Atlassian Maven repository to the Jira runtime module
     add e0cfce2  Fix #713 Revisit the Quarkus native image mojo options generated by create-extension
     add 2ef5da4  Re-indent integration-tests/pdf/pom.xml with 4 spaces
     add 4241a4b  Fix #598 Use quarkus.package.type=native instead of the native-image mojo
     add 467ece2  Update quarkus to v1.3.0.Alpha2
     add 1b0c058  Fix MongoDbProcessor according to the latest changes in the mongodb extension
     add d5165e7  Improve Jira extension - Use RuntimeInitializedClassBuildItem instead of configuring additionalBuildArgs - Use application.properties for test configuration
     add 05ce2f6  Merge pull request #728 from jamesnetherton/jira-improvements
     add 5f82c11  Resolves #162 adds camel-box support
     add f64b94c  Merge pull request #722 from johnpoth/camel-box
     add c0c900e  chore: regen
     new 8dcfc98  Set quarkus.version to 999-SNAPSHOT

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a3d0fbd)
            \
             N -- N -- N   refs/heads/quarkus-master (8dcfc98)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 .github/workflows/pr-build.yaml                    |   4 +-
 ...camel-master-branch.yaml => sync-branches.yaml} |  11 +-
 .../pages/list-of-camel-quarkus-extensions.adoc    |   8 +-
 examples/file-split-log-xml/pom.xml                |  24 +--
 examples/observability/pom.xml                     |  21 +--
 examples/rest-json/pom.xml                         |  21 +--
 examples/timer-log-cdi/pom.xml                     |  24 +--
 examples/timer-log-kotlin/pom.xml                  |  24 +--
 examples/timer-log-spring/pom.xml                  |  24 +--
 examples/timer-log-xml/pom.xml                     |  24 +--
 examples/timer-log/pom.xml                         |  24 +--
 extensions/{bindy => box}/deployment/pom.xml       |  14 +-
 .../component/box/deployment/BoxProcessor.java     |  99 +++++++++++
 extensions/{bindy => box}/pom.xml                  |   4 +-
 extensions/{stream => box}/runtime/pom.xml         |   8 +-
 .../main/resources/META-INF/quarkus-extension.yaml |   6 +-
 extensions/{bindy => jira}/deployment/pom.xml      |  12 +-
 .../component/jira/deployment/JiraProcessor.java}  |  17 +-
 extensions/{bindy => jira}/pom.xml                 |   4 +-
 extensions/{olingo4 => jira}/runtime/pom.xml       |  46 ++---
 .../main/resources/META-INF/quarkus-extension.yaml |   5 +-
 extensions/pom.xml                                 |   2 +
 extensions/readme.adoc                             |   8 +-
 integration-tests/aws/pom.xml                      |  23 +--
 integration-tests/base64/pom.xml                   |  25 +--
 integration-tests/bean-validator/pom.xml           |  25 +--
 integration-tests/bean/pom.xml                     |  22 +--
 integration-tests/bindy/pom.xml                    |  25 +--
 integration-tests/box/README.adoc                  |  17 ++
 .../{reactive-streams => box}/pom.xml              |  47 +++--
 .../quarkus/component/box/it/BoxResource.java      | 100 +++++++++++
 .../quarkus/component/box/it/BoxRouteBuilder.java} |  37 ++--
 .../box}/src/main/resources/application.properties |  25 ++-
 .../camel/quarkus/component/box/it/BoxIT.java}     |   9 +-
 .../camel/quarkus/component/box/it/BoxTest.java    |  55 ++++++
 integration-tests/consul/pom.xml                   |  23 +--
 integration-tests/controlbus/pom.xml               |  25 +--
 integration-tests/core-impl/pom.xml                |  22 +--
 integration-tests/core-main-xml/pom.xml            |  22 +--
 integration-tests/core-main/pom.xml                |  22 +--
 integration-tests/core/pom.xml                     |  22 +--
 integration-tests/csv/pom.xml                      |  23 +--
 integration-tests/dataformat/pom.xml               |  25 +--
 integration-tests/dozer/pom.xml                    |  25 +--
 integration-tests/exec/pom.xml                     |  25 +--
 integration-tests/fhir/pom.xml                     |  26 +--
 integration-tests/file/pom.xml                     |  25 +--
 integration-tests/ftp/pom.xml                      |  25 +--
 integration-tests/http/pom.xml                     |  25 +--
 integration-tests/hystrix/pom.xml                  |  25 +--
 integration-tests/infinispan/pom.xml               |  22 +--
 integration-tests/jackson/pom.xml                  |  22 +--
 integration-tests/jdbc/pom.xml                     |  21 +--
 integration-tests/jira/README.adoc                 |  17 ++
 .../{reactive-streams => jira}/pom.xml             |  46 ++---
 .../quarkus/component/jira/it/JiraResource.java}   |  43 ++---
 .../src/main/resources/application.properties      |  19 +--
 .../camel/quarkus/component/jira/it/JiraIT.java}   |   9 +-
 .../camel/quarkus/component/jira/it/JiraTest.java} |  38 ++---
 integration-tests/jsonpath/pom.xml                 |  25 +--
 integration-tests/kafka/pom.xml                    |  25 +--
 integration-tests/mail/pom.xml                     |  22 +--
 integration-tests/microprofile/pom.xml             |  23 +--
 integration-tests/mongodb/pom.xml                  |  25 +--
 integration-tests/netty/pom.xml                    |  25 +--
 integration-tests/olingo4/pom.xml                  |  25 +--
 integration-tests/opentracing/pom.xml              |  25 +--
 integration-tests/paho/pom.xml                     |  23 +--
 integration-tests/pdf/pom.xml                      | 190 ++++++++++-----------
 integration-tests/platform-http-engine/pom.xml     |  26 +--
 integration-tests/platform-http/pom.xml            |  26 +--
 integration-tests/pom.xml                          |   2 +
 integration-tests/reactive-streams/pom.xml         |   3 +
 integration-tests/salesforce/pom.xml               |  22 +--
 integration-tests/scheduler/pom.xml                |  25 +--
 integration-tests/seda/pom.xml                     |  25 +--
 integration-tests/servlet/pom.xml                  |  21 +--
 integration-tests/sjms/pom.xml                     |  25 +--
 integration-tests/slack/pom.xml                    |  25 +--
 integration-tests/snakeyaml/pom.xml                |  25 +--
 integration-tests/sql/pom.xml                      |  25 +--
 integration-tests/stream/pom.xml                   |  25 +--
 integration-tests/tagsoup/pom.xml                  |  23 +--
 integration-tests/tarfile/pom.xml                  |  23 +--
 integration-tests/twitter/pom.xml                  |  23 +--
 integration-tests/validator/pom.xml                |   3 +
 integration-tests/xslt/pom.xml                     |  25 +--
 integration-tests/zipfile/pom.xml                  |  23 +--
 pom.xml                                            |   6 +-
 poms/bom-deployment/pom.xml                        |  10 ++
 poms/bom/pom.xml                                   |  54 ++++++
 .../integration-test-pom.xml                       |  25 +--
 92 files changed, 837 insertions(+), 1502 deletions(-)
 rename .github/workflows/{sync-camel-master-branch.yaml => sync-branches.yaml} (82%)
 copy extensions/{bindy => box}/deployment/pom.xml (86%)
 create mode 100644 extensions/box/deployment/src/main/java/org/apache/camel/quarkus/component/box/deployment/BoxProcessor.java
 copy extensions/{bindy => box}/pom.xml (94%)
 copy extensions/{stream => box}/runtime/pom.xml (93%)
 copy extensions/{pdf => box}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (92%)
 copy extensions/{bindy => jira}/deployment/pom.xml (86%)
 copy extensions/{slack/deployment/src/main/java/org/apache/camel/quarkus/component/slack/deployment/SlackProcessor.java => jira/deployment/src/main/java/org/apache/camel/quarkus/component/jira/deployment/JiraProcessor.java} (74%)
 copy extensions/{bindy => jira}/pom.xml (94%)
 copy extensions/{olingo4 => jira}/runtime/pom.xml (77%)
 copy extensions/{core => jira}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (92%)
 create mode 100644 integration-tests/box/README.adoc
 copy integration-tests/{reactive-streams => box}/pom.xml (75%)
 create mode 100644 integration-tests/box/src/main/java/org/apache/camel/quarkus/component/box/it/BoxResource.java
 copy integration-tests/{bean/src/main/java/org/apache/camel/quarkus/component/bean/RouteBuilderWithProducer.java => box/src/main/java/org/apache/camel/quarkus/component/box/it/BoxRouteBuilder.java} (55%)
 copy {examples/file-split-log-xml => integration-tests/box}/src/main/resources/application.properties (58%)
 copy integration-tests/{twitter/src/test/java/org/apache/camel/quarkus/component/twitter/CamelTwitterIT.java => box/src/test/java/org/apache/camel/quarkus/component/box/it/BoxIT.java} (71%)
 create mode 100644 integration-tests/box/src/test/java/org/apache/camel/quarkus/component/box/it/BoxTest.java
 create mode 100644 integration-tests/jira/README.adoc
 copy integration-tests/{reactive-streams => jira}/pom.xml (72%)
 copy integration-tests/{seda/src/main/java/org/apache/camel/quarkus/component/seda/it/SedaResource.java => jira/src/main/java/org/apache/camel/quarkus/component/jira/it/JiraResource.java} (59%)
 copy {examples/timer-log-xml => integration-tests/jira}/src/main/resources/application.properties (72%)
 copy integration-tests/{twitter/src/test/java/org/apache/camel/quarkus/component/twitter/CamelTwitterIT.java => jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraIT.java} (70%)
 copy integration-tests/{file/src/test/java/org/apache/camel/quarkus/component/file/it/FileTest.java => jira/src/test/java/org/apache/camel/quarkus/component/jira/it/JiraTest.java} (60%)


[camel-quarkus] 01/01: Set quarkus.version to 999-SNAPSHOT

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8dcfc98ef08bac755a371e060831ed4c8e0d465c
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Feb 7 10:48:54 2020 +0100

    Set quarkus.version to 999-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3228e1a..097e526 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         <camel.version>3.0.1</camel.version>
         <guava.version>26.0-jre</guava.version>
         <hapi.version>4.1.0</hapi.version>
-        <quarkus.version>1.3.0.Alpha2</quarkus.version>
+        <quarkus.version>999-SNAPSHOT</quarkus.version>
         <httpmime.version>4.1.3</httpmime.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>