This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard fa7f9a2 Upgrade Camel to 3.16.0
add 143ee21 Fix #1384 camel-mybatis native support
add 59a0611 Disable
CamelMainRoutesIncludePatternWithAbsoluteFilePrefixDevModeTest on Windows due
to #3529
add 74f254a Disable FileTest.charset on Windows due to #3530
add 5c78622 Add capability to skip testcontainers tests
add 86d954a Fix build on windows
add dabf905 Run integration tests on Windows
add dc137fc Updated CHANGELOG.md
new 7734132 Upgrade Camel to 3.16.0
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 (fa7f9a2)
\
N -- N -- N refs/heads/camel-main (7734132)
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:
.gitattributes | 3 +
.github/workflows/ci-build.yaml | 51 +++++++++++--
CHANGELOG.md | 8 ++
.../ROOT/examples/components/mybatis-bean.yml | 6 +-
docs/modules/ROOT/examples/components/mybatis.yml | 6 +-
.../ROOT/pages/reference/extensions/mybatis.adoc | 27 +++++--
docs/pom.xml | 4 +-
.../quarkus/core/deployment/CamelProcessor.java | 3 +-
.../quarkus/core/deployment/util/PathFilter.java | 4 +-
.../core/deployment/util/PathFilterTest.java | 21 +++++-
.../apache/camel/quarkus/core/util/FileUtils.java | 52 +++++++++++++
.../mybatis/deployment/MybatisProcessor.java | 46 ------------
extensions-jvm/pom.xml | 1 -
.../csimple/deployment/CSimpleProcessor.java | 3 +-
extensions/kafka/deployment/pom.xml | 21 ++++++
.../mybatis/deployment/pom.xml | 4 +
.../mybatis/deployment/MybatisProcessor.java | 67 +++++++++++++++++
{extensions-jvm => extensions}/mybatis/pom.xml | 2 +-
.../mybatis/runtime/pom.xml | 5 ++
.../runtime/src/main/doc/configuration.adoc | 9 +++
.../mybatis/runtime/CamelMyBatisRecorder.java} | 27 ++++---
.../main/resources/META-INF/quarkus-extension.yaml | 3 +-
extensions/pom.xml | 1 +
.../aws2-quarkus-client/aws2-ddb/pom.xml | 13 +++-
.../aws2-quarkus-client/aws2-s3/pom.xml | 13 +++-
.../aws2-quarkus-client/aws2-ses/pom.xml | 13 +++-
.../aws2-quarkus-client/aws2-sqs-sns/pom.xml | 13 +++-
.../aws2-quarkus-client/aws2-sqs/pom.xml | 13 +++-
integration-test-groups/aws2/aws2-cw/pom.xml | 11 +++
integration-test-groups/aws2/aws2-ddb/pom.xml | 11 +++
integration-test-groups/aws2/aws2-kinesis/pom.xml | 11 +++
integration-test-groups/aws2/aws2-lambda/pom.xml | 11 +++
integration-test-groups/aws2/aws2-s3/pom.xml | 13 +++-
integration-test-groups/aws2/aws2-ses/pom.xml | 11 +++
integration-test-groups/aws2/aws2-sqs-sns/pom.xml | 11 +++
integration-test-groups/aws2/aws2-sqs/pom.xml | 11 +++
.../azure/azure-eventhubs/pom.xml | 11 +++
.../azure/azure-storage-blob/pom.xml | 11 +++
.../azure/azure-storage-queue/pom.xml | 11 +++
.../mongodb/mongodb-gridfs/pom.xml | 11 +++
integration-test-groups/mongodb/mongodb/pom.xml | 11 +++
integration-tests-jvm/couchbase/pom.xml | 11 +++
integration-tests-jvm/hbase/pom.xml | 11 +++
integration-tests-jvm/mybatis/pom.xml | 83 ---------------------
.../component/mybatis/it/MybatisResource.java | 64 ----------------
.../quarkus/component/mybatis/it/MybatisTest.java | 42 -----------
integration-tests-jvm/pom.xml | 1 -
integration-tests-jvm/redis/pom.xml | 11 +++
integration-tests/activemq/pom.xml | 11 +++
integration-tests/amqp/pom.xml | 11 +++
integration-tests/arangodb/pom.xml | 11 +++
integration-tests/aws2-grouped/pom.xml | 13 +++-
.../aws2-quarkus-client-grouped/pom.xml | 23 ++++--
integration-tests/aws2/pom.xml | 11 +++
integration-tests/azure-grouped/pom.xml | 13 +++-
integration-tests/cassandraql/pom.xml | 11 +++
integration-tests/consul/pom.xml | 11 +++
integration-tests/couchdb/pom.xml | 11 +++
.../component/dataformats/json/ParamType.java | 36 ---------
.../dataformats/json/JsonComponentsTest.java | 4 +-
integration-tests/debezium/pom.xml | 11 +++
.../quarkus/component/dozer/it/DozerTest.java | 4 +-
integration-tests/elasticsearch-rest/pom.xml | 11 +++
integration-tests/fhir/pom.xml | 11 +++
.../camel/quarkus/component/file/it/FileTest.java | 12 ++-
.../component/flatpack/it/FlatpackTest.java | 3 +-
integration-tests/foundation-grouped/pom.xml | 2 +-
integration-tests/google-pubsub/pom.xml | 11 +++
integration-tests/google-storage/pom.xml | 11 +++
integration-tests/http/pom.xml | 11 +++
integration-tests/infinispan/pom.xml | 11 +++
integration-tests/influxdb/pom.xml | 11 +++
integration-tests/ipfs/pom.xml | 11 +++
integration-tests/jms-artemis-client/pom.xml | 11 +++
integration-tests/jms-qpid-amqp-client/pom.xml | 11 +++
integration-tests/jsch/pom.xml | 11 +++
.../camel/quarkus/component/jslt/it/JsltTest.java | 6 ++
integration-tests/jta/pom.xml | 11 +++
integration-tests/kafka-oauth/pom.xml | 11 +++
integration-tests/kafka-sasl-ssl/pom.xml | 11 +++
integration-tests/kafka-sasl/pom.xml | 11 +++
integration-tests/kafka-ssl/pom.xml | 11 +++
integration-tests/kafka/pom.xml | 11 +++
integration-tests/kudu/pom.xml | 11 +++
integration-tests/lra/pom.xml | 11 +++
...dePatternWithAbsoluteFilePrefixDevModeTest.java | 3 +
.../it/health/CustomHealthCheckRepository.java | 17 -----
.../microprofile/it/health/FailingHealthCheck.java | 2 +-
.../it/health/MicroProfileHealthResource.java | 2 +-
.../src/main/resources/application.properties | 3 +-
integration-tests/minio/pom.xml | 11 +++
integration-tests/mongodb-grouped/pom.xml | 13 +++-
integration-tests/{oaipmh => mybatis}/pom.xml | 74 +++++++++----------
.../quarkus/component/mybatis/it/MyBatisRoute.java | 26 ++++---
.../component/mybatis/it/MybatisResource.java | 65 ++++++++--------
.../component/mybatis/it/bean/AccountService.java | 0
.../component/mybatis/it/entity/Account.java | 0
.../mybatis/src/main/resources/SqlMapConfig.xml | 11 +--
.../src/main/resources/application.properties | 13 +++-
.../src/main/resources/insert.sql} | 14 +++-
.../component/mybatis/it/entity/Account.xml | 0
.../quarkus/component/mybatis/it/MyBatisIT.java | 5 +-
.../quarkus/component/mybatis/it/MyBatisTest.java | 86 ++++++++++++++++++++++
integration-tests/nats/pom.xml | 11 +++
integration-tests/nsq/pom.xml | 11 +++
integration-tests/paho-mqtt5/pom.xml | 11 +++
integration-tests/paho/pom.xml | 11 +++
integration-tests/pg-replication-slot/pom.xml | 11 +++
integration-tests/pgevent/pom.xml | 11 +++
integration-tests/pom.xml | 1 +
integration-tests/rabbitmq/pom.xml | 11 +++
integration-tests/sjms-artemis-client/pom.xml | 11 +++
integration-tests/sjms-qpid-amqp-client/pom.xml | 11 +++
integration-tests/sjms2-artemis-client/pom.xml | 11 +++
integration-tests/sjms2-qpid-amqp-client/pom.xml | 11 +++
integration-tests/solr/pom.xml | 12 ++-
integration-tests/splunk/pom.xml | 11 +++
integration-tests/spring-rabbitmq/pom.xml | 11 +++
integration-tests/ssh/pom.xml | 11 +++
.../stringtemplate/it/StringtemplateTest.java | 2 +-
pom.xml | 10 ++-
poms/bom/pom.xml | 10 +++
poms/build-parent/pom.xml | 2 +-
tooling/scripts/test-categories.yaml | 1 +
124 files changed, 1299 insertions(+), 458 deletions(-)
create mode 100644 .gitattributes
create mode 100644
extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/util/FileUtils.java
delete mode 100644
extensions-jvm/mybatis/deployment/src/main/java/org/apache/camel/quarkus/component/mybatis/deployment/MybatisProcessor.java
rename {extensions-jvm => extensions}/mybatis/deployment/pom.xml (93%)
create mode 100644
extensions/mybatis/deployment/src/main/java/org/apache/camel/quarkus/component/mybatis/deployment/MybatisProcessor.java
rename {extensions-jvm => extensions}/mybatis/pom.xml (96%)
rename {extensions-jvm => extensions}/mybatis/runtime/pom.xml (95%)
create mode 100644 extensions/mybatis/runtime/src/main/doc/configuration.adoc
copy
extensions/{jpa/runtime/src/main/java/org/apache/camel/quarkus/component/jpa/CamelJpaRecorder.java
=>
mybatis/runtime/src/main/java/org/apache/camel/quarkus/component/mybatis/runtime/CamelMyBatisRecorder.java}
(53%)
rename {extensions-jvm =>
extensions}/mybatis/runtime/src/main/resources/META-INF/quarkus-extension.yaml
(97%)
delete mode 100644 integration-tests-jvm/mybatis/pom.xml
delete mode 100644
integration-tests-jvm/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/MybatisResource.java
delete mode 100644
integration-tests-jvm/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MybatisTest.java
copy integration-tests/{oaipmh => mybatis}/pom.xml (83%)
copy
integration-test-groups/foundation/scheduler/src/main/java/org/apache/camel/quarkus/component/scheduler/it/SchedulerRoute.java
=>
integration-tests/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisRoute.java
(63%)
copy
integration-test-groups/foundation/seda/src/main/java/org/apache/camel/quarkus/component/seda/it/SedaResource.java
=>
integration-tests/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/MybatisResource.java
(51%)
rename {integration-tests-jvm =>
integration-tests}/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/bean/AccountService.java
(100%)
rename {integration-tests-jvm =>
integration-tests}/mybatis/src/main/java/org/apache/camel/quarkus/component/mybatis/it/entity/Account.java
(100%)
rename {integration-tests-jvm =>
integration-tests}/mybatis/src/main/resources/SqlMapConfig.xml (83%)
copy integration-tests/{solr =>
mybatis}/src/main/resources/application.properties (78%)
copy integration-tests/{debezium/src/test/resources/initPostgres.sql =>
mybatis/src/main/resources/insert.sql} (71%)
rename {integration-tests-jvm =>
integration-tests}/mybatis/src/main/resources/org/apache/camel/quarkus/component/mybatis/it/entity/Account.xml
(100%)
copy
integration-test-groups/aws2/aws2-s3/src/test/java/org/apache/camel/quarkus/component/aws2/s3/it/Aws2S3IT.java
=>
integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisIT.java
(89%)
create mode 100644
integration-tests/mybatis/src/test/java/org/apache/camel/quarkus/component/mybatis/it/MyBatisTest.java