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 84bb4f06a1 geerated poms omit 2a7f433423 generated files omit b96b794c24 generated poms omit 4734e8db85 generated poms omit cdb85016cf Disable MicroProfile Fault Tolerance tests due to #6285 omit 45ffd5555f Upgrade Camel to 4.8.0 add b7665ad56d Add changelog for 3.13.0 add 9072aa268b Strip label prefix in auto label workflow before performing GraphQL search query add 91cb3a2b1f Fix #6301 to resort the beans if priority is same the default one wins (#6304) add 72f2d413d3 cxf-soap SSL tests fail with Quarkus CXF 3.13.0 fix #6294 add 5039103505 Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.3.0 to 3.4.0 add 1ff0bd4a68 Remove redundant generate JVM extension workflow add 9e242ee44a Exclude most .github directory content from triggering core CI workflows add c6e63058ac Use markdown admonitions for dependabot branch sync warning message new dae0c10e13 Upgrade Camel to 4.8.0 new 9a619a0e32 Disable MicroProfile Fault Tolerance tests due to #6285 new 75c2e8eb01 generated poms new 1564b9cb34 generated poms new bdc875e95e generated files new 3df5f85db6 geerated poms 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 (84bb4f06a1) \ N -- N -- N refs/heads/camel-main (3df5f85db6) 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 6 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 | 20 + .github/workflows/generate-jvm-extension.yaml | 83 --- .github/workflows/label-issue.yaml | 8 +- .github/workflows/pr-validate.yml | 10 + .../workflows/synchronize-dependabot-branch.yaml | 2 +- CHANGELOG.md | 55 ++ .../camel/quarkus/core/RuntimeBeanRepository.java | 33 +- .../cxf/soap/ssl/it/CxfSoapGlobalTrustedSslIT.java | 2 - .../soap/ssl/it/CxfSoapGlobalTrustedSslTest.java | 2 - .../soap/ssl/it/CxfSoapGlobalUntrustedSslIT.java | 2 - .../soap/ssl/it/CxfSoapGlobalUntrustedSslTest.java | 2 - .../component/cxf/soap/ssl/it/CxfSoapSslIT.java | 2 - .../component/cxf/soap/ssl/it/CxfSoapSslTest.java | 2 - .../soap/wss/client/it/CxfSoapWssClientTest.java | 13 +- integration-test-groups/foundation/bean/pom.xml | 8 + .../camel/quarkus/component/bean/BeanResource.java | 11 + .../bean/src/main/resources/application.properties | 6 + .../camel/quarkus/component/bean/BeanTest.java | 9 + integration-tests/foundation-grouped/pom.xml | 8 + pom.xml | 4 +- poms/bom/src/main/generated/flattened-full-pom.xml | 565 +++++++++++---------- .../src/main/generated/flattened-reduced-pom.xml | 117 +++-- .../generated/flattened-reduced-verbose-pom.xml | 565 +++++++++++---------- 23 files changed, 802 insertions(+), 727 deletions(-) delete mode 100644 .github/workflows/generate-jvm-extension.yaml