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 c6f86d3b3e synced + generated
discard 5208f9daca Added await for throttle test
discard 40305179a9 Generated files
discard ebb92ed66d generatedFiles
discard 36777010d5 Fix #5559 to add tests for array with type of byte, binary,
date, datetime and password
discard 0debac2a96 Remove redundant Jetty dependencies from the BOM
discard b8790aa411 Add camel-tooling-util to the BOM
discard 9de7fecd28 Fixed compilation issue + generated files
discard c841044e7b generated files
discard aabfb11867 Fix Spring 6.1.x native support
discard 024314a2a0 Disabled JTA & SQL native because of spring update #5583
discard aad7348d63 Disabled spring-rabbitmq because of spring update #5583
discard 733dcd70a6 Disabled native for tarfile test - #5538
discard be040e1097 Fix of upgraded spring-version to 6.1.1
discard 4a6f0e6504 Fixed core eip tests throttling + generated files
discard 4b27562856 Quick fix of fhir + fixed compilation + generated stuff
discard 0f5c2d0fc3 Resolved conflit + generated files
discard 923bdc13ce Fixed compilation issue in fhir
discard 64c280a254 Generated files
discard 0faf0c5a0f Disabled tarfile tests #5538
discard 60d42568bb Different fix of http version conflict, CAMEL-20142
discard e50c609aba Fixed Joor because of CAMEL-20137
discard 0e252fe3b8 Fixed compilation issues with fhir, http + generated stuff
discard b327d0269f Upgrade Camel to 4.3.0
add b154d2c507 Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.1.2
to 3.1.3 (#5612)
add 1e2b9e8f8f Bump quarkiverse-jgit.version from 3.0.5 to 3.0.6 (#5613)
add 72083f9800 Bump
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.7.2 to 2.7.3
(#5614)
add 869d4e2d70 Upgarde Quarkus to 3.6.4 (#5616)
add 71a94baced file: migrate read lock test to new harness #3584 (#5618)
add fe9f0476a9 Bump actions/upload-artifact from 3 to 4
add 0b0917bc92 Bump actions/download-artifact from 3 to 4
add 431d67a374 Bump quarkiverse-groovy.version from 3.6.1 to 3.6.4
add df8f338f57 Upgrade Camel to 4.3.0
add d1ec963288 Fix #5559 to add tests for array with type of byte, binary,
date, datetime and password
new e6076b9b71 Upgrade Camel to 4.4.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 (c6f86d3b3e)
\
N -- N -- N refs/heads/camel-main (e6076b9b71)
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 | 16 +-
.github/workflows/ci-build.yaml | 16 +-
.github/workflows/quarkus-master-cron.yaml | 16 +-
docs/antora.yml | 4 +-
docs/modules/ROOT/examples/components/hdfs.yml | 13 -
docs/modules/ROOT/examples/others/groovy-dsl.yml | 2 +-
.../pages/reference/extensions/groovy-dsl.adoc | 2 +-
.../ROOT/pages/reference/extensions/hdfs.adoc | 7 -
.../pages/reference/extensions/kotlin-dsl.adoc | 7 +
.../quarkus/core/CamelQuarkusClassResolver.java | 12 +
.../java/joor/deployment/JavaJoorDslProcessor.java | 4 +-
.../component/joor/deployment/JoorProcessor.java | 4 +-
.../org/apache/camel/component/qute/qute.json | 3 +-
.../quarkus/component/file/it/FileRoutes.java | 4 +-
.../camel/quarkus/component/file/it/FileTest.java | 55 -
.../component/file/it/NonFlakyFileTest.java | 32 +-
.../file/it/NonFlakyFileTestResource.java | 6 +
pom.xml | 26 +-
poms/bom/pom.xml | 6 +
poms/bom/src/main/generated/flattened-full-pom.xml | 3678 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 858 ++---
.../generated/flattened-reduced-verbose-pom.xml | 1098 +++---
.../camel/quarkus/test/AfterEachCallback.java | 1 -
.../camel/quarkus/test/BeforeEachCallback.java | 1 -
.../AdviceInDoBeforeEachMethodsTest.java | 6 +-
25 files changed, 2967 insertions(+), 2910 deletions(-)
delete mode 100644 docs/modules/ROOT/examples/components/hdfs.yml