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 a088546 Adapt to latest Camel API changes discard d89440d Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper discard 7950ba4 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version discard 503135a Camel 3.12 : Dataformat fix attributes names discard 0ff9401 Upgrade spark and hadoop versions discard f7c8f53 Upgrade Camel to 3.12.0 add 1343047 Test platform-http with SSL enabled add 1137e00 Salesforce: Enable Platform Event custom fields in native mode Fixes #3067 add f4f992f Update Salesforce testCDCAndStreamingEvents test to wait for consuming the right Document Fixes #3103 add 6290af8 Fixup 0be98ea Use test grouping for MongoDB extensions #3089 new 95b808b Upgrade Camel to 3.12.0 new a400b46 Upgrade spark and hadoop versions new 7ede67c Camel 3.12 : Dataformat fix attributes names new 9e2c620 Sync minio version with quarkiverse version due to incompatible okhttp version between quarkus and recent minio version new c62c7d2 Remove redundant reflective class registration for SunJaxb21NamespacePrefixMapper new 2375483 Adapt to latest Camel API changes 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 (a088546) \ N -- N -- N refs/heads/camel-main (2375483) 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: .../salesforce/deployment/SalesforceProcessor.java | 3 ++ integration-test-groups/pom.xml | 1 + integration-tests/platform-http/README.adoc | 15 ++++++++ .../platform/http/it/PlatformHttpRouteBuilder.java | 2 +- .../src/main/resources/application.properties | 7 +++- .../src/main/resources/server-cert.pem | 17 +++++++++ .../src/main/resources/server-key.pem | 28 ++++++++++++++ .../component/http/server/it/PlatformHttpTest.java | 7 ++++ .../src/test/resources/truststore.p12 | Bin 0 -> 2285 bytes integration-tests/salesforce/README.adoc | 2 +- .../component/salesforce/SalesforceRoutes.java | 2 +- .../salesforce/SalesforceIntegrationTest.java | 42 ++++++++++++--------- poms/build-parent-it/pom.xml | 4 ++ 13 files changed, 108 insertions(+), 22 deletions(-) create mode 100644 integration-tests/platform-http/README.adoc create mode 100644 integration-tests/platform-http/src/main/resources/server-cert.pem create mode 100644 integration-tests/platform-http/src/main/resources/server-key.pem create mode 100644 integration-tests/platform-http/src/test/resources/truststore.p12