[java-support] branch maint-7 updated (d75489a -> 6610a13)

Brent Putman putmanb at georgetown.edu
Fri Mar 22 20:06:01 EDT 2019


This is an automated email from the git hooks/post-receive script.

putmanb pushed a change to branch maint-7
in repository java-support.

      from  d75489a   JPAR-104 - allow tests to check for Java 11 or later
       new  2f5dbed   OSJ-265: TLS socket factory clears client TLS credential too early
       new  6610a13   Update POM version to new minor due to new feature in previous commit

The 2 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:
 pom.xml                                            |    2 +-
 .../httpclient/ContextHandlingHttpClient.java      |  379 ++++
 .../java/support/httpclient/HttpClientBuilder.java |   63 +-
 .../java/support/httpclient/HttpClientSupport.java |   53 +
 .../httpclient/ContextHandlingHttpClientTest.java  | 1962 ++++++++++++++++++++
 .../support/httpclient/HttpClientBuilderTest.java  |   56 +
 .../support/httpclient/HttpClientSupportTest.java  |   76 +
 7 files changed, 2575 insertions(+), 16 deletions(-)
 create mode 100644 src/main/java/net/shibboleth/utilities/java/support/httpclient/ContextHandlingHttpClient.java
 create mode 100644 src/test/java/net/shibboleth/utilities/java/support/httpclient/ContextHandlingHttpClientTest.java
 create mode 100644 src/test/java/net/shibboleth/utilities/java/support/httpclient/HttpClientSupportTest.java

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list