DATACMNS-1102 - Reuse ConversionService in ProjectingMethodInterceptors created by ProxyProjectionFactory.
Applied the same to internals of MapDataBinder.
This commit is contained in:
@@ -56,7 +56,6 @@ public class MapDataBinderUnitTests {
|
||||
}
|
||||
|
||||
@Test // DATACMNS-630
|
||||
@SuppressWarnings("rawtypes")
|
||||
public void bindsNestedCollectionElement() {
|
||||
|
||||
MutablePropertyValues values = new MutablePropertyValues();
|
||||
@@ -71,7 +70,6 @@ public class MapDataBinderUnitTests {
|
||||
}
|
||||
|
||||
@Test // DATACMNS-630
|
||||
@SuppressWarnings("rawtypes")
|
||||
public void bindsNestedPrimitive() {
|
||||
|
||||
MutablePropertyValues values = new MutablePropertyValues();
|
||||
|
||||
Reference in New Issue
Block a user