[java-metadata-aggregator] branch main updated (1ddfdc7 -> 0df5beb)

Ian Young ian at iay.org.uk
Mon Oct 24 10:07:30 UTC 2022


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

iay pushed a change to branch main
in repository java-metadata-aggregator.

    from 1ddfdc7  Additional tests for StringAttributeValidationStage
     new 0836526  Nullability and polish
     new bd43b4d  MDA-231 - Refactor class hierarchy around DOM node validators
     new 62e67fc  Javadoc
     new 0df5beb  Remove redundant abstract method; fix a locking issue (Spotbugs)

The 4 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:
 .../dom/AbstractAttributeValidationStage.java      | 17 +----
 .../metadata/dom/AbstractDOMTraversalStage.java    | 14 +++-
 .../metadata/dom/AbstractDOMValidationStage.java   |  5 +-
 .../dom/AbstractElementValidationStage.java        | 78 +---------------------
 ...=> AbstractElementVisitingValidationStage.java} | 54 +++++++--------
 .../dom/AbstractDOMValidationStageTest.java        | 20 ++++--
 6 files changed, 61 insertions(+), 127 deletions(-)
 copy mda-framework/src/main/java/net/shibboleth/metadata/dom/{AbstractElementValidationStage.java => AbstractElementVisitingValidationStage.java} (74%)

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


More information about the commits mailing list