[java-opensaml] branch dev/JSPT-95 updated (9839130 -> 22d7f96)

Rod Widdowson rdw at steadingsoftware.com
Sat Apr 25 10:46:46 EDT 2020


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

rdw pushed a change to branch dev/JSPT-95
in repository java-opensaml.

  discards  9839130   JSPT-95 use non deprecated EvaluableScript constructors
      adds  4c074cc   ImmutableList remediation.
      adds  bdb8010   IDP-1508 - TestNG @BeforeTest and @AfterTest are being misused
      adds  6c9a6c1   OSJ-309 - EntityAttribute metadata filter generates duplicate attributes
      adds  e0c5af9   OSJ-309 - EntityAttribute metadata filter generates duplicate attributes
      adds  9342dbe   OSJ-309 - EntityAttribute metadata filter generates duplicate attributes
      adds  403174d   Remove unneeded xmlunit-legacy dependency.
      adds  8180efb   JSPT-80 - Need formal dependency on non-legacy xmlunit
      adds  65f18b5   Remove duplicate JAXB exclusion.
      adds  fffab27   IDP-1593 KeyWords should return an empty list not a null one
      adds  9567766   Fix test with odd edge cases
      adds  d067d3b   JPAR-167 and JPAR-164 Update Maven Javadoc Plugin
      adds  2cac709   Clarify confuding exception message
       new  22d7f96   JSPT-95 use non deprecated EvaluableScript constructors

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   (9839130)
            \
             N -- N -- N   refs/heads/dev/JSPT-95 (22d7f96)

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 "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 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:
 opensaml-parent/pom.xml                            | 25 +++-----
 .../opensaml/saml/criterion/BindingCriterion.java  | 16 +----
 .../saml/ext/saml2mdui/impl/KeywordsImpl.java      | 43 ++++++++++++-
 .../resolver/filter/impl/AlgorithmFilter.java      | 72 ++++++++++++++++++----
 .../filter/impl/EntityAttributesFilter.java        | 66 ++++++++++++++++----
 .../resolver/filter/impl/NameIDFormatFilter.java   | 20 ++++--
 .../impl/AbstractReloadingMetadataResolver.java    |  2 +-
 .../saml/ext/saml2mdui/impl/KeywordsTest.java      | 17 +++--
 .../saml/ext/saml2mdui/impl/UIInfoTest.java        |  2 +-
 .../resolver/filter/impl/AlgorithmFilterTest.java  | 34 +++++-----
 .../filter/impl/EntityAttributesFilterTest.java    | 17 ++++-
 .../filter/impl/NameIDFormatFilterTest.java        | 15 +++--
 .../saml/ext/saml2mdui/UIInfoChildElements.xml     |  1 -
 .../filter/impl/EntityDescriptorWithAlgorithms.xml | 39 ++++++++++++
 .../impl/TrustEngineX509TrustManagerTest.java      |  8 +--
 .../storage/impl/LDAPStorageServiceTest.java       | 32 +++-------
 16 files changed, 286 insertions(+), 123 deletions(-)
 create mode 100644 opensaml-saml-impl/src/test/resources/org/opensaml/saml/metadata/resolver/filter/impl/EntityDescriptorWithAlgorithms.xml

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


More information about the commits mailing list