[java-support] branch master updated (f9537b0 -> 8929a85)
Brent Putman
putmanb at georgetown.edu
Wed Feb 19 17:18:23 EST 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a change to branch master
in repository java-support.
from f9537b0 IDP-1397: Removal of deprecated features
new 7e93212 OSJ-300: Deprecation of HttpClient X509HostnameVerifier interface
new ba99ca1 OSJ-300: Deprecation of HttpClient X509HostnameVerifier interface
new 766f40f JSPT-88: Problematic finalize in BasicParserPool
new 8929a85 Add a basic CleanerSupport utility class
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/support/httpclient/HttpClientBuilder.java | 4 +-
.../java/support/httpclient/HttpClientSupport.java | 8 ++--
.../java/support/httpclient/TLSSocketFactory.java | 48 ++++++++------------
.../httpclient/TLSSocketFactoryBuilder.java | 15 +++----
.../java/support/primitive/CleanerSupport.java | 52 ++++++++++++++++++++++
.../java/support/xml/BasicParserPool.java | 6 ---
.../java/support/xml/BasicParserPoolTest.java | 48 --------------------
7 files changed, 83 insertions(+), 98 deletions(-)
create mode 100644 src/main/java/net/shibboleth/utilities/java/support/primitive/CleanerSupport.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list