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.
omit 1bed818 Add license header to TikaProducerSubstitutions omit 1cd3911 Work around Tika version incompatibilities between Quarkus Tika & Camel Tika #3599 omit 39d00b4 Temporary hacks to handle version misalignment of smallrye-health and smallrye-faulttolerance in Quarkus & Camel omit c9b589d Test for Debezium mysql - passing additionalProperties results in wrong properties beeing passed #3488 omit 93b1245 Upgrade Camel to 3.16.0 add b51f682 Merge platform-http-engine tests with platform-http add fec2c11 Fix #3553 make beans of InterceptStrategy unremovable (#3593) add 916802c Upgrade third party Quarkus extensions prior to release new 7840a5a Upgrade Camel to 3.16.0 new 785bc1e Test for Debezium mysql - passing additionalProperties results in wrong properties beeing passed #3488 new c9e9cd5 Temporary hacks to handle version misalignment of smallrye-health and smallrye-faulttolerance in Quarkus & Camel new 02a2268 Work around Tika version incompatibilities between Quarkus Tika & Camel Tika #3599 new 4625a9d Add license header to TikaProducerSubstitutions 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 (1bed818) \ N -- N -- N refs/heads/camel-main (4625a9d) 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 5 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: .../deployment/CamelUnremovableBeansProcessor.java | 25 +++++ .../core/runtime/CamelBeansUnremovableTest.java | 25 +++++ integration-tests/platform-http-engine/pom.xml | 120 --------------------- .../platform/http/it/PlatformHttpResource.java | 57 ---------- .../platform/http/it/PlatformHttpRouteBuilder.java | 27 ----- .../src/main/resources/application.properties | 21 ---- .../http/server/it/PlatformHttpEngineIT.java | 24 ----- .../http/server/it/PlatformHttpEngineTest.java | 58 ---------- .../platform/http/it/PlatformHttpRouteBuilder.java | 27 +++++ .../component/http/server/it/PlatformHttpTest.java | 14 +++ integration-tests/pom.xml | 1 - pom.xml | 8 +- tooling/scripts/test-categories.yaml | 1 - 13 files changed, 95 insertions(+), 313 deletions(-) delete mode 100644 integration-tests/platform-http-engine/pom.xml delete mode 100644 integration-tests/platform-http-engine/src/main/java/org/apache/camel/quarkus/component/platform/http/it/PlatformHttpResource.java delete mode 100644 integration-tests/platform-http-engine/src/main/java/org/apache/camel/quarkus/component/platform/http/it/PlatformHttpRouteBuilder.java delete mode 100644 integration-tests/platform-http-engine/src/main/resources/application.properties delete mode 100644 integration-tests/platform-http-engine/src/test/java/org/apache/camel/quarkus/component/http/server/it/PlatformHttpEngineIT.java delete mode 100644 integration-tests/platform-http-engine/src/test/java/org/apache/camel/quarkus/component/http/server/it/PlatformHttpEngineTest.java