deprecation warnings only at TRACE log level?
Paul B. Henson
henson at cpp.edu
Sun Nov 12 01:28:52 UTC 2023
When idp.loglevel.idp is set to TRACE, I get these deprecation warnings
in idp-warn.log:
2023-11-11 17:23:47,225 - / - WARN [DEPRECATED:139] - Java class method 'requestContext.getId()': This will be removed in the next major version of this software
2023-11-11 17:23:47,226 - / - WARN [DEPRECATED:135] - Java class method 'requestContext.getPrincipalName()': This will be removed in the next major version of this software; replacement is resolutionContext.getPrincipal()
2023-11-11 17:23:47,226 - / - WARN [DEPRECATED:135] - Java class method 'requestContext.getPeerEntityId()': This will be removed in the next major version of this software; replacement is resolutionContext.getAttributeRecipientID()
2023-11-11 17:23:47,226 - / - WARN [DEPRECATED:135] - Java class method 'requestContext.getLocalEntityId()': This will be removed in the next major version of this software; replacement is resolutionContext.getAttributeIssuerID()
They are only in idp-warn.log, not idp-process.log. They only show up at
log level TRACE, not DEBUG or higher.
That seems odd. I don't see anywhere in my customizations I'm using any
of them, so I will assume they are spurious warnings, all is working
fine, and ignore them :). Just curious, seems my week for odd logs.
--
Paul B. Henson | (909) 979-6361 | http://www.cpp.edu/~henson/
Operating Systems and Network Analyst | henson at cpp.edu
California State Polytechnic University | Pomona CA 91768
More information about the users
mailing list