This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard f058fd3379 Fix observability-services tests management port discovery discard 5149c0cb7c Fix up dangling unused imports in platform-http extension discard 8db57e9466 feat(observability-services): use management port discard 9f22c1ef59 chore(platform-http): use default router name discard c48863f90b regen files discard edb7a1b3aa Adapt to Camel switching to SmallRye Fault Tolerance programmatic APIs omit 9aa4db6200 Regen files + platform-http compilation error fix omit e59e50df06 generated files omit c0b7c56daf Fixed google-bigquery omit 6e14a3051d Fixed google-bigquerry omit 4a3c40651a Regen files omit 1e7b0094ce Manage org.apache.fury:fury-core in bom omit 5195b1ff2a Regen files + fixed comp error in core omit d68d512875 fixed jt400 omit 5a26e971f0 Upgrade Camel to 4.12.0 add 69df7f5751 Fixes #7211 Enable ssh eddsa test for RHEL add 2d1c89b8e5 fixes #7317 Longer interval for azureServiceBus.scheduled add f66a208a00 Fix dynamic instantiation of Azure HttpResponseException types in native mode add 0963b0aa5b Bump quarkiverse-mybatis.version from 2.3.2 to 2.4.0 (#7321) add 7a9486d5a4 Add changelog for 3.22.0 add 85d6a0f00b Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.4.0 to 3.5.0 add 402b25d118 Temporarily disable wildcard package scan test in the Quarkus Platform #7312 add 80ed851b2c Bump quarkiverse-groovy.version from 3.22.0 to 3.22.1 add a7a3e3a652 Avoid producing duplicate synthetic beans for @EndpointInject and @Produce add 2d8aa0c2f7 Remove redundant Splunk component name ternary expression add db26b51edc Regen SBOM from commit 2d8aa0c2f758885c0395ad0bd9ea9e546d52b944 (#7329) new 807ca2d5b6 Upgrade Camel to 4.12.0 new 8b8626bcf1 fixed jt400 new e49623621c Regen files + fixed comp error in core new bf26d3522c Manage org.apache.fury:fury-core in bom new 2e8a8c82fe Regen files new 9840ab76b8 Fixed google-bigquerry new 393c9a695c Fixed google-bigquery new e5c5a667bd generated files new e8412cb0c9 Regen files + platform-http compilation error fix new 57e3f80b8c Adapt to Camel switching to SmallRye Fault Tolerance programmatic APIs new 07f1880efa regen files new a330ed6ca7 chore(platform-http): use default router name new 627037c69d feat(observability-services): use management port new d6953b7c36 Fix up dangling unused imports in platform-http extension new 0104df0a2f Fix observability-services tests management port discovery new 6529721196 Regen files 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 (f058fd3379) \ N -- N -- N refs/heads/camel-main (6529721196) 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 16 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 | 85 + camel-quarkus-sbom/camel-quarkus-sbom.json | 3398 ++++++++++---------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 3396 ++++++++++--------- .../core/deployment/InjectionPointsProcessor.java | 135 +- .../deployment/AzureCoreSupportProcessor.java | 23 +- .../deployment/AzureServicebusProcessor.java | 6 + .../azure/eventhubs/it/AzureEventhubsResource.java | 17 + .../azure/eventhubs/it/AzureEventhubsTest.java | 8 + .../azure/key/vault/it/AzureKeyVaultResource.java | 17 + .../azure/key/vault/it/AzureKeyVaultTest.java | 7 + .../servicebus/it/AzureServiceBusResource.java | 17 + .../azure/servicebus/it/AzureServiceBusTest.java | 19 +- .../storage/blob/it/AzureStorageBlobResource.java | 17 + .../storage/blob/it/AzureStorageBlobTest.java | 8 + .../queue/it/AzureStorageQueueResource.java | 17 + .../storage/queue/it/AzureStorageQueueTest.java | 7 + .../camel/quarkus/core/it/annotations/BeanA.java | 56 + .../camel/quarkus/core/it/annotations/BeanB.java | 56 + .../it/annotations/CoreAnnotationsResource.java | 27 + .../core/it/annotations/CoreAnnotationsTest.java | 15 + .../org/apache/camel/quarkus/core/CoreTest.java | 27 +- .../component/splunk/it/SplunkResource.java | 26 +- integration-tests/ssh/README.adoc | 12 + .../camel/quarkus/component/ssh/it/SshTest.java | 2 - pom.xml | 10 +- poms/bom/src/main/generated/flattened-full-pom.xml | 2694 ++++++++-------- .../src/main/generated/flattened-reduced-pom.xml | 138 +- .../generated/flattened-reduced-verbose-pom.xml | 358 +-- 28 files changed, 5482 insertions(+), 5116 deletions(-) create mode 100644 integration-test-groups/foundation/core-annotations/src/main/java/org/apache/camel/quarkus/core/it/annotations/BeanA.java create mode 100644 integration-test-groups/foundation/core-annotations/src/main/java/org/apache/camel/quarkus/core/it/annotations/BeanB.java create mode 100644 integration-tests/ssh/README.adoc