You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.