Oliver Becker opened SPR-6197 and commented
The method findConverterByClassPair(Class, Class) in the GenericConversionService will throw a NullPointerException if the passed arguments are null.
This can happen for example with raw collection types when TypeDescriptor.getObjectType() returns null.
Affects: 3.0 RC1