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 905858c302 Generated files and a bbetter fix of salesforce discard 1dc7b8a534 Fix of salesforce native failure caused by upgrade of jetty-version - not sure about the fix discard 5ea6db7841 Upgrade quarkiverse-fury to 0.3.2 discard fa077e5775 Generated smb.adoc discard 6a1fba996e Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy static scheduler field for native mode discard 0a53108377 Revert "Disabled Headersmap in native, see #7330" discard c77aaea704 Regen files discard 3d947aba31 Disabled Headersmap in native, see #7330 discard fe8f662ee0 Regen files discard d8028b399f Fix observability-services tests management port discovery discard 390082c01a Fix up dangling unused imports in platform-http extension discard dd63616d7c feat(observability-services): use management port discard 45375168ce chore(platform-http): use default router name discard a840bef0c4 regen files discard fc39f010cf Adapt to Camel switching to SmallRye Fault Tolerance programmatic APIs discard f8b2f401eb Regen files + platform-http compilation error fix discard d475baeb87 generated files discard 2703931441 Fixed google-bigquery discard a7e99a2fbc Fixed google-bigquerry discard bd04b67e1b Regen files discard c5f5ac7d0b Manage org.apache.fury:fury-core in bom discard 5d8d62b7e2 Regen files + fixed comp error in core discard a8ad21cfb6 fixed jt400 discard 0c0bc57a0b Upgrade Camel to 4.12.0 add 472b5c0391 fixes #7337: add ignore option also for service bus test add a265768914 fixes #7335 EdDSA test should be disabled on RHEL8 in native add 3127bf433d Fix dependency convergence error io.opentelemetry:opentelemetry-semconv new b78c5d7267 Upgrade Camel to 4.12.0 new a0926c78c3 fixed jt400 new 0b657d5338 Regen files + fixed comp error in core new cbb9ac9786 Manage org.apache.fury:fury-core in bom new a2ec957ac9 Regen files new a23dd7eb3b Fixed google-bigquerry new 0708233bb2 Fixed google-bigquery new 7978bbe767 generated files new 07454316f1 Regen files + platform-http compilation error fix new edd0369aff Adapt to Camel switching to SmallRye Fault Tolerance programmatic APIs new 0d2820c7c3 regen files new 1b3d093a41 chore(platform-http): use default router name new 3fc38d3f60 feat(observability-services): use management port new 2c37c675a4 Fix up dangling unused imports in platform-http extension new 67b91c3d0c Fix observability-services tests management port discovery new 9907113689 Regen files new a7eb861633 Disabled Headersmap in native, see #7330 new 7556908549 Regen files new 6922790215 Revert "Disabled Headersmap in native, see #7330" new 2d17771dfd Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy static scheduler field for native mode new 5ebaecd1b6 Generated smb.adoc new 4a9ed04c53 Upgrade quarkiverse-fury to 0.3.2 new 056ffafdd9 Fix of salesforce native failure caused by upgrade of jetty-version - not sure about the fix new e77c0f2644 Generated files and a bbetter fix of salesforce 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 (905858c302) \ N -- N -- N refs/heads/camel-main (e77c0f2644) 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 24 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: .../ROOT/pages/reference/extensions/ssh.adoc | 13 +++++++++ .../ssh/runtime/src/main/doc/limitations.adoc | 6 ++++ .../azure/servicebus/it/AzureServiceBusHelper.java | 7 +++++ .../apache/camel/quarkus/test/DisabledOnRhel.java | 6 ++-- .../quarkus/test/DisabledOnRhelCondition.java | 32 ++++++++++++++++------ .../quarkus/test/DisabledOnRhelConditionTest.java | 30 ++++++++++++-------- .../camel/quarkus/component/ssh/it/SshTest.java | 2 ++ pom.xml | 1 + poms/bom/pom.xml | 5 ++++ poms/bom/src/main/generated/flattened-full-pom.xml | 10 +++---- .../src/main/generated/flattened-reduced-pom.xml | 5 ++++ .../generated/flattened-reduced-verbose-pom.xml | 5 ++++ 12 files changed, 94 insertions(+), 28 deletions(-) create mode 100644 extensions/ssh/runtime/src/main/doc/limitations.adoc