This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard f5b19e5ea6 Disable couchdb tests due to #6148
discard a1a50e6441 Exclude jline native image configuration from
org.jetbrains.kotlin:kotlin-compiler-embeddable #6147
discard bb1c5bb4c1 Upgrade Quarkus to 3.12.0.CR1
add d4633f3097 Increase elasticsearch-rest-client test coverage
add 015860f316 Use certificate-generator for gRPC integration tests
add c7bc93814a Fixed flaky aws2 cw test with real service
add 7ec0426436 Bump quarkiverse-langchain4j.version from 0.14.2 to 0.15.1
(#6175)
new 5f4ea035eb Upgrade Quarkus to 3.12.0.CR1
new 86ff3bae62 Exclude jline native image configuration from
org.jetbrains.kotlin:kotlin-compiler-embeddable #6147
new 31c29dc025 Disable couchdb tests due to #6148
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 (f5b19e5ea6)
\
N -- N -- N refs/heads/quarkus-main (31c29dc025)
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 3 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:
.../elasticsearch-rest-client/deployment/pom.xml | 2 +-
.../elasticsearch-rest-client/runtime/pom.xml | 2 +-
.../quarkus/component/aws2/cw/it/Aws2CwTest.java | 6 +-
.../elasticsearch-rest-client/pom.xml | 48 +++
.../elasticsearch/rest/client/it/Document.java | 37 ++-
.../client/it/ElasticsearchRestClientResource.java | 151 +++++++--
.../client/it/ElasticsearchRestClientRoutes.java | 65 ++++
.../src/main/resources/application.properties | 2 +-
.../client/it/ElasticsearchRestClientTest.java | 360 ++++++++++++++++++++-
.../client/it/ElasticsearchRestTestResource.java | 136 ++++++++
.../rest/client/it/ElasticsearchTestResource.java | 83 -----
integration-tests/grpc/README.adoc | 38 ---
integration-tests/grpc/pom.xml | 5 +
.../camel/quarkus/component/grpc/it/GrpcRoute.java | 12 +-
.../grpc/src/main/resources/certs/ca-openssl.conf | 18 --
.../grpc/src/main/resources/certs/ca.key | 27 --
.../grpc/src/main/resources/certs/ca.pem | 20 --
.../grpc/src/main/resources/certs/client.key | 28 --
.../grpc/src/main/resources/certs/client.pem | 20 --
.../grpc/src/main/resources/certs/server.key | 28 --
.../grpc/src/main/resources/certs/server.pem | 20 --
.../camel/quarkus/component/grpc/it/GrpcTest.java | 15 +-
pom.xml | 6 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 4 +-
.../src/main/generated/flattened-reduced-pom.xml | 4 +-
.../generated/flattened-reduced-verbose-pom.xml | 4 +-
26 files changed, 780 insertions(+), 361 deletions(-)
copy
integration-test-groups/azure/azure-storage-queue/src/main/java/org/apache/camel/quarkus/component/azure/storage/queue/it/model/ExampleMessage.java
=>
integration-tests-jvm/elasticsearch-rest-client/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/Document.java
(59%)
create mode 100644
integration-tests-jvm/elasticsearch-rest-client/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestClientRoutes.java
copy {integration-test-groups/foundation/dataset =>
integration-tests-jvm/elasticsearch-rest-client}/src/main/resources/application.properties
(95%)
create mode 100644
integration-tests-jvm/elasticsearch-rest-client/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchRestTestResource.java
delete mode 100644
integration-tests-jvm/elasticsearch-rest-client/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/client/it/ElasticsearchTestResource.java
delete mode 100644 integration-tests/grpc/README.adoc
delete mode 100644
integration-tests/grpc/src/main/resources/certs/ca-openssl.conf
delete mode 100644 integration-tests/grpc/src/main/resources/certs/ca.key
delete mode 100644 integration-tests/grpc/src/main/resources/certs/ca.pem
delete mode 100644 integration-tests/grpc/src/main/resources/certs/client.key
delete mode 100644 integration-tests/grpc/src/main/resources/certs/client.pem
delete mode 100644 integration-tests/grpc/src/main/resources/certs/server.key
delete mode 100644 integration-tests/grpc/src/main/resources/certs/server.pem