[
https://issues.apache.org/jira/browse/NIFI-15302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043168#comment-18043168
]
ASF subversion and git services commented on NIFI-15302:
--------------------------------------------------------
Commit 8cf7a54e741df8bad4620536ce20fbdc7dd4fe30 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8cf7a54e74 ]
NIFI-15302 Deprecated Restricted SSLContextService for Removal
- Deprecated StandardRestrictedSSLContextService implementation for removal
- Replaced references in Kafka integration tests
Signed-off-by: Pierre Villard <[email protected]>
This closes #10609.
> Deprecate Restricted SSLContextService for Removal
> --------------------------------------------------
>
> Key: NIFI-15302
> URL: https://issues.apache.org/jira/browse/NIFI-15302
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{RestrictedSSLContextService}} interface and
> {{StandardRestrictedSSLContextService}} implementation should be deprecated
> for removal as no longer provide differentiated capabilities from the base
> {{SSLContextService}} and {{SSLContextProvider}} implementations.
> The {{RestrictedSSLContextService}} historically supported the option for
> components to declare more limited support for a selected set of TLS Protocol
> versions. With current supported versions of Java no longer supporting
> insecure versions like TLS 1.0 and TLS 1.1, the
> {{RestrictedSSLContextService}} is no longer needed.
> The introduction of the simplified {{SSLContextProvider}} interface removed
> most of the references to the {{RestrictedSSLContextService}}. With the
> removal from {{HandleHttpRequest}}, there are no longer any direct references.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)