deprecation warnings only at TRACE log level?
Rod Widdowson
rdw at steadingsoftware.com
Sun Nov 12 14:36:39 UTC 2023
> 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
So these come from the support added for IdP *V2* scripting and templating - no part of core V4 calls these methods.
If you are seeing the message then some code (javascript or velocity) that you own is calling these function within the context of a
scripted definition or a template passed into an LDAP or a RDBMS data connector.
Precisely why it happens under TRACE I could not imagine.
I guess (if you are not calling these methods) that the might just be some anomaly inside logging that is gratuitously calling all
these getters for reasons best known to itself.
All that code is gone in V5 anyway
Rod
More information about the users
mailing list