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

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


 discard feeffa0  Upgrade to Quarkus 1.12.0.Final
     add 9553e86  Upgrade Camel to 3.7.1
     add 6023d9f  IPFS native support
     add a0d82d7  Increased maven-plugin-version to 1.11.0.Final. Adjusted 
description of rest-json example
     new 7620126  Upgrade to Quarkus 1.12.0.Final

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   (feeffa0)
            \
             N -- N -- N   refs/heads/quarkus-master (7620126)

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:
 .../ROOT/pages/reference/extensions/ipfs.adoc      |  8 +--
 .../modules/ROOT/pages/user-guide/first-steps.adoc |  4 +-
 .../ROOT/partials/reference/components/ipfs.adoc   |  6 +-
 .../partials/reference/components/jclouds.adoc     |  2 +-
 .../component/ipfs/deployment/IpfsProcessor.java   | 46 ------------
 extensions-jvm/ipfs/integration-test/pom.xml       | 83 ----------------------
 .../quarkus/component/ipfs/it/IpfsResource.java    | 51 -------------
 .../camel/quarkus/component/ipfs/it/IpfsTest.java  | 34 ---------
 extensions-jvm/pom.xml                             |  1 -
 .../ipfs/deployment/pom.xml                        |  0
 .../component/ipfs/deployment/IpfsProcessor.java}  |  6 +-
 {extensions-jvm => extensions}/ipfs/pom.xml        |  1 -
 .../ipfs/runtime/pom.xml                           |  1 +
 .../main/resources/META-INF/quarkus-extension.yaml |  3 +-
 extensions/pom.xml                                 |  1 +
 integration-tests/{twilio => ipfs}/pom.xml         | 23 +++---
 .../quarkus/component/ipfs/it/IpfsResource.java}   | 33 +++++----
 .../camel/quarkus/component/ipfs/it/IpfsIT.java}   |  4 +-
 .../camel/quarkus/component/ipfs/it/IpfsTest.java  | 79 ++++++++++++++++++++
 .../component/ipfs/it/IpfsTestResource.java        | 39 +++++-----
 integration-tests/pom.xml                          |  1 +
 pom.xml                                            |  2 +-
 tooling/scripts/test-categories.yaml               |  1 +
 23 files changed, 149 insertions(+), 280 deletions(-)
 delete mode 100644 
extensions-jvm/ipfs/deployment/src/main/java/org/apache/camel/quarkus/component/ipfs/deployment/IpfsProcessor.java
 delete mode 100644 extensions-jvm/ipfs/integration-test/pom.xml
 delete mode 100644 
extensions-jvm/ipfs/integration-test/src/main/java/org/apache/camel/quarkus/component/ipfs/it/IpfsResource.java
 delete mode 100644 
extensions-jvm/ipfs/integration-test/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsTest.java
 rename {extensions-jvm => extensions}/ipfs/deployment/pom.xml (100%)
 copy 
extensions/{file/deployment/src/main/java/org/apache/camel/quarkus/component/file/deployment/FileProcessor.java
 => 
ipfs/deployment/src/main/java/org/apache/camel/quarkus/component/ipfs/deployment/IpfsProcessor.java}
 (88%)
 rename {extensions-jvm => extensions}/ipfs/pom.xml (97%)
 rename {extensions-jvm => extensions}/ipfs/runtime/pom.xml (98%)
 rename {extensions-jvm => 
extensions}/ipfs/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(97%)
 copy integration-tests/{twilio => ipfs}/pom.xml (91%)
 copy 
integration-tests/{csimple/src/main/java/org/apache/camel/quarkus/component/csimple/it/CSimpleResource.java
 => 
ipfs/src/main/java/org/apache/camel/quarkus/component/ipfs/it/IpfsResource.java}
 (63%)
 copy 
integration-tests/{amqp/src/test/java/org/apache/camel/quarkus/component/amqp/it/AmqpIT.java
 => ipfs/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsIT.java} 
(91%)
 create mode 100644 
integration-tests/ipfs/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsTest.java
 copy 
extensions-jvm/nitrite/integration-test/src/test/java/org/apache/camel/quarkus/component/nitrite/it/NitriteTestResource.java
 => 
integration-tests/ipfs/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsTestResource.java
 (55%)

Reply via email to