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 10058ee Disable NATS native build on CI #2589
discard 9cc0418 Reformat code
discard de21dde More fixes for resolution of system properties and classpath
resources
discard de42e7d System.properties not recognized if set in Test Resource -
part 2 fixes #2572
discard 6b3abe4 Adjust capability configuration for Quarkus 2.x (#2576)
discard 0f60665 System.properties not recognized if set in Test Resource #2572
discard 228c8a1 Ensure generated gRPC services are annotaed with GrpcService
discard 7854a4d quarkus.test.profile should be passed in the properties
instead of TestResource fixes #2566
discard ba29d83 upgrade to quarkus 2.0.0.Alpha2
discard b479fd6 Reapply formatting
discard 6fc3404 Adapt to latest Camel API changes
discard 4ca0662 fix atlasmap integration tests error
discard 830e81b fix bindy integration test build
discard eaff238 fix junit-platform-laucher fo catalog
discard a215252 Configure Vert.x BodyHandler for GraphQLTest server
discard aab567f fix junit platform launcher error
discard a59cb22 Adapt MicroProfile Health to Camel 3.10
discard 7c6b17b Adapt to latest Camel API changes
discard 43fbbea Disable MP health test temporarily #2521
discard 02cd7c5 Align Zookeeper dependencies
discard f2b1475 Make AtlasMap work on Quarkus 2.0.0
discard 359bb70 Workaround for #2514 quarkus.test.flat-class-path=true
required to run Avro tests
discard dc07ee9 Temporary workaround for #2503 Upgrade to minio 8.2.1 in
Camel 3.10 breaks Quarkiverse Minio and MinioClientProducer in our test
discard f51e6d4 Upgrade to Quarkus 2.0.0.Alpha1
discard b9076d8 Kamelet.adoc changes
discard da1be10 fix compilation errors in camel-master branch
discard 3c41b61 Upgrade to Camel 3.10.0
add 66565dd XQuery component and language native support #1710
add ef2ed10 REST extension doc link is not processed correctly #2591
add a753947 AWS2 components have to set client.endpointOverride() to work
on Localstack #2216
add f6d6cca Fix absolute URL to camel.apache.org
add f9b7468 Updated CHANGELOG.md
new 0e2993c Upgrade to Camel 3.10.0
new 5ccf4c8 fix compilation errors in camel-master branch
new 2e93670 Kamelet.adoc changes
new d326851 Upgrade to Quarkus 2.0.0.Alpha1
new 09dedb2 Temporary workaround for #2503 Upgrade to minio 8.2.1 in
Camel 3.10 breaks Quarkiverse Minio and MinioClientProducer in our test
new e71e870 Workaround for #2514 quarkus.test.flat-class-path=true
required to run Avro tests
new b5ff77c Make AtlasMap work on Quarkus 2.0.0
new 191920d Align Zookeeper dependencies
new 77e2b74 Disable MP health test temporarily #2521
new 4c9c50e Adapt to latest Camel API changes
new ff94e35 Adapt MicroProfile Health to Camel 3.10
new d7f4d67 fix junit platform launcher error
new 89f6dae Configure Vert.x BodyHandler for GraphQLTest server
new a298378 fix junit-platform-laucher fo catalog
new c073f2e fix bindy integration test build
new 457943c fix atlasmap integration tests error
new ffe5948 Adapt to latest Camel API changes
new 9f6d8d4 Reapply formatting
new 456cddc upgrade to quarkus 2.0.0.Alpha2
new b6a66ec quarkus.test.profile should be passed in the properties
instead of TestResource fixes #2566
new 67d8075 Ensure generated gRPC services are annotaed with GrpcService
new 2a764e3 System.properties not recognized if set in Test Resource #2572
new 410d9b9 Adjust capability configuration for Quarkus 2.x (#2576)
new d91b3bf System.properties not recognized if set in Test Resource -
part 2 fixes #2572
new 422ac75 More fixes for resolution of system properties and classpath
resources
new 8f6a8dc Reformat code
new cf9182c Disable NATS native build on CI #2589
new 15b3fdf Add Camel 3.10.0 staging repository
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 (10058ee)
\
N -- N -- N refs/heads/camel-main (15b3fdf)
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 28 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:
CHANGELOG.md | 10 +++
.../ROOT/pages/reference/extensions/rest.adoc | 4 +-
.../ROOT/pages/reference/extensions/saxon.adoc | 34 +++++++--
docs/modules/ROOT/pages/user-guide/cdi.adoc | 2 +-
.../ROOT/partials/reference/components/xquery.adoc | 6 +-
.../zipkin.adoc => dataformats/avro-jackson.adoc} | 0
.../protobuf-jackson.adoc} | 0
.../ROOT/partials/reference/languages/xquery.adoc | 6 +-
extensions-jvm/pom.xml | 1 -
.../component/saxon/deployment/SaxonProcessor.java | 46 ------------
extensions-jvm/saxon/integration-test/pom.xml | 83 ----------------------
.../quarkus/component/saxon/it/SaxonResource.java | 64 -----------------
.../quarkus/component/saxon/it/SaxonTest.java | 42 -----------
extensions/pom.xml | 1 +
.../rest/runtime/src/main/doc/configuration.adoc | 4 +-
.../saxon/deployment/pom.xml | 0
.../component/saxon/deployment/SaxonProcessor.java | 66 +++++++++++++++++
{extensions-jvm => extensions}/saxon/pom.xml | 1 -
.../saxon/runtime/pom.xml | 1 +
.../saxon/runtime/src/main/doc/configuration.adoc | 16 +++++
.../main/resources/META-INF/quarkus-extension.yaml | 3 +-
.../quarkus/component/aws2/cw/it/Aws2CwIT.java | 3 -
.../quarkus/component/aws2/cw/it/Aws2CwTest.java | 3 -
.../quarkus/component/aws2/ddb/it/Aws2DdbIT.java | 2 -
.../quarkus/component/aws2/ddb/it/Aws2DdbTest.java | 3 -
.../component/aws2/lambda/it/Aws2LambdaIT.java | 2 +-
.../component/aws2/lambda/it/Aws2LambdaTest.java | 33 ++++++---
.../quarkus/component/aws2/ses/it/Aws2SesIT.java | 3 +-
.../quarkus/component/aws2/ses/it/Aws2SesTest.java | 3 +-
.../component/aws2/sqs/it/Aws2SqsSnsIT.java | 2 -
.../component/aws2/sqs/it/Aws2SqsSnsTest.java | 3 -
.../test/support/aws2/Aws2TestEnvContext.java | 15 +---
.../test/support/aws2/Aws2TestResource.java | 2 +-
...portCustomTypeConverterBulkConverterLoader.java | 16 ++++-
.../converters/MyLoaderConverterLoader.java | 16 ++++-
integration-tests/pom.xml | 1 +
integration-tests/{saga => saxon}/pom.xml | 12 ++--
.../camel/quarkus/component/saxon/it/MyBean.java} | 21 +++---
.../quarkus/component/saxon/it/SaxonResource.java} | 58 +++++----------
.../quarkus/component/saxon/it/SaxonRoutes.java | 38 +++++-----
.../component/saxon/it/SimpleExtension.java | 71 ++++++++++++++++++
.../src/main/resources/application.properties | 3 +-
.../saxon/src/main/resources/myxquery.txt | 1 +
.../saxon/src/main/resources/transform.xquery | 3 +
.../main/resources/transformWithExtension.xquery | 6 ++
.../camel/quarkus/component/saxon/it/SaxonIT.java | 4 +-
.../quarkus/component/saxon/it/SaxonTest.java | 70 ++++++++++++++++++
.../src/test/resources/myinput.xml} | 10 ++-
pom.xml | 49 ++++++++++++-
tooling/scripts/test-categories.yaml | 1 +
50 files changed, 464 insertions(+), 380 deletions(-)
copy docs/modules/ROOT/partials/reference/{others/zipkin.adoc =>
dataformats/avro-jackson.adoc} (100%)
copy docs/modules/ROOT/partials/reference/{others/zipkin.adoc =>
dataformats/protobuf-jackson.adoc} (100%)
delete mode 100644
extensions-jvm/saxon/deployment/src/main/java/org/apache/camel/quarkus/component/saxon/deployment/SaxonProcessor.java
delete mode 100644 extensions-jvm/saxon/integration-test/pom.xml
delete mode 100644
extensions-jvm/saxon/integration-test/src/main/java/org/apache/camel/quarkus/component/saxon/it/SaxonResource.java
delete mode 100644
extensions-jvm/saxon/integration-test/src/test/java/org/apache/camel/quarkus/component/saxon/it/SaxonTest.java
rename {extensions-jvm => extensions}/saxon/deployment/pom.xml (100%)
create mode 100644
extensions/saxon/deployment/src/main/java/org/apache/camel/quarkus/component/saxon/deployment/SaxonProcessor.java
rename {extensions-jvm => extensions}/saxon/pom.xml (97%)
rename {extensions-jvm => extensions}/saxon/runtime/pom.xml (98%)
create mode 100644 extensions/saxon/runtime/src/main/doc/configuration.adoc
rename {extensions-jvm =>
extensions}/saxon/runtime/src/main/resources/META-INF/quarkus-extension.yaml
(97%)
copy integration-tests/{saga => saxon}/pom.xml (93%)
copy
integration-tests/{xpath/src/main/java/org/apache/camel/quarkus/language/xpath/PriceBean.java
=>
saxon/src/main/java/org/apache/camel/quarkus/component/saxon/it/MyBean.java}
(70%)
copy
integration-tests/{xpath/src/main/java/org/apache/camel/quarkus/language/xpath/XPathResource.java
=>
saxon/src/main/java/org/apache/camel/quarkus/component/saxon/it/SaxonResource.java}
(58%)
copy
extensions-jvm/redis/integration-test/src/main/java/org/apache/camel/quarkus/component/redis/it/RedisRoute.java
=>
integration-tests/saxon/src/main/java/org/apache/camel/quarkus/component/saxon/it/SaxonRoutes.java
(51%)
create mode 100644
integration-tests/saxon/src/main/java/org/apache/camel/quarkus/component/saxon/it/SimpleExtension.java
copy integration-tests/{jsonata =>
saxon}/src/main/resources/application.properties (93%)
create mode 100644 integration-tests/saxon/src/main/resources/myxquery.txt
create mode 100644 integration-tests/saxon/src/main/resources/transform.xquery
create mode 100644
integration-tests/saxon/src/main/resources/transformWithExtension.xquery
copy
integration-test-groups/aws2/aws2-s3/src/test/java/org/apache/camel/quarkus/component/aws2/Aws2S3IT.java
=>
integration-tests/saxon/src/test/java/org/apache/camel/quarkus/component/saxon/it/SaxonIT.java
(90%)
create mode 100644
integration-tests/saxon/src/test/java/org/apache/camel/quarkus/component/saxon/it/SaxonTest.java
copy integration-tests/{tika/src/main/resources/quarkus.xml =>
saxon/src/test/resources/myinput.xml} (88%)