This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 37433da Updated CHANGELOG.md add 1343047 Test platform-http with SSL enabled No new revisions were added by this update. Summary of changes: 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 poms/build-parent-it/pom.xml | 4 +++ 8 files changed, 77 insertions(+), 3 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