[java-support] branch master updated (786c8f9 -> b259fc0)

Brent Putman putmanb at georgetown.edu
Wed Dec 16 20:11:25 EST 2015


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

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

      from  786c8f9   Bump version after release
       new  85cffed   Bump to new minor version SNAPSHOT in prep for API addition.
       new  c80d265   Add support method for testing an Iterable for instance of a class.
       new  b259fc0   JSPT-59: Add support to our HttpClientBuilder for fluent-only style methods in Apache HttpClientBuilder

The 3 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 +-
 .../java/support/collection/IterableSupport.java   |  52 ++++
 .../java/support/httpclient/HttpClientBuilder.java | 324 ++++++++++++++++++++-
 .../support/collection/IterableSupportTest.java    |  70 +++++
 4 files changed, 444 insertions(+), 4 deletions(-)
 create mode 100644 src/main/java/net/shibboleth/utilities/java/support/collection/IterableSupport.java
 create mode 100644 src/test/java/net/shibboleth/utilities/java/support/collection/IterableSupportTest.java

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


More information about the commits mailing list