[java-shib-attribute] branch main updated (c143f88ad -> 021320350)

Rod Widdowson rdw at steadingsoftware.com
Wed May 3 15:29:14 UTC 2023


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

rdw pushed a change to branch main
in repository java-shib-attribute.

    from c143f88ad IDP-2083 - Treat NonnullElements as the default for collections
     new 27dfcd5e6 IDP-2069 Null handling task
     new 021320350 IDP-2069 Null handling task

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:
 .../attribute/filter/MatcherFromPolicyTest.java    |  2 +-
 .../context/AttributeFilterWorkContextTest.java    |  8 ++--
 .../saml/impl/AbstractEntityGroupPolicyRule.java   |  6 ++-
 .../impl/AbstractMatcherPolicyRuleTest.java        | 24 ++++++++++++
 .../impl/AbstractRegexpStringMatcherTest.java      | 22 +++++++----
 .../matcher/impl/AbstractStringMatcherTest.java    |  6 ++-
 .../impl/AttributeScopeRegexpMatcherTest.java      |  4 +-
 .../impl/AttributeValueRegexpMatcherTest.java      |  8 +++-
 .../attribute/filter/matcher/impl/DataSources.java |  2 +-
 .../matcher/impl/MockValuePredicateMatcher.java    |  8 ++--
 .../filter/matcher/impl/ScriptedMatcherTest.java   | 13 ++++---
 .../filter/matcher/logic/impl/AndMatcherTest.java  | 10 ++---
 .../filter/matcher/logic/impl/NotMatcherTest.java  | 13 ++++---
 .../filter/matcher/logic/impl/OrMatcherTest.java   | 12 ++++--
 .../impl/MappedAttributeInMetadataMatcherTest.java |  1 +
 .../saml/impl/ScopeMatchesShibMDScopeTests.java    |  1 +
 .../impl/AttributeIssuerRegexpPolicyRuleTest.java  |  4 +-
 .../AttributeRequesterRegexpPolicyRuleTest.java    |  4 +-
 .../impl/NumOfAttributeValuesPolicyRuleTest.java   | 10 +++--
 .../impl/PrincipalNameRegexpPolicyRuleTest.java    |  4 +-
 .../impl/ProxiedRequesterRegexpPolicyRuleTest.java |  4 +-
 .../policyrule/impl/ScriptedPolicyRuleTest.java    | 27 +++++++------
 .../policyrule/saml/impl/BaseMetadataTests.java    | 14 ++++---
 .../saml/impl/IssuerRegistrationAuthorityTest.java | 13 +++----
 ...equesterEntityAttributeExactPolicyRuleTest.java |  4 +-
 .../impl/RequesterRegistrationAuthorityTest.java   | 13 +++----
 .../filter/tests/AttributeFilterPolicyTest.java    | 45 +++++++++++++++-------
 .../filter/spring/basic/ScriptedTest.java          | 15 ++++++--
 .../matcher/AttributeValueMatcherParserTest.java   | 30 +++++++++------
 .../policy/AttributeRequesterRuleParserTest.java   | 15 ++++++--
 .../filter/spring/policy/DataSources.java          |  3 ++
 .../policy/ProxiedRequesterRuleParserTest.java     | 19 ++++++---
 .../saml/IssuerInEntityGroupRuleParserTest.java    |  4 +-
 ...roxiedRequesterInEntityGroupRuleParserTest.java |  4 +-
 .../saml/RequesterInEntityGroupRuleParserTest.java |  4 +-
 .../testing/BaseAttributeFilterParserTest.java     |  5 ++-
 36 files changed, 259 insertions(+), 122 deletions(-)

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


More information about the commits mailing list