This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5137c8868af4b5d1524ff0d0136a8cabd4c6ba16 Author: orpiske <orpi...@users.noreply.github.com> AuthorDate: Tue May 16 16:13:45 2023 +0000 Regen for commit 46581dda1c52299c291bc95a2d7a33a4eac32b07 Signed-off-by: GitHub <nore...@github.com> --- .../java/org/apache/camel/support/jsse/BaseSSLContextParameters.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-api/src/main/java/org/apache/camel/support/jsse/BaseSSLContextParameters.java b/core/camel-api/src/main/java/org/apache/camel/support/jsse/BaseSSLContextParameters.java index 4e98294adbe..6aab94a00c0 100644 --- a/core/camel-api/src/main/java/org/apache/camel/support/jsse/BaseSSLContextParameters.java +++ b/core/camel-api/src/main/java/org/apache/camel/support/jsse/BaseSSLContextParameters.java @@ -58,8 +58,8 @@ public abstract class BaseSSLContextParameters extends JsseParameters { protected static final List<String> DEFAULT_CIPHER_SUITES_FILTER_INCLUDE = List.of(".*"); - protected static final List<String> DEFAULT_CIPHER_SUITES_FILTER_EXCLUDE = - List.of(".*_NULL_.*", ".*_anon_.*", ".*_EXPORT_.*", ".*_DES_.*", ".*MD5", ".*RC4.*"); + protected static final List<String> DEFAULT_CIPHER_SUITES_FILTER_EXCLUDE + = List.of(".*_NULL_.*", ".*_anon_.*", ".*_EXPORT_.*", ".*_DES_.*", ".*MD5", ".*RC4.*"); protected static final List<String> DEFAULT_SECURE_SOCKET_PROTOCOLS_FILTER_INCLUDE = List.of(".*");