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 135c16e282 Removed camel-k modeline related stuff discard 618194718e Gen files discard b679f75e8b Fixed #7340: removed unnecessary substitution in salesforce extension discard dea822281c Gen files discard ebb5c9cb1f Generated files discard e2fb2591a4 Generated files discard ccbef3f4c3 Generated files and a bbetter fix of salesforce discard 7330cfd953 Fix of salesforce native failure caused by upgrade of jetty-version - not sure about the fix discard 74901ccf8a Upgrade quarkiverse-fury to 0.3.2 discard 9f57be42b8 Generated smb.adoc discard f3119a5673 Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy static scheduler field for native mode discard b0a0c26482 Revert "Disabled Headersmap in native, see #7330" discard 6bcc9e51f3 Regen files discard 34fdd4d73e Disabled Headersmap in native, see #7330 discard 58198e4ddc Regen files discard cce028aa6c Fix observability-services tests management port discovery discard 3391a9a7b8 Fix up dangling unused imports in platform-http extension discard ecb69069b7 feat(observability-services): use management port discard c87567e805 chore(platform-http): use default router name discard e6deeaa502 regen files discard 8ec1f68de0 Adapt to Camel switching to SmallRye Fault Tolerance programmatic APIs discard 0a65966b6a Regen files + platform-http compilation error fix discard f7a78f0a66 generated files discard 1d6dfb5819 Fixed google-bigquery discard cb9e88ca59 Fixed google-bigquerry discard 8ccaa21c36 Regen files discard 130ef7d141 Manage org.apache.fury:fury-core in bom discard 5e02f5d760 Regen files + fixed comp error in core discard 3d4a9603c6 fixed jt400 discard fac7d393ea Upgrade Camel to 4.12.0 add 055887465b Upgrade to cq-maven-plugin 4.17.9, fix #7371 add 919202a179 Regen SBOM from commit 055887465bc9ad9ffbf2b1e757abf37c38a333e9 (#7379) add 493872ea6d Remove rest-assured groovy exclusions add 5cb73cad45 Fixes #7373 extend saga coverage add d6a3c77b58 Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 (#7381) new 881180885c Upgrade Camel to 4.12.0 new d1249f3e02 fixed jt400 new 4f929e94f1 Regen files + fixed comp error in core new 51c2734616 Manage org.apache.fury:fury-core in bom new 9de30d2e58 Regen files new a577d6e2fb Fixed google-bigquerry new 01c24693ba Fixed google-bigquery new ab05d6a365 generated files new bae34ac897 Regen files + platform-http compilation error fix new 320c32fd1c Adapt to Camel switching to SmallRye Fault Tolerance programmatic APIs new cbc1c61470 regen files new 099a2bb2b4 chore(platform-http): use default router name new 67c116efb7 feat(observability-services): use management port new 29f297cbc4 Fix up dangling unused imports in platform-http extension new 43177ca441 Fix observability-services tests management port discovery new d797c1bfcd Regen files new 8a759d48f7 Disabled Headersmap in native, see #7330 new ab78151c47 Regen files new a2a5d1e0ca Revert "Disabled Headersmap in native, see #7330" new c2c0e5c675 Fix com.cedarsoftware:java-util ThreadedLRUCacheStrategy static scheduler field for native mode new e84d6d70de Generated smb.adoc new 121f4e29b9 Upgrade quarkiverse-fury to 0.3.2 new abe028a24b Fix of salesforce native failure caused by upgrade of jetty-version - not sure about the fix new b236dd03e9 Generated files and a bbetter fix of salesforce new 706ee85438 Generated files new 8dace4cf75 Generated files new b431a7b76c Gen files new 0b97e85b14 Fixed #7340: removed unnecessary substitution in salesforce extension new ecbe00faea Gen files new c0b09d816d Removed camel-k modeline related stuff new a05f900bc4 Gen 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 (135c16e282) \ N -- N -- N refs/heads/camel-main (a05f900bc4) 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 31 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: camel-quarkus-sbom/camel-quarkus-sbom.json | 15801 ++++++++++--------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 15449 +++++++++--------- .../component/dsl/modeline/it/DslModelineTest.java | 2 - integration-tests/groovy/pom.xml | 6 - integration-tests/saga/pom.xml | 96 + .../quarkus/component/saga/it/SagaResource.java | 99 + .../camel/quarkus/component/saga/it/SagaRoute.java | 133 + .../LraCreditService.java} | 20 +- .../it/{CreditService.java => lra/LraService.java} | 43 +- .../component/saga/it/lra/LraTicketService.java | 70 + .../saga/it/lra/LraTicketServiceStatus.java | 11 +- .../src/main/resources/application.properties | 5 +- .../saga/src/main/resources/routes/saga-routes.xml | 54 + .../camel/quarkus/component/saga/it/SagaTest.java | 132 + pom.xml | 4 +- poms/bom/src/main/generated/flattened-full-pom.xml | 4 +- .../src/main/generated/flattened-reduced-pom.xml | 4 +- .../generated/flattened-reduced-verbose-pom.xml | 4 +- 18 files changed, 16689 insertions(+), 15248 deletions(-) copy integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/{CreditService.java => lra/LraCreditService.java} (71%) copy integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/{CreditService.java => lra/LraService.java} (57%) create mode 100644 integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/lra/LraTicketService.java copy extensions/jasypt/runtime/src/main/java/org/apache/camel/quarkus/component/jasypt/JasyptConfigurationCustomizer.java => integration-tests/saga/src/main/java/org/apache/camel/quarkus/component/saga/it/lra/LraTicketServiceStatus.java (73%) copy integration-tests/{sjms-artemis-client => saga}/src/main/resources/application.properties (94%) create mode 100644 integration-tests/saga/src/main/resources/routes/saga-routes.xml