You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2019/04/19 16:02:27 UTC

[camel] branch master updated (433d04e -> a73f258)

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

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


    from 433d04e  Regen
     new 1577fc2  Fix camel-ftp tests on JDK11, specify SSL and TLS protocol versions explicitly, default should be set to TLS1.3 once we fully move to JDK11
     new 5d2d618  Fix camel-http4 tests on JDK11, specify SSL and TLS protocol versions explicitly, default should be set to TLS1.3 once we fully move to JDK11
     new a73f258  Fix camel-jetty tests on JDK11, specify TLSv1.2 protocol versions explicitly, add test for TLS1.3 once we fully move to JDK11

The 36693 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-ftp/src/main/docs/ftps-component.adoc    |  2 +-
 .../component/file/remote/FtpsConfiguration.java   |  5 +++--
 ...LWithClientAuthAndSSLContextParametersTest.java |  2 +-
 .../FileToFtpsExplicitSSLWithClientAuthTest.java   |  2 +-
 ...lientAuthAndGlobalSSLContextParametersTest.java |  2 +-
 ...thoutClientAuthAndSSLContextParametersTest.java |  2 +-
 ...FileToFtpsExplicitSSLWithoutClientAuthTest.java |  2 +-
 ...SWithClientAuthAndSSLContextParametersTest.java |  2 +-
 .../FileToFtpsExplicitTLSWithClientAuthTest.java   |  2 +-
 ...thoutClientAuthAndSSLContextParametersTest.java |  2 +-
 ...FileToFtpsExplicitTLSWithoutClientAuthTest.java |  2 +-
 ...LWithClientAuthAndSSLContextParametersTest.java |  2 +-
 .../FileToFtpsImplicitSSLWithClientAuthTest.java   |  2 +-
 ...thoutClientAuthAndSSLContextParametersTest.java |  2 +-
 ...FileToFtpsImplicitSSLWithoutClientAuthTest.java |  2 +-
 ...SWithClientAuthAndSSLContextParametersTest.java |  2 +-
 .../FileToFtpsImplicitTLSWithClientAuthTest.java   |  2 +-
 ...thoutClientAuthAndSSLContextParametersTest.java |  2 +-
 ...FileToFtpsImplicitTLSWithoutClientAuthTest.java |  2 +-
 ...psWithCustomKeyAndTrustStorePropertiesTest.java |  2 +-
 ...leToFtpsWithCustomTrustStorePropertiesTest.java |  2 +-
 .../FileToFtpsWithFtpClientConfigRefTest.java      |  4 ++--
 .../file/remote/FtpsServerTestSupport.java         |  4 ++--
 .../file/remote/UriConfigurationTest.java          |  4 ++--
 .../component/http4/HttpsAuthenticationTest.java   |  4 +++-
 .../apache/camel/component/http4/HttpsGetTest.java |  6 +++++-
 .../component/http4/HttpsServerTestSupport.java    |  3 ++-
 .../camel/component/jetty/BaseJettyTest.java       |  2 ++
 .../camel/component/jetty/HttpsAsyncRouteTest.java | 24 +++++++++-------------
 .../jetty/HttpsRouteSetupWithSystemPropsTest.java  |  1 +
 .../camel/component/jetty/HttpsRouteTest.java      | 24 +++++++++++++++++++++-
 .../apache/camel/component/jetty/jetty-https.xml   |  5 +++++
 .../camel/support/jsse/SSLContextParameters.java   |  5 +++--
 .../springboot/KafkaComponentConfiguration.java    |  4 +++-
 34 files changed, 86 insertions(+), 49 deletions(-)