This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from 431d67a374 Bump quarkiverse-groovy.version from 3.6.1 to 3.6.4
new df8f338f57 Upgrade Camel to 4.3.0
new d1ec963288 Fix #5559 to add tests for array with type of byte, binary,
date, datetime and password
The 2 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 +-
...bernetes-secrets.yml => kubernetes-cronjob.yml} | 6 +-
.../ROOT/examples/languages/{joor.yml => java.yml} | 8 +-
docs/modules/ROOT/examples/languages/joor.yml | 2 +-
docs/modules/ROOT/examples/others/aws-xray.yml | 2 +-
.../ROOT/pages/reference/extensions/jolt.adoc | 6 -
.../ROOT/pages/reference/extensions/joor.adoc | 9 +-
.../pages/reference/extensions/kubernetes.adoc | 1 +
.../spring/deployment/SpringKotlinProcessor.java | 5 +
.../spring/graal/SpringKotlinSubstitutions.java | 26 +
.../support/spring/graal/SpringSubstitutions.java | 5 -
.../fhir/deployment/r4/FhirR4Processor.java | 2 +-
.../component/joor/deployment/JoorProcessor.java | 12 +-
.../joor/runtime/JoorExpressionRecorder.java | 10 +-
.../java/deployment/OpenApiJavaProcessor.java | 2 +-
integration-test-groups/foundation/eip/pom.xml | 5 +
.../apache/camel/quarkus/eip/it/EipResource.java | 20 +-
.../org/apache/camel/quarkus/eip/it/EipRoutes.java | 5 +-
.../org/apache/camel/quarkus/eip/it/EipTest.java | 48 +-
.../camel/quarkus/component/joor/it/JoorRoute.java | 6 +-
.../component/openapijava/it/OpenApiRoutes.java | 63 +-
.../component/openapijava/it/v3/OpenApiV3Test.java | 29 +-
integration-tests/tarfile/pom.xml | 5 +-
.../quarkus/component/tarfile/it/TarfileTest.java | 2 +
pom.xml | 24 +-
poms/bom/pom.xml | 23 +
poms/bom/src/main/generated/flattened-full-pom.xml | 1575 +++++++++-----------
.../src/main/generated/flattened-reduced-pom.xml | 843 ++++++-----
.../generated/flattened-reduced-verbose-pom.xml | 931 ++++++------
29 files changed, 1866 insertions(+), 1811 deletions(-)
copy docs/modules/ROOT/examples/components/{kubernetes-secrets.yml =>
kubernetes-cronjob.yml} (69%)
copy docs/modules/ROOT/examples/languages/{joor.yml => java.yml} (69%)