[java-support] branch dev/JSPT-111 updated (d49f647 -> fc7597c)

Scott Cantor cantor.2 at osu.edu
Tue Apr 12 14:38:25 UTC 2022


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

scantor pushed a change to branch dev/JSPT-111
in repository java-support.

    from d49f647  Redo handling of unsafe data, and fix tests.
     new 6338b67  Untabify
     new 6b4432b  IDP-1879 Add build notes to all our self-built dependant jars about our jenkins process.
     new 8badbc9  JPAR-190 Add (optional) M2 check to java-parent project
     new 37a6d04  Move to release versions of enforcer and enforcer-data
     new b39efc2  Rev enforcer data to allow us to collect oro
     new d5d13a1  Add Function to BiFunction adapters.
     new 577fd2b  Move the enforcer up to latest (SNAPSHOT) versions
     new 4509b14  Add method for accessing repositories on other branches.
     new 54c447d  Fix hand off to new test method.
     new 880eb02  Add an Iterator wrapper allowing reflective iteration on Java 17.
     new 2ca923f  JSPT-113 - Implement conventional contract for AttributeSupport.hasAttribute
     new 7c34d66  Remove unused import
     new d12f9af  JSPT-114 - Allow FunctionSupport.constant(null)
     new a64a65d  Add @since to new methods.
     new 11f2ada  Update version due to API additions.
     new e68b05e  JSPT-116 - Give DataSealer ability to prefix wrapped results
     new db2e734  JSPT-117 - Add warning to basic key strategy for outdated resource
     new c85b1ae  Shore up node prefix checking.
     new 599a190  JSPT-116 - Give DataSealer ability to prefix wrapped results
     new 42ed8f7  JSPT-115 - Enforce ContextHandlingHttpClient constructor contracts
     new 72bebb2  Remove TODO items
     new 243ec59  GEN-311 Stop populating/maintaining the third party repo.
     new d94495b  JSPT-89 IdleConectionSweeperTest needs review for timing inconsistencies
     new 3e90bac  Bump parent POM version.
     new 05852db  Add a disabled canary test for an apparent bug in JAXP.
     new fc7597c  Refresh shibbolethKeys, removing the OBS Server key

The 26 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .check-m2                                          |   1 +
 pom.xml                                            |  30 +++------
 src/main/enforcer/shibbolethKeys.gpg               | Bin 0 -> 55669 bytes
 .../ReflectionSafeIterator.java}                   |  49 ++++++++-------
 .../httpclient/ContextHandlingHttpClient.java      |   5 +-
 .../java/support/logic/BiFunctionSupport.java      |  34 +++++++++++
 .../java/support/logic/FunctionSupport.java        |   3 +-
 .../utilities/java/support/net/URISupport.java     |   2 -
 .../java/support/security/DataSealer.java          |  67 ++++++++++++++++++++-
 .../security/impl/BasicKeystoreKeyStrategy.java    |  14 +++++
 .../java/support/xml/AttributeSupport.java         |   2 +-
 .../httpclient/ContextHandlingHttpClientTest.java  |   1 +
 .../FileCachingHttpClientBuilderTest.java          |   1 +
 .../support/httpclient/HttpClientBuilderTest.java  |   1 +
 .../support/httpclient/HttpClientSupportTest.java  |   1 +
 .../httpclient/IdleConectionSweeperTest.java       |   3 +-
 .../InMemoryCachingHttpClientBuilderTest.java      |   1 +
 .../java/support/security/DataSealerTest.java      |  56 +++++++++++++----
 .../support/test/repository/RepositorySupport.java |  37 +++++++++---
 .../java/support/xml/AttributeSupportTest.java     |   4 ++
 .../java/support/xml/SerializeSupportTest.java     |  39 +++++++++++-
 21 files changed, 276 insertions(+), 75 deletions(-)
 create mode 100644 .check-m2
 create mode 100644 src/main/enforcer/shibbolethKeys.gpg
 copy src/main/java/net/shibboleth/utilities/java/support/{resolver/ClassCriterion.java => collection/ReflectionSafeIterator.java} (51%)

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


More information about the commits mailing list