This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard 0edebad  Temporarily add netty-tcnative-boringssl-static to the BOM to 
work around netty-bom issues
 discard 51d2e6d  Work around cassandraql depending on Quarkus Vert.x 
extensions that no longer exist
 discard d2c72c5  Upgrade Quarkus to 2.3.0.CR1
     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 159aafa  Upgrade Quarkus to 2.3.0.CR1
     new 6ae2f7d  Work around cassandraql depending on Quarkus Vert.x 
extensions that no longer exist
     new 66185e1  Temporarily add netty-tcnative-boringssl-static to the BOM to 
work around netty-bom issues

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   (0edebad)
            \
             N -- N -- N   refs/heads/quarkus-main (66185e1)

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 3 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

Reply via email to