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 3dd35e2  Upgrade to Quarkus 1.8.0 - WIP
     add 07ff801  Publish SNAPSHOT builds
     add d2d6689  Fix ProfileActivationException caused by ubounded version 
range
     add 5a7ccf2  Upgrade to cq-maven-plugin 0.15.0
     add 3a90749  Fix #765 Git support
     add db09712  Document snapshot builds in CI docs
     new 4b88050  Upgrade to Quarkus 1.8.0 - WIP

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   (3dd35e2)
            \
             N -- N -- N   refs/heads/quarkus-master (4b88050)

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/camel-master-cron.yaml           |  6 +-
 .github/workflows/ci-build.yaml                    |  2 +
 .github/workflows/pr-validate.yml                  |  1 +
 Jenkinsfile                                        | 68 +++++++++++++++
 catalog/pom.xml                                    |  2 +-
 docs/modules/ROOT/nav.adoc                         |  1 +
 docs/modules/ROOT/pages/contributor-guide/ci.adoc  |  8 ++
 docs/modules/ROOT/pages/reference/components.adoc  |  5 +-
 .../extensions/{aws-iam.adoc => git.adoc}          | 19 ++---
 docs/modules/ROOT/pages/reference/index.adoc       |  5 +-
 extensions/{grok => git}/deployment/pom.xml        | 12 ++-
 .../component/git/deployment/GitProcessor.java}    |  7 +-
 extensions/{jpa => git}/pom.xml                    |  4 +-
 extensions/{master => git}/runtime/pom.xml         | 14 ++--
 .../git/runtime/src/main/doc/configuration.adoc    |  1 +
 .../main/resources/META-INF/quarkus-extension.yaml |  6 +-
 extensions/pom.xml                                 |  1 +
 integration-tests/{grok => git}/pom.xml            | 23 +++--
 .../quarkus/component/git/it/GitResource.java      | 98 ++++++++++++++++++++++
 .../camel/quarkus/component/git/it/GitIT.java}     |  4 +-
 .../camel/quarkus/component/git/it/GitTest.java}   | 58 +++++++------
 integration-tests/pom.xml                          |  1 +
 pom.xml                                            |  4 +-
 poms/bom/pom.xml                                   | 15 ++++
 tooling/scripts/test-categories.yaml               |  1 +
 25 files changed, 289 insertions(+), 77 deletions(-)
 create mode 100644 Jenkinsfile
 copy docs/modules/ROOT/pages/reference/extensions/{aws-iam.adoc => git.adoc} 
(51%)
 copy extensions/{grok => git}/deployment/pom.xml (85%)
 copy 
extensions/{vm/deployment/src/main/java/org/apache/camel/quarkus/component/vm/deployment/VmProcessor.java
 => 
git/deployment/src/main/java/org/apache/camel/quarkus/component/git/deployment/GitProcessor.java}
 (88%)
 copy extensions/{jpa => git}/pom.xml (94%)
 copy extensions/{master => git}/runtime/pom.xml (89%)
 create mode 100644 extensions/git/runtime/src/main/doc/configuration.adoc
 copy extensions/{gson => 
git}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (91%)
 copy integration-tests/{grok => git}/pom.xml (87%)
 create mode 100644 
integration-tests/git/src/main/java/org/apache/camel/quarkus/component/git/it/GitResource.java
 copy 
integration-tests/{csv/src/test/java/org/apache/camel/quarkus/component/csv/it/CsvIT.java
 => git/src/test/java/org/apache/camel/quarkus/component/git/it/GitIT.java} 
(91%)
 copy 
integration-tests/{mongodb/src/test/java/org/apache/camel/quarkus/component/mongodb/it/MongodbGridfsTest.java
 => git/src/test/java/org/apache/camel/quarkus/component/git/it/GitTest.java} 
(50%)

Reply via email to