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