[java-support] branch dev/JPAR-186 updated (3929733 -> 9e1f998)

Ian Young ian at iay.org.uk
Tue Mar 22 11:32:51 UTC 2022


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

iay pushed a change to branch dev/JPAR-186
in repository java-support.

 discard 3929733  Adopt Spring Framework 6, Jakarta Servlet 5
 discard 3d0bff2  New major version for Java 17 platform
     add aa50eca  JPAR-190 Add (optional) M2 check to java-parent project
     add 9fee31a  Move to release versions of enforcer and enforcer-data
     add 5d80f94  Rev enforcer data to allow us to collect oro
     add 4f3db6f  Add Function to BiFunction adapters.
     add b05dfa7  Move the enforcer up to latest (SNAPSHOT) versions
     add f51501e  Add method for accessing repositories on other branches.
     add 469797c  Fix hand off to new test method.
     add 181ab99  Add an Iterator wrapper allowing reflective iteration on Java 17.
     add 78010de  JSPT-113 - Implement conventional contract for AttributeSupport.hasAttribute
     add d154dcb  Remove unused import
     add f1f68b5  JSPT-114 - Allow FunctionSupport.constant(null)
     add 5cd7c51  Add @since to new methods.
     add d3c2ba7  Update version due to API additions.
     add a765345  JSPT-116 - Give DataSealer ability to prefix wrapped results
     add 3a86919  JSPT-117 - Add warning to basic key strategy for outdated resource
     add 8fdffb8  Shore up node prefix checking.
     add 030983c  JSPT-116 - Give DataSealer ability to prefix wrapped results
     add ca427f1  JSPT-115 - Enforce ContextHandlingHttpClient constructor contracts
     add dce5db6  Remove TODO items
     add b40841a  GEN-311 Stop populating/maintaining the third party repo.
     add 2129eb3  JSPT-89 IdleConectionSweeperTest needs review for timing inconsistencies
     new c964ac6  New major version for Java 17 platform
     new 9e1f998  Adopt Spring Framework 6, Jakarta Servlet 5

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3929733)
            \
             N -- N -- N   refs/heads/dev/JPAR-186 (9e1f998)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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                                            |  14 -----
 src/main/enforcer/shibbolethKeys.gpg               | Bin 0 -> 55209 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 ++
 20 files changed, 228 insertions(+), 68 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