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

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


 discard 22f3577e54 Rework Kemelet build time resource processing for #5230
 discard 0317a97e86 Fixed azure tests
 discard fe5c6861f3 Synced + generated
 discard 738cecbb4c Generated files
 discard 0bf8386227 Implement ignoreLoadingError methods in RouteCollector impls
 discard ef1048a1ae Implement getClassLoaders method for 
CamelQuarkusClassResolver
 discard 3f9fee1136 Rework NATS native fix for missing sun.security.x509.X509Key
 discard 1457f971d6 Fix pdf integration tests native compilation
 discard aa920ca526 Implement newInstance(Class<T>, Class<?>, String) in 
DryModeInjector
 discard d016185d3b Generated files
 discard 53cb687166 Resolved conflict + generated files
 discard 36da5e535a Reverted some changes of converters because of 
17fb33e7498533a6eb328c7f1ea95078a3c9e68e
 discard 51544f3d0c Checking bigger timeout interval on CI
 discard 133d1d71d5 Generated files
 discard cf825e62b9 Fixed enablement of typeConverter statisctics because of 
CAMEL-19398
 discard 0d4b1f4276 Fixed converters comiplation error CAMEL-19398 + generated 
files
 discard f03dc67dab Fix Quarkus recorder serialization issues for 
RouteTemplateDefinition resources
 discard a08d3fa11e Add initial support for request validation in rest-openapi 
extension
 discard 7ff8d57be9 Disabled tests using kubernetess client, see #5318
 discard d62246de0d Enabled  
RouteConfigurationsTest#sendContentToXmlRouteShouldTriggerOnExceptionInYamlRouteConfiguration
 f
 discard 255dbf053d Regen files
 discard d125fd419e Antora conflict
 discard a49db3539e Enabled infinispan-quarkus-client tests #5232
 discard d5a5d3d640 Enabled infinispan #5232
 discard 2af393fd75 Enabled flatpak test #5260
 discard 551e9f1f20 Kudu dependency conflict fix + generated files
 discard ab650b7b58 Generated files
 discard 55fe85e700 flatpack - disabled test because of CAMEL-19837
 discard 21375ec97d Fixed main-command-mode tests becaise of recent changes of 
Timer
 discard 1502780f55 Twilio - disabled tests because of #5254
 discard 9dddaac5a5 Fixed Kamelet because of timer change (CAMEL-19817)
 discard 453cc969de Disabled Fop and Pdf native
 discard f5a1d65193 Tika - aded explabation and limitation regarding pdf, see 
#5234
 discard 0c567f011e Auto-geerated files
 discard 58a55031d4 Fixed dependency confilct after upgrade of Snakeyaml engine 
to 2.7 i Camel + generated files
 discard 9d032e3e69 Fixed pdf tests
 discard 30edc65a37 Disabled tika tests using pdfbox (see #5234)
 discard 7913782acf Disabled infinispan-quarkus-client tests + native (newer 
Quarkus is required)
 discard f5e28df188 Fixed nats - needs more investigation
 discard ca6efea779 Generated changes
 discard 2608c5b15f Fixed compilatin errors in Pdf and Fop because of 
CAMEL-19796
 discard 0600a921fe Fixed main-xml-jaxb because of CAMEL-19765
 discard 87e96a4512 fixed foundation/core tests
 discard f8c478a681 Disabled infinispan tests + native (newer Quarkus is 
required)
 discard 657ead7973 Generated files + workaround for kamelets
 discard 65b1bc5693 Upgrade Camel to 4.1.0
     add 190cfbbf5c Upgrade Camel to 4.1.0
     add 7a68aa35e8 Add native support for rest-openapi request validation 
feature
     add c3985e643f Camel 4.1 docs is not published (yet)
     add 6a63a2eb1e Upgrade Quarkus to 3.5.0.CR1
     add eb9e26301b Remove auto update of antora camel-docs-version attribute 
until Camel 4.1 docs are published
     add 49852bc9d0 Sql: Test SqlTest#testDefaultErrorCode fails with mssql
     add 3f7e28b49f Splunk docker image for testing should be 9.0 (not 9.1)
     add 18b24e5fd8 Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.1.1 
to 3.1.2
     add b12ff0dcd6 Remove erroneous SpoolRule reflective class configuration 
from camel-k-runtime extension
     add 5e92e2eafc Fix snakeyaml-engine version property name
     add 7dba0e3628 Reformat generated files
     new b1d3b8d096 Upgrade Camel to 4.2.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   (22f3577e54)
            \
             N -- N -- N   refs/heads/camel-main (b1d3b8d096)

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:
 catalog/pom.xml                                    |   13 +
 docs/antora.yml                                    |    6 +-
 .../quarkus/k/deployment/RuntimeProcessor.java     |    6 -
 .../csimple/deployment/CSimpleProcessor.java       |    3 +-
 .../dsl/jsh/deployment/JshDslProcessor.java        |    3 +-
 .../dsl/kotlin/deployment/KotlinDslProcessor.java  |    3 +-
 .../openapi/deployment/RestOpenapiProcessor.java   |   37 +-
 .../resources/container-license-acceptance.txt     |    2 +-
 integration-tests/camel-k-runtime/pom.xml          |    3 -
 .../kafka/sasl/KafkaSaslSslTestResource.java       |   27 +-
 .../quarkus/kafka/sasl/KafkaSaslTestResource.java  |   25 +-
 .../quarkus/kafka/ssl/KafkaSslTestResource.java    |   27 +-
 integration-tests/kamelet/pom.xml                  |   13 +
 integration-tests/kubernetes/pom.xml               |    3 -
 integration-tests/master-openshift/pom.xml         |    3 -
 integration-tests/nats/pom.xml                     |    9 -
 .../component/rest/openapi/it/RestOpenapiTest.java |    2 -
 .../quarkus/component/sql/it/SqlResource.java      |    7 +
 .../camel/quarkus/component/sql/it/SqlTest.java    |    9 +-
 pom.xml                                            |   17 +-
 poms/bom/pom.xml                                   |   20 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 1194 ++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  724 ++++++------
 .../generated/flattened-reduced-verbose-pom.xml    |  772 ++++++-------
 .../apache/camel/quarkus/test/CallbackUtil.java    |    5 +-
 25 files changed, 1487 insertions(+), 1446 deletions(-)

Reply via email to