Hi,

I've created few custom converters using the Spring converter API and annotated them with @Component. These converters are available in application context but don't get automatically registered with the conversionService unless I do it explicitly which means I can't use spring context/classpath scanning to auto-register custom converters. Any help is welcome.