This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 84c2a87 Fix CamelContextCustomizerTest compilation errors discard fcc9fcf Register required AHC classes for runtime initialization add 83e269d Dropped JDK 8 itests infrastructure for Kudu extension #1157 add 7e78125 Fixed the promote JVM Only extension to native guide add 7fd6ac4 Fixed the jvm8 build #1157 add 83cda81 Fix #1177 Add simple timer dev mode test add 8b865a1 Replace hard coded native test categories with dynamic lookup add 8daf843 chore: replace deprecated methods add 0244923 chore: idiomatic use of builder add 50b1002 chore: suppress unchecked call wrning add ad133ab Upgrade Quarkus to 1.4.2.Final add 12fbf15 Build Quarkus master faster with -Denforcer.skip -Dquarkus.build.skip -DskipDocs add 2464fcd Fix #1182 ASM Unsupported api 524288 after the upgrade to Gizmo 1.0.3 add 61ea8e4 Add branch commit to the intergration build failure report add 1160ef2 Code cleanup: AWS2-S3 extension add ed18b88 Code cleanup: AWS2-SNS extension add 265eaf5 Code cleanup: AWS2-SQS extension add ac7db21 Merge pull request #1186 from apache/aws2-code-cleanup add 8021c93 Display free disk space after archiving local Maven repo in quarkus-master add 8c67eb3 AWS2-Commons extensions: Added back SSL Native support add e6326b9 Fixed CS add 1812b1b Merge pull request #1189 from apache/ssl-aws2 new 14bdc06 Register required AHC classes for runtime initialization new 30edfa2 Fix CamelContextCustomizerTest compilation errors new c3662bc Temporary workaround for https://github.com/quarkusio/quarkus/issues/9103 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 (84c2a87) \ N -- N -- N refs/heads/quarkus-master (c3662bc) 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 3 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/test-categories.yaml | 189 ++++++++++----------- .github/workflows/camel-master-cron.yaml | 37 ++-- .github/workflows/ci-build.yaml | 31 ++-- .github/workflows/purge-stale-artifacts-cron.yaml | 2 +- .github/workflows/quarkus-master-cron.yaml | 44 +++-- docs/modules/ROOT/pages/promote-jvm-to-native.adoc | 10 +- .../quarkus/core/deployment/BuildProcessor.java | 30 ++-- .../quarkus/core/deployment/CamelSupport.java | 35 ++-- .../core/deployment/NativeImageProcessor.java | 67 ++++---- .../camel/quarkus/core/FastCamelContext.java | 2 + .../commons/deployment/AwsCommonsProcessor.java | 6 + .../aws2/s3/deployment/Aws2S3Processor.java | 10 -- .../aws2/sns/deployment/Aws2SnsProcessor.java | 10 -- .../aws2/sqs/deployment/Aws2SqsProcessor.java | 10 -- extensions/timer/deployment/pom.xml | 12 ++ .../test/devmode/timer/TimerDevModeTest.java | 97 +++++++++++ .../component/test/devmode}/timer/TimerRoute.java | 9 +- .../kudu/it/KuduInfrastructureTestHelper.java | 39 +---- .../camel/quarkus/component/kudu/it/KuduIT.java | 7 +- .../camel/quarkus/component/kudu/it/KuduTest.java | 7 +- integration-tests/mail/pom.xml | 4 - integration-tests/mongodb/pom.xml | 13 ++ pom.xml | 2 +- tooling/scripts/report-build-status.groovy | 10 +- tooling/scripts/validate-github-workflows.groovy | 2 +- 25 files changed, 374 insertions(+), 311 deletions(-) create mode 100644 extensions/timer/deployment/src/test/java/org/apache/camel/quarkus/component/test/devmode/timer/TimerDevModeTest.java copy {examples/timer-log/src/main/java/org/acme => extensions/timer/deployment/src/test/java/org/apache/camel/quarkus/component/test/devmode}/timer/TimerRoute.java (78%)