Dave Syer opened SPR-6108 and commented
Need to be able to avoid the ugly cast in this:
ConfigurablePropertyAccessor accessor = ((AbstractPropertyBindingResult) binder.getBindingResult())
.getPropertyAccessor();
accessor.setConversionService(...);
Affects: 3.0 M3, 3.0 M4