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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from e554a7967d6 CAMEL-21351: AcceptAllHeaderFilterStrategy
     new f98222800dd CAMEL-21128: camel-core - Add trust all certificate for 
easier TLS/SSL development
     new af4cb01f874 CAMEL-21128: camel-core - Add trust all certificate for 
easier TLS/SSL development

The 2 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:
 .../main/camel-main-configuration-metadata.json    |   1 +
 .../camel/component/vertx/common/VertxHelper.java  | 282 +++++++++++----------
 .../camel/support/jsse/TrustAllTrustManager.java   |  59 +++++
 .../main/SSLConfigurationPropertiesConfigurer.java |   7 +
 .../camel-main-configuration-metadata.json         |   1 +
 core/camel-main/src/main/docs/main.adoc            |   3 +-
 .../org/apache/camel/main/BaseMainSupport.java     |   8 +-
 .../camel/main/SSLConfigurationProperties.java     |  25 ++
 .../java/org/apache/camel/main/MainSSLTest.java    |  36 +++
 9 files changed, 283 insertions(+), 139 deletions(-)
 create mode 100644 
core/camel-api/src/main/java/org/apache/camel/support/jsse/TrustAllTrustManager.java

Reply via email to