WARN [DEPRECATED:118] - Spring bean 'c14n/LegacyPrincipalConnector'

Cantor, Scott cantor.2 at osu.edu
Thu Jan 10 20:30:05 EST 2019


On 1/10/19, 8:14 PM, "Lipscomb, Gary" <glipscomb at csu.edu.au> wrote:

> What is it explicitly looking for.

The warning is explicitly outputting the exact bean/reference name it's referring to and it's in the file you already looked at and were trying to remove. The bean itself is lazy-init, and doesn't get created if the <ref> to it isn't there, so removing the ref should be sufficient to prevent the bean from starting itself and logging anything.
 
> I don't have anything with "PrincipalConnector" in the attribute-resolver.xml

I'm sure you don't, but the bean is the object that makes them work if they're present, it's not the old plugins themselves.

> The DEPRECATED messages only appear once, but could they give the line number in the file of the first DEPRECATION
> encountered of each type.

They do when they have the ability to, but that's impossible with native Spring files.

-- Scott




More information about the users mailing list