This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 8f1e26d Temporarilly manually update google-auth-library-credentials
until gRPC is upgraded to 1.45.x
discard 9cf358d Temporarilly disable Aws2KinesisTest.kinesis due to #3638
discard 5949f5f 3579 Improve quartz test coverage
discard 1c06e87 Fix #3592 add some ReflectiveClassBuildItem for camel-kafka
(#3594)
discard 836b8b5 Work around Tika version incompatibilities between Quarkus
Tika & Camel Tika #3599
discard 25c531d Temporary hacks to handle version misalignment of
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
discard f515bb0 Test for Debezium mysql - passing additionalProperties
results in wrong properties beeing passed #3488
discard c398623 Upgrade Camel to 3.16.0
add c7b1b57 Remove weka extension #3532
add ec1b4ad Remove ipfs extension #3532
add a665ddc Fix the migration guide #3532
new dbf9ea7 Upgrade Camel to 3.16.0
new 012b764 Test for Debezium mysql - passing additionalProperties
results in wrong properties beeing passed #3488
new e3415aa Temporary hacks to handle version misalignment of
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
new fe173e0 Work around Tika version incompatibilities between Quarkus
Tika & Camel Tika #3599
new 03020bc Fix #3592 add some ReflectiveClassBuildItem for camel-kafka
(#3594)
new 42bd5b2 3579 Improve quartz test coverage
new a22c3cf Temporarilly disable Aws2KinesisTest.kinesis due to #3638
new 8704a16 Temporarilly manually update google-auth-library-credentials
until gRPC is upgraded to 1.45.x
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 (8f1e26d)
\
N -- N -- N refs/heads/camel-main (8704a16)
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 8 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:
docs/modules/ROOT/pages/migration-guide/2.8.0.adoc | 7 ++
extensions-jvm/weka/deployment/pom.xml | 61 ----------
.../component/weka/deployment/WekaProcessor.java | 46 --------
extensions-jvm/weka/pom.xml | 37 ------
extensions-jvm/weka/runtime/pom.xml | 123 --------------------
.../main/resources/META-INF/quarkus-extension.yaml | 32 ------
extensions/ipfs/deployment/pom.xml | 61 ----------
.../component/ipfs/deployment/IpfsProcessor.java | 30 -----
extensions/ipfs/pom.xml | 37 ------
extensions/ipfs/runtime/pom.xml | 125 --------------------
.../main/resources/META-INF/quarkus-extension.yaml | 31 -----
integration-tests-jvm/weka/pom.xml | 83 --------------
.../quarkus/component/weka/it/WekaResource.java | 51 ---------
.../camel/quarkus/component/weka/it/WekaTest.java | 34 ------
integration-tests/ipfs/pom.xml | 126 ---------------------
.../quarkus/component/ipfs/it/IpfsResource.java | 58 ----------
.../camel/quarkus/component/ipfs/it/IpfsIT.java | 24 ----
.../camel/quarkus/component/ipfs/it/IpfsTest.java | 79 -------------
.../component/ipfs/it/IpfsTestResource.java | 54 ---------
tooling/scripts/validate-github-workflows.groovy | 2 +-
tooling/test-list/pom.xml | 1 -
21 files changed, 8 insertions(+), 1094 deletions(-)
delete mode 100644 extensions-jvm/weka/deployment/pom.xml
delete mode 100644
extensions-jvm/weka/deployment/src/main/java/org/apache/camel/quarkus/component/weka/deployment/WekaProcessor.java
delete mode 100644 extensions-jvm/weka/pom.xml
delete mode 100644 extensions-jvm/weka/runtime/pom.xml
delete mode 100644
extensions-jvm/weka/runtime/src/main/resources/META-INF/quarkus-extension.yaml
delete mode 100644 extensions/ipfs/deployment/pom.xml
delete mode 100644
extensions/ipfs/deployment/src/main/java/org/apache/camel/quarkus/component/ipfs/deployment/IpfsProcessor.java
delete mode 100644 extensions/ipfs/pom.xml
delete mode 100644 extensions/ipfs/runtime/pom.xml
delete mode 100644
extensions/ipfs/runtime/src/main/resources/META-INF/quarkus-extension.yaml
delete mode 100644 integration-tests-jvm/weka/pom.xml
delete mode 100644
integration-tests-jvm/weka/src/main/java/org/apache/camel/quarkus/component/weka/it/WekaResource.java
delete mode 100644
integration-tests-jvm/weka/src/test/java/org/apache/camel/quarkus/component/weka/it/WekaTest.java
delete mode 100644 integration-tests/ipfs/pom.xml
delete mode 100644
integration-tests/ipfs/src/main/java/org/apache/camel/quarkus/component/ipfs/it/IpfsResource.java
delete mode 100644
integration-tests/ipfs/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsIT.java
delete mode 100644
integration-tests/ipfs/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsTest.java
delete mode 100644
integration-tests/ipfs/src/test/java/org/apache/camel/quarkus/component/ipfs/it/IpfsTestResource.java