password expiration intercept code example request
Cantor, Scott
cantor.2 at osu.edu
Fri Jan 6 16:12:56 UTC 2023
> We are running idp_version: 4. 2. 1 and jdk_version: 11. 0. 17 and it still works
> as expected. I am sure we might need to update this at some point as I also
> thought it was going to be deprecated.
It's already been deprecated, but we can't warn on joda-time calls, only on our methods where we reference joda-time objects.
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).
There's no real reason to use it now if you're building something new, just translate things to Java classes.
-- Scott
More information about the users
mailing list