This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard e8543f5  Upgrade to Camel 3.3.0 - WIP
     add 44fb006  Added JDK11 support to the Kudu container-based itests 
infrastructure #1132
     add c8df0fc  deps: update kotlin to v1.3.72
     add f850a1a  Bump firstVersion to 1.0.0-M8
     add a399235  Fix #1154 Generating JavaDoc is slown on Java 11
     add 668d7db  Do not sign twice during releases
     add 9b4e701  Fix #1156 #1155 Skip unnecessary tasks during release:prepare 
and release:perform
     add ca78071  Update the release guide
     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
     add baaa61c  Bump Camel-Quarkus last release to 1.0.0-M7
     add e797254  Merge pull request #1170 from apache/1.0.0-M7-1
     add aa61c73  Bump Jandex to version 1.0.8 (#1172)
     new b862f45  Upgrade to Camel 3.3.0 - WIP

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   (e8543f5)
            \
             N -- N -- N   refs/heads/camel-master (b862f45)

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/test-categories.yaml                       |   1 +
 docs/antora.yml                                    |   2 +-
 .../pages/list-of-camel-quarkus-extensions.adoc    |   6 +-
 docs/modules/ROOT/pages/promote-jvm-to-native.adoc |   1 +
 docs/modules/ROOT/pages/release-guide.adoc         |   9 +-
 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 +--
 extensions-support/retrofit/runtime/pom.xml        |   9 +-
 .../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 +
 .../org/apache/camel/component/qute/qute.json      |   2 +-
 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                     |  23 ++---
 .../kudu/it/KuduInfrastructureTestHelper.java      |  46 +++++++--
 ...ion-config.json => reflection-config-jdk8.json} |   0
 .../resources/reflection-config-jdk9-onward.json   |   6 ++
 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 ---
 .../quarkus/component/slack/it/SlackRoutes.java    |   4 +-
 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                                            | 104 +++++++++++++--------
 poms/bom/pom.xml                                   |  16 +++-
 poms/build-parent-it/pom.xml                       |  11 +++
 poms/build-parent/pom.xml                          |  22 +++++
 .../integration-test-pom.xml                       |   3 +-
 tooling/create-extension-templates/runtime-pom.xml |   2 +-
 .../quarkus/maven/UpdateDocExtensionsListMojo.java |   5 +
 147 files changed, 496 insertions(+), 1363 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
 rename integration-tests/kudu/src/main/resources/{reflection-config.json => 
reflection-config-jdk8.json} (100%)
 create mode 100644 
integration-tests/kudu/src/main/resources/reflection-config-jdk9-onward.json

Reply via email to