Guys,

They have updated DOMMetadataResolver in shibboleth that has broken CAS as 
they have changed the constructor so the element can no longer be null.

In DOMMetadataResolver,

  48     /**
  49      * Constructor.
  50      * 
  51      * @param mdElement the metadata element
  52      */
  53     public DOMMetadataResolver(@Nonnull final Element mdElement) {
  54         metadataElement = Constraint.isNotNull(mdElement, "DOM Element 
cannot be null");
  55     }

https://git.shibboleth.net/view/?p=java-opensaml.git;a=blob;f=opensaml-saml-impl/src/main/java/org/opensaml/saml/metadata/resolver/impl/DOMMetadataResolver.java;h=9a5447990cd8234d8a26e0b28bcecd9d839f1c28;hb=b137c4f81477e42d1241265ac0f0122e89d6fb9a

Regards,
Colin


-- 
You received this message because you are subscribed to the Google Groups "CAS 
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-dev/09b93593-fd42-4989-89ad-dab27c5494can%40apereo.org.

Reply via email to