You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/01/01 11:17:27 UTC

[directory-ldap-api] 03/05: Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git

commit e7e204999b31e8ef3908d83d2dd7ef8e36375a9a
Merge: ac9529e 9dce02b
Author: Emmanuel Lecharny <el...@apache.org>
AuthorDate: Thu Dec 27 17:26:05 2018 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api

 .../ldap/client/api/LdapNetworkConnection.java     |  14 +--
 .../api/ldap/extras/AbstractCodecServiceTest.java  |  19 ++++
 .../model/exception/LdapTlsHandshakeException.java |  54 ++--------
 .../LdapTlsHandshakeExceptionClassifier.java       |  96 +++++++++++++++++
 .../model/exception/LdapTlsHandshakeFailCause.java | 120 +++++++++++++++++++++
 .../LdapTlsHandshakeExceptionClassifierTest.java   | 106 ++++++++++++++++++
 .../exception/LdapTlsHandshakeExceptionTest.java   |  14 +--
 7 files changed, 352 insertions(+), 71 deletions(-)