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.
discard d503306 Fix CamelContextCustomizerTest compilation errors discard b5863fd Register required AHC classes for runtime initialization add 49acf42 build: create build-parent-it pom to collect common integration tests set-up add 9bf6102 Improve master -> camel-master sync workflow 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 new ed5ce70 Register required AHC classes for runtime initialization new ab49e31 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 (d503306) \ N -- N -- N refs/heads/quarkus-master (ab49e31) 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: ...kus-master-cron.yaml => camel-master-cron.yaml} | 40 ++++---- .github/workflows/quarkus-master-cron.yaml | 8 +- .github/workflows/sync-camel-master.yaml | 38 -------- README.adoc | 4 +- docs/modules/ROOT/pages/ci.adoc | 10 +- docs/modules/ROOT/pages/release-guide.adoc | 9 +- extensions-jvm/avro-rpc/pom.xml | 4 +- extensions-jvm/avro/pom.xml | 4 +- extensions-jvm/aws2-ddb/pom.xml | 4 +- extensions-jvm/aws2-ec2/pom.xml | 4 +- extensions-jvm/aws2-ecs/pom.xml | 4 +- extensions-jvm/aws2-eks/pom.xml | 4 +- extensions-jvm/aws2-iam/pom.xml | 4 +- extensions-jvm/aws2-kms/pom.xml | 4 +- extensions-jvm/aws2-mq/pom.xml | 4 +- extensions-jvm/aws2-msk/pom.xml | 4 +- extensions-jvm/aws2-ses/pom.xml | 4 +- extensions-jvm/aws2-translate/pom.xml | 4 +- extensions-jvm/cassandraql/pom.xml | 4 +- extensions-jvm/couchbase/pom.xml | 4 +- extensions-jvm/debezium-mongodb/pom.xml | 4 +- extensions-jvm/debezium-mysql/pom.xml | 4 +- extensions-jvm/debezium-postgres/pom.xml | 4 +- extensions-jvm/debezium-sqlserver/pom.xml | 4 +- extensions-jvm/elasticsearch-rest/pom.xml | 4 +- extensions-jvm/google-bigquery/pom.xml | 4 +- extensions-jvm/google-pubsub/pom.xml | 4 +- extensions-jvm/groovy/pom.xml | 4 +- extensions-jvm/grpc/pom.xml | 4 +- extensions-jvm/mongodb-gridfs/pom.xml | 4 +- extensions-jvm/nitrite/pom.xml | 4 +- extensions-jvm/ognl/pom.xml | 4 +- extensions-jvm/openstack/pom.xml | 4 +- extensions-jvm/protobuf/pom.xml | 4 +- extensions-jvm/pubnub/pom.xml | 4 +- extensions-jvm/rabbitmq/pom.xml | 4 +- extensions-jvm/rest-openapi/pom.xml | 4 +- extensions-support/retrofit/runtime/pom.xml | 9 +- integration-tests/kudu/pom.xml | 11 ++- .../kudu/it/KuduInfrastructureTestHelper.java | 46 +++++++-- ...ion-config.json => reflection-config-jdk8.json} | 0 .../resources/reflection-config-jdk9-onward.json | 6 ++ integration-tests/pom.xml | 59 +---------- pom.xml | 97 ++++++++++-------- poms/bom/pom.xml | 5 - .../build-parent-it}/pom.xml | 108 +-------------------- poms/build-parent/pom.xml | 22 +++++ poms/pom.xml | 1 + .../integration-test-pom.xml | 2 +- tooling/create-extension-templates/runtime-pom.xml | 2 +- tooling/scripts/report-build-status.groovy | 17 ++-- 51 files changed, 265 insertions(+), 353 deletions(-) copy .github/workflows/{quarkus-master-cron.yaml => camel-master-cron.yaml} (84%) delete mode 100644 .github/workflows/sync-camel-master.yaml 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 copy {integration-tests => poms/build-parent-it}/pom.xml (51%)