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

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


 discard ab1fcc334a Upgrade Quarkus to 3.22.0.CR1
     add 64bd7d8db2 Groovy: extend test coverage
     add 19b9b9536b Align json-smart with Camel
     add c91bfef55d Ensure docs component xref point to Camel 4.10.x
     add 11110712b0 Fix potential Jolokia java.net.BindException in dev mode
     new f85220a276 Upgrade Quarkus to 3.22.0.CR1

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   (ab1fcc334a)
            \
             N -- N -- N   refs/heads/quarkus-main (f85220a276)

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:
 docs/antora.yml                                    |  2 +-
 .../ROOT/pages/reference/extensions/groovy.adoc    |  6 ++
 .../groovy/runtime/src/main/doc/limitations.adoc   |  6 ++
 .../jolokia/deployment/JolokiaProcessor.java       | 24 +++++-
 .../DevModeJolokiaServerShutdownListener.java      | 25 ++++---
 .../component/groovy/it/GroovyProducers.java       | 36 ++++-----
 .../component/groovy/it/GroovyResource.java        | 39 ++++++----
 .../quarkus/component/groovy/it/GroovyRoutes.java  | 71 ++++++++++++++++++
 .../src/main/resources/application.properties      |  2 +-
 .../src/main/resources/mygroovy.groovy}            |  5 +-
 .../quarkus/component/groovy/it/GroovyTest.java    | 86 +++++++++++++++++++++-
 pom.xml                                            |  2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  2 +-
 .../src/main/generated/flattened-reduced-pom.xml   |  2 +-
 .../generated/flattened-reduced-verbose-pom.xml    |  2 +-
 15 files changed, 252 insertions(+), 58 deletions(-)
 copy 
test-framework/junit5/src/main/java/org/apache/camel/quarkus/test/AfterConstructCallback.java
 => 
extensions/jolokia/runtime/src/main/java/org/apache/camel/quarkus/jolokia/devmode/DevModeJolokiaServerShutdownListener.java
 (54%)
 copy 
integration-test-groups/foundation/bean/src/main/java/org/apache/camel/quarkus/component/bean/WithHandlerBean.java
 => 
integration-tests/groovy/src/main/java/org/apache/camel/quarkus/component/groovy/it/GroovyProducers.java
 (56%)
 copy {integration-test-groups/foundation/dataset => 
integration-tests/groovy}/src/main/resources/application.properties (95%)
 copy integration-tests/{datasonnet/src/main/resources/readCSVTest.ds => 
groovy/src/main/resources/mygroovy.groovy} (94%)

Reply via email to