Skip to content

GenericFormatterRegistry: unable to use custom ConversionService [SPR-6200] #10868

@spring-projects-issues

Description

@spring-projects-issues

Oliver Becker opened SPR-6200 and commented

The GenericFormatterRegistry tries to use a custom ConversionService bean that has been deployed into the ApplicationContext (see setApplicationContext).
However, since the code first checks that this.conversionService == null which in turn will never be true as this.conversionService will be initialized upon object construction, this code simply doesn't work.


Affects: 3.0 RC1

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions