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 9beeaa2  Upgrade to Quarkus 1.7.0 - WIP
     add ab24056  Add example about how to use @Handler with beans registered 
to the Camel Context
     add ffa9631  Fix issues with building from the source release zip
     add c38e45c  improve bootstrap and configuration documentation
     new ac2ded7  Upgrade to Quarkus 1.7.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   (9beeaa2)
            \
             N -- N -- N   refs/heads/quarkus-master (ac2ded7)

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           |  4 +-
 .github/workflows/ci-build.yaml                    |  4 +-
 .github/workflows/quarkus-master-cron.yaml         |  4 +-
 .../contributor-guide/promote-jvm-to-native.adoc   |  2 +-
 docs/modules/ROOT/pages/user-guide/bootstrap.adoc  | 67 ++++++++++++++++++++--
 .../quarkus/component/bean/CamelResource.java      |  8 +++
 .../camel/quarkus/component/bean/CamelRoute.java   | 11 ++++
 .../bean/{NamedBean.java => WithHandlerBean.java}  | 29 ++++++----
 .../camel/quarkus/component/bean/BeanTest.java     | 10 ++++
 tooling/descriptors/src.xml                        |  4 +-
 {.github => tooling/scripts}/test-categories.yaml  |  0
 tooling/scripts/validate-github-workflows.groovy   |  2 +-
 12 files changed, 117 insertions(+), 28 deletions(-)
 copy 
integration-tests/bean/src/main/java/org/apache/camel/quarkus/component/bean/{NamedBean.java
 => WithHandlerBean.java} (62%)
 rename {.github => tooling/scripts}/test-categories.yaml (100%)

Reply via email to