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

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


 discard ac65439c51 Regen
    omit a8c8441524 regen
    omit bbc87b7364 Upgrade Camel to 4.19.0
    omit 3040518338 Pqc native support
    omit e724c149b7 Remove Nitrite component
    omit a3cfc199fc feat(observability-svc): default logging metrics on shutdown
    omit bf88af5b4c feat(micrometer): enable logging metrics on shutdown
    omit 5ebbed46e5 fixes #8398: moves groovy-xml into groovy
     add 76f2ba2bf4 Auto-detect onException/doCatch/throwException exception 
classes for native reflection (#8508)
     new 5d94cd28aa fixes #8398: moves groovy-xml into groovy
     new 32c53e10b9 feat(micrometer): enable logging metrics on shutdown
     new 9a1b995791 feat(observability-svc): default logging metrics on shutdown
     new 5b7d3c6a1b Remove Nitrite component
     new bea8328614 Pqc native support
     new c7785fede4 Upgrade Camel to 4.19.0
     new 90228975b0 regen
     new 26620c665c Regen
     new 15043da927 Changes required for json-schema-validator update

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   (ac65439c51)
            \
             N -- N -- N   refs/heads/camel-main (15043da927)

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 9 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:
 .../core/deployment/CamelNativeImageProcessor.java | 144 +++++++++++++++++++
 .../dsl/xml/io/deployment/XmlIoDslProcessor.java   | 156 +++++++++++++++++++++
 .../dsl/yaml/deployment/YamlDslProcessor.java      |  98 +++++++++++++
 .../graal/JsonValidatorSubstitutions.java          |   4 +-
 .../org/apache/camel/quarkus/eip/it/EipRoutes.java |   2 -
 .../RouteConfigurationsException.java              |  10 +-
 .../RouteConfigurationsResource.java               |  14 ++
 ...rationsException.java => XmlOnlyException.java} |  15 +-
 ...ationsException.java => YamlOnlyException.java} |  15 +-
 .../src/main/resources/application.properties      |   2 +-
 .../src/main/resources/xml/xmlOnlyRoutes.xml       |  15 +-
 .../yaml/{routes.yaml => yamlOnlyRoutes.yaml}      |  16 ++-
 .../RouteConfigurationsTest.java                   |  26 ++++
 .../json/validator/it/JsonValidatorResource.java   |   8 +-
 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 +-
 17 files changed, 492 insertions(+), 39 deletions(-)
 copy 
integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsException.java
 => XmlOnlyException.java} (69%)
 copy 
integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsException.java
 => YamlOnlyException.java} (68%)
 copy integration-tests/jasypt/src/main/resources/routes/jasypt-routes.xml => 
integration-test-groups/foundation/route-configurations/src/main/resources/xml/xmlOnlyRoutes.xml
 (58%)
 copy 
integration-test-groups/foundation/route-configurations/src/main/resources/yaml/{routes.yaml
 => yamlOnlyRoutes.yaml} (64%)

Reply via email to