This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
omit ab49e31 Fix CamelContextCustomizerTest compilation errors
omit ed5ce70 Register required AHC classes for runtime initialization
add 1d87d96 Upgrade Activemq to version 5.11.12
add 3914963 Upgrade Quarkus Qpid JMS to 0.14.1
add 62d2b10 Add native support for Elasticsearch REST
add 59257bf Ensure unlisted is not present while promoting a JVM only
extension to native
add 6fab85a Improve Elasticsearch Rest test method name
add d67b571 Fix #1153 Import camel-quarkus-bom-test into
camel-quarkus-build-parent-it
new 6513bba Register required AHC classes for runtime initialization
new f2c94ee Fix CamelContextCustomizerTest compilation errors
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 (ab49e31)
\
N -- N -- N refs/heads/quarkus-master (f2c94ee)
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 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:
.github/test-categories.yaml | 1 +
.../pages/list-of-camel-quarkus-extensions.adoc | 6 +-
docs/modules/ROOT/pages/promote-jvm-to-native.adoc | 1 +
extensions-jvm/avro-rpc/integration-test/pom.xml | 3 +-
extensions-jvm/avro/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-ddb/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-ec2/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-ecs/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-eks/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-iam/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-kms/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-mq/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-msk/integration-test/pom.xml | 3 +-
extensions-jvm/aws2-ses/integration-test/pom.xml | 3 +-
.../aws2-translate/integration-test/pom.xml | 3 +-
.../cassandraql/integration-test/pom.xml | 3 +-
extensions-jvm/couchbase/integration-test/pom.xml | 3 +-
.../debezium-mongodb/integration-test/pom.xml | 3 +-
.../debezium-mysql/integration-test/pom.xml | 3 +-
.../debezium-postgres/integration-test/pom.xml | 3 +-
.../debezium-sqlserver/integration-test/pom.xml | 3 +-
.../deployment/ElasticsearchRestProcessor.java | 47 ----------
.../elasticsearch-rest/integration-test/pom.xml | 80 -----------------
.../rest/it/ElasticsearchRestResource.java | 51 -----------
.../rest/it/ElasticsearchRestTest.java | 34 --------
.../main/resources/META-INF/quarkus-extension.yaml | 29 -------
.../google-bigquery/integration-test/pom.xml | 3 +-
.../google-pubsub/integration-test/pom.xml | 15 +---
extensions-jvm/groovy/integration-test/pom.xml | 3 +-
extensions-jvm/grpc/integration-test/pom.xml | 15 +---
.../mongodb-gridfs/integration-test/pom.xml | 3 +-
extensions-jvm/nitrite/integration-test/pom.xml | 3 +-
extensions-jvm/ognl/integration-test/pom.xml | 3 +-
extensions-jvm/openstack/integration-test/pom.xml | 3 +-
extensions-jvm/pom.xml | 1 -
extensions-jvm/protobuf/integration-test/pom.xml | 15 +---
extensions-jvm/pubnub/integration-test/pom.xml | 3 +-
extensions-jvm/rabbitmq/integration-test/pom.xml | 3 +-
.../rest-openapi/integration-test/pom.xml | 15 +---
.../elasticsearch-rest/deployment/pom.xml | 6 +-
.../deployment/ElasticsearchRestProcessor.java | 6 +-
.../elasticsearch-rest/pom.xml | 3 +-
.../elasticsearch-rest/runtime/pom.xml | 10 ++-
.../main/resources/META-INF/quarkus-extension.yaml | 5 +-
extensions/pom.xml | 1 +
integration-tests/activemq/pom.xml | 12 ---
integration-tests/amqp/pom.xml | 12 ---
integration-tests/aws/pom.xml | 12 ---
integration-tests/aws2/pom.xml | 12 ---
integration-tests/azure/pom.xml | 12 ---
integration-tests/base64/pom.xml | 12 ---
integration-tests/bean-validator/pom.xml | 12 ---
integration-tests/bean/pom.xml | 12 ---
integration-tests/bindy/pom.xml | 12 ---
integration-tests/box/pom.xml | 12 ---
integration-tests/braintree/pom.xml | 12 ---
integration-tests/compression/pom.xml | 12 ---
integration-tests/consul/pom.xml | 12 ---
integration-tests/controlbus/pom.xml | 12 ---
integration-tests/core-impl/pom.xml | 12 ---
.../core-main-caffeine-lrucache/pom.xml | 12 ---
integration-tests/core-main-collector/pom.xml | 12 ---
integration-tests/core-main-xml-io/pom.xml | 12 ---
integration-tests/core-main-xml-jaxb/pom.xml | 12 ---
integration-tests/core-main/pom.xml | 12 ---
integration-tests/core/pom.xml | 12 ---
integration-tests/couchdb/pom.xml | 12 ---
integration-tests/csv/pom.xml | 12 ---
integration-tests/dataformat/pom.xml | 12 ---
integration-tests/dataformats-json/pom.xml | 12 ---
integration-tests/dozer/pom.xml | 12 ---
.../{kubernetes => elasticsearch-rest}/pom.xml | 14 +--
.../rest/it/ElasticsearchRestResource.java | 99 ++++++++++++++++++++++
.../rest/it/ElasticSearchTestResource.java} | 29 ++++---
.../rest/it/ElasticsearchRestIT.java} | 5 +-
.../rest/it/ElasticsearchRestTest.java | 86 +++++++++++++++++++
integration-tests/exec/pom.xml | 12 ---
integration-tests/fhir/pom.xml | 12 ---
integration-tests/file/pom.xml | 12 ---
integration-tests/ftp/pom.xml | 12 ---
integration-tests/github/pom.xml | 12 ---
integration-tests/google/pom.xml | 12 ---
integration-tests/graphql/pom.xml | 12 ---
integration-tests/http/pom.xml | 12 ---
integration-tests/hystrix/pom.xml | 12 ---
integration-tests/infinispan/pom.xml | 12 ---
integration-tests/influxdb/pom.xml | 12 ---
integration-tests/jaxb/pom.xml | 12 ---
integration-tests/jdbc/pom.xml | 12 ---
integration-tests/jira/pom.xml | 12 ---
integration-tests/jsonpath/pom.xml | 12 ---
integration-tests/kafka/pom.xml | 12 ---
integration-tests/kudu/pom.xml | 12 ---
integration-tests/mail/pom.xml | 12 ---
integration-tests/messaging/pom.xml | 12 ---
integration-tests/microprofile/pom.xml | 12 ---
integration-tests/mongodb/pom.xml | 12 ---
integration-tests/mustache/pom.xml | 12 ---
integration-tests/netty/pom.xml | 12 ---
integration-tests/olingo4/pom.xml | 12 ---
integration-tests/opentracing/pom.xml | 12 ---
integration-tests/pdf/pom.xml | 12 ---
integration-tests/platform-http-engine/pom.xml | 12 ---
integration-tests/platform-http/pom.xml | 12 ---
integration-tests/pom.xml | 1 +
integration-tests/quartz/pom.xml | 12 ---
integration-tests/qute/pom.xml | 12 ---
integration-tests/reactive-streams/pom.xml | 12 ---
integration-tests/ref/pom.xml | 12 ---
integration-tests/rest-binding-mode-xml/pom.xml | 12 ---
integration-tests/salesforce/pom.xml | 12 ---
integration-tests/sap-netweaver/pom.xml | 12 ---
integration-tests/scheduler/pom.xml | 12 ---
integration-tests/seda/pom.xml | 12 ---
integration-tests/send-dynamic-http/pom.xml | 12 ---
integration-tests/servicenow/pom.xml | 12 ---
integration-tests/servlet/pom.xml | 12 ---
integration-tests/slack/pom.xml | 12 ---
integration-tests/soap/pom.xml | 12 ---
integration-tests/sql/pom.xml | 12 ---
integration-tests/stream/pom.xml | 12 ---
.../support/core-main-collector/runtime/pom.xml | 7 --
.../support/core-main/runtime/pom.xml | 7 --
integration-tests/support/pom.xml | 4 +-
.../camel/quarkus/test/TrustStoreResource.java | 12 +--
integration-tests/tarfile/pom.xml | 12 ---
integration-tests/telegram/pom.xml | 12 ---
integration-tests/twitter/pom.xml | 12 ---
integration-tests/validator/pom.xml | 12 ---
integration-tests/websocket-jsr356/pom.xml | 12 ---
integration-tests/xml/pom.xml | 12 ---
integration-tests/xstream/pom.xml | 12 ---
pom.xml | 5 +-
poms/bom/pom.xml | 11 +++
poms/build-parent-it/pom.xml | 11 +++
.../integration-test-pom.xml | 3 +-
.../quarkus/maven/UpdateDocExtensionsListMojo.java | 5 ++
137 files changed, 338 insertions(+), 1304 deletions(-)
delete mode 100644
extensions-jvm/elasticsearch-rest/deployment/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/deployment/ElasticsearchRestProcessor.java
delete mode 100644 extensions-jvm/elasticsearch-rest/integration-test/pom.xml
delete mode 100644
extensions-jvm/elasticsearch-rest/integration-test/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestResource.java
delete mode 100644
extensions-jvm/elasticsearch-rest/integration-test/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java
delete mode 100644
extensions-jvm/elasticsearch-rest/runtime/src/main/resources/META-INF/quarkus-extension.yaml
rename {extensions-jvm => extensions}/elasticsearch-rest/deployment/pom.xml
(92%)
copy
extensions-core/reactive-executor/deployment/src/main/java/org/apache/camel/quarkus/reactive/executor/deployment/Feature.java
=>
extensions/elasticsearch-rest/deployment/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/deployment/ElasticsearchRestProcessor.java
(85%)
rename {extensions-jvm => extensions}/elasticsearch-rest/pom.xml (94%)
rename {extensions-jvm => extensions}/elasticsearch-rest/runtime/pom.xml (89%)
copy {extensions-core/caffeine-lrucache =>
extensions/elasticsearch-rest}/runtime/src/main/resources/META-INF/quarkus-extension.yaml
(85%)
copy integration-tests/{kubernetes => elasticsearch-rest}/pom.xml (87%)
create mode 100644
integration-tests/elasticsearch-rest/src/main/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestResource.java
copy
integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQTestResource.java
=>
elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticSearchTestResource.java}
(68%)
copy
integration-tests/{activemq/src/test/java/org/apache/camel/quarkus/component/activemq/it/ActiveMQIT.java
=>
elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestIT.java}
(87%)
create mode 100644
integration-tests/elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java