You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/12/21 11:58:52 UTC

[camel-quarkus-examples] branch camel-quarkus-master updated (e08e58d -> 2e9e28f)

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

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


 discard e08e58d  Next is 1.6.0
    omit 697da44  Upgrade to Camel Quarkus 1.5.0
     add 7b99ed6  Upgrade to Camel Quarkus 1.5.0
     add eeb6646  CAMEL-15948: use examples.json
     add 2e9e28f  Upgrade to cq-maven-plugin 0.25.0

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   (e08e58d)
            \
             N -- N -- N   refs/heads/camel-quarkus-master (2e9e28f)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-build.yaml                    |  2 +-
 docs/modules/ROOT/attachments/examples.json        | 57 ++++++++++++++++++++++
 .../ROOT/pages/examples/file-split-log-xml.adoc    |  4 --
 docs/modules/ROOT/pages/examples/health.adoc       |  4 --
 docs/modules/ROOT/pages/examples/http-log.adoc     |  4 --
 .../modules/ROOT/pages/examples/observability.adoc |  4 --
 docs/modules/ROOT/pages/examples/rest-json.adoc    |  4 --
 .../modules/ROOT/pages/examples/timer-log-cdi.adoc |  4 --
 .../ROOT/pages/examples/timer-log-kotlin.adoc      |  4 --
 .../ROOT/pages/examples/timer-log-main.adoc        |  4 --
 .../ROOT/pages/examples/timer-log-spring.adoc      |  4 --
 .../modules/ROOT/pages/examples/timer-log-xml.adoc |  4 --
 docs/modules/ROOT/pages/examples/timer-log.adoc    |  4 --
 docs/modules/ROOT/pages/index.adoc                 | 17 -------
 file-split-log-xml/pom.xml                         |  2 +-
 health/pom.xml                                     |  2 +-
 http-log/pom.xml                                   |  2 +-
 mvnw-for-each.sh                                   |  2 +-
 observability/pom.xml                              |  2 +-
 rest-json/pom.xml                                  |  2 +-
 timer-log-cdi/pom.xml                              |  2 +-
 timer-log-kotlin/pom.xml                           |  2 +-
 timer-log-main/pom.xml                             |  2 +-
 timer-log-spring/pom.xml                           |  2 +-
 timer-log-xml/pom.xml                              |  2 +-
 timer-log/README.adoc                              |  2 +-
 timer-log/pom.xml                                  |  2 +-
 27 files changed, 71 insertions(+), 75 deletions(-)
 create mode 100644 docs/modules/ROOT/attachments/examples.json
 delete mode 100644 docs/modules/ROOT/pages/examples/file-split-log-xml.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/health.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/http-log.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/observability.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/rest-json.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/timer-log-cdi.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/timer-log-kotlin.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/timer-log-main.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/timer-log-spring.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/timer-log-xml.adoc
 delete mode 100644 docs/modules/ROOT/pages/examples/timer-log.adoc
 delete mode 100644 docs/modules/ROOT/pages/index.adoc