This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch 1.0.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from f1bbe51 Switch from restcountries.eu to estcountries.com as the .eu service is not reliable anymorei #1538 new bbf170a Avoid purging artifacts for builds that may be in progress new e64d343 Add missing netty dependencies to olingo4 extension new 1ecf797 Skip native tests if the pull request has 'JVM' label new 92e5177 Fix #1602 Speed up the CI new 2bd704a Rebalance test categories new c23968d No need to spend 3m 45s by deleting unwanted SDKs, there is enough space on disk new 8fce3c0 Do not run functional-extension-tests if the PR has 'JVM' label set new 5549f8c Upgrade Quarkus to 1.7.1.Final new 48ed95e Fix telegram itest component property resolution new 1bf9e3a Fix itest when Twitter acount have spaces in name new 03e8e3b Clean google drive in google sheets itest new 69e038b Fix servicenow itest to clean resources new fc11baf Send unique messages in Slack itest to avoid false positive tests new 7f6cf66 Fixed the VerifyError in the health example fixes #1517 The 14 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: .github/workflows/ci-build.yaml | 168 ++++++++++++++++++--- .github/workflows/purge-stale-artifacts-cron.yaml | 3 +- examples/health/README.adoc | 17 ++- examples/health/pom.xml | 4 + .../main/java/org/acme/health/MyRouteBuilder.java | 14 +- ...HealthCheck.java => RunTooLongHealthCheck.java} | 32 ++-- extensions/olingo4/deployment/pom.xml | 4 + extensions/olingo4/runtime/pom.xml | 4 + .../component/google/it/GoogleComponentsTest.java | 13 ++ .../servicenow/it/ServicenowResource.java | 47 +++++- .../component/servicenow/it/ServicenowTest.java | 27 +++- .../quarkus/component/slack/it/SlackResource.java | 4 +- .../quarkus/component/slack/it/SlackTest.java | 15 +- integration-tests/telegram/pom.xml | 4 + .../quarkus/component/twitter/CamelResource.java | 5 +- pom.xml | 2 +- tooling/scripts/test-categories.yaml | 36 ++--- 17 files changed, 311 insertions(+), 88 deletions(-) rename examples/health/src/main/java/org/acme/health/{MonkeyHealthCheck.java => RunTooLongHealthCheck.java} (63%)