<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">In our configs, I’ve replaced the expiring-password intercept with the warning intercept (since there are addition warnings that I have needed to define). My condition bean is<div class=""><br class=""></div><div class="">    <bean id="umd.expiring-password.Condition" parent="shibboleth.Conditions.NOT"><br class="">        <constructor-arg><br class="">            <bean class="net.shibboleth.idp.profile.logic.DateAttributePredicate"<br class="">                  c:attribute="umPasswordExpireDate" c:formatString="yyyyMMddHHmmssX"<br class="">                  p:useUnfilteredAttributes="true"<br class="">                  p:resultIfMissing="true" p:offset="-P6D" /><br class="">        </constructor-arg><br class="">    </bean><br class=""><br class=""><div class="">
<div><br class="">//<br class="">John Pfeifer<br class="">Division of Information Technology<br class="">University of Maryland, College Park</div>

</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Jan 6, 2023, at 11:33 AM, Lee Foltz via users <<a href="mailto:users@shibboleth.net" class="">users@shibboleth.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Thanks for the update Scott, it is on our to-do list to rewrite that interceptor code on our end.</div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jan 6, 2023 at 11:13 AM Cantor, Scott <<a href="mailto:cantor.2@osu.edu" class="">cantor.2@osu.edu</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> We are running idp_version: 4. 2. 1 and jdk_version: 11. 0. 17 and it still works<br class="">
> as expected. I am sure we might need to update this at some point as I also<br class="">
> thought it was going to be deprecated.<br class="">
<br class="">
It's already been deprecated, but we can't warn on joda-time calls, only on our methods where we reference joda-time objects.<br class="">
<br class="">
V5 will not include joda-time or any APIs that use it, but that doesn't mean others can't inject it into the war (but you shouldn’t, the project itself is literally deprecated).<br class="">
<br class="">
There's no real reason to use it now if you're building something new, just translate things to Java classes.<br class="">
<br class="">
-- Scott<br class="">
<br class="">
<br class="">
<br class="">
</blockquote></div><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div dir="ltr" class="gmail_signature"><div dir="ltr" class=""><div class=""><div class="">Lee Foltz</div><div class="">Oakland University - UTS</div><div class="">Senior Identity and Access Management Engineer</div><div class=""> </div><div class="">248-370-2675</div></div></div></div>
-- <br class="">For Consortium Member technical support, see <a href="https://shibboleth.atlassian.net/wiki/x/ZYEpPw" class="">https://shibboleth.atlassian.net/wiki/x/ZYEpPw</a><br class="">To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" class="">users-unsubscribe@shibboleth.net</a><br class=""></div></blockquote></div><br class=""></div></body></html>