Hi,
Just an F.Y.I this is on CAS 7.0.0
Regards,
Colin
On Friday, 14 April 2023 at 03:59:33 UTC+10 Colin Wilkinson wrote:
> 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/6990d151-f6d8-4399-a744-0a4627ed2251n%40apereo.org.