Keith Donald opened SPR-8718 and commented
test case:
- register a StringToColorConverter implementing Converter<String, Color>
- ask the conversion service to convert a String to a MyColor, where MyColor extends Color.
- a class cast exception will occur, because a Color instance will be returned, which is not a MyColor.
instead of a class cast exception, a converter not found exception should be thrown.
Affects: 3.0.6
Issue Links: