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 31ed470441 Fixed compilation issue in fhir
discard 0c0b061880 Generated files
discard 1a95add1b6 Disabled tarfile tests #5538
discard 6247e09b07 Different fix of http version conflict, CAMEL-20142
discard 68661d0960 Fixed Joor because of CAMEL-20137
discard 55b60ce86f Fixed compilation issues with fhir, http + generated stuff
discard a92df106f5 Upgrade Camel to 4.3.0
add 65573d8873 Fix MailTest.testAttachments test on Windows
add fda1c89870 Upgrade Quarkus to 3.6.0
add 28d96fd872 Enable Mail & Kafka test certificates to be regenerated for
the docker host name or ip address
add adaf945492 Upgrade Debezium to 2.3.3.Final
add 542f1dc444 Upgrade quarkus-amazon-services to 2.5.3
add d26b418159 Upgrade to Quarkus CXF 2.6.1
add 37f6ec30e6 Downgrade calculator-ws container version to 1.2
new e3a63026ab Upgrade Camel to 4.3.0
new 8c09fae405 Fixed compilation issues with fhir, http + generated stuff
new 4b41fa0255 Fixed Joor because of CAMEL-20137
new bd32093406 Different fix of http version conflict, CAMEL-20142
new 18696f5cd5 Disabled tarfile tests #5538
new 8b3ed318df Generated files
new dd842ec82a Fixed compilation issue in fhir
new 757a31f82c Resolved conflit + generated files
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 (31ed470441)
\
N -- N -- N refs/heads/camel-main (757a31f82c)
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 8 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 +-
docs/modules/ROOT/examples/others/aws-xray.yml | 2 +-
extensions-support/aws2/runtime/pom.xml | 15 +
.../aws/commons/graal/CrtSubstitutions.java | 181 ++
.../test/support/kafka/KafkaTestSupport.java | 37 +
integration-tests/kafka-sasl-ssl/README.adoc | 25 +-
.../kafka/sasl/KafkaSaslSslTestResource.java | 24 +-
.../test/resources/config/generate-certificates.sh | 39 +
integration-tests/kafka-ssl/README.adoc | 25 +-
.../quarkus/kafka/ssl/KafkaSslTestResource.java | 24 +-
.../test/resources/config/generate-certificates.sh | 39 +
integration-tests/mail/README.adoc | 17 +
.../quarkus/component/mail/CamelResource.java | 4 +-
.../quarkus/component/mail/MailTestResource.java | 71 +-
.../mail/src/test/resources/README.adoc | 12 -
.../src/test/resources/generate-certificates.sh | 14 +-
pom.xml | 15 +-
poms/bom/pom.xml | 10 +
poms/bom/src/main/generated/flattened-full-pom.xml | 3274 ++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 212 +-
.../generated/flattened-reduced-verbose-pom.xml | 920 +++---
21 files changed, 2741 insertions(+), 2221 deletions(-)
create mode 100644
extensions-support/aws2/runtime/src/main/java/org/apache/camel/quarkus/component/aws/commons/graal/CrtSubstitutions.java
create mode 100755
integration-tests/kafka-sasl-ssl/src/test/resources/config/generate-certificates.sh
create mode 100755
integration-tests/kafka-ssl/src/test/resources/config/generate-certificates.sh
create mode 100644 integration-tests/mail/README.adoc
delete mode 100644 integration-tests/mail/src/test/resources/README.adoc
copy docs/local-build.sh =>
integration-tests/mail/src/test/resources/generate-certificates.sh (67%)