Andrei Stefan opened SPR-7295 and commented
Given the attached test project, the following error is thrown in 3.0.3 (the same test it's ok in 3.0.2):
Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from [java.lang.String] to [org.springframework.core.io.Resource]
at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:180)
at org.springframework.core.convert.support.CollectionToArrayConverter.convert(CollectionToArrayConverter.java:63)
at org.springframework.core.convert.support.ConversionUtils.invokeConverter(ConversionUtils.java:37)
... 23 more
Affects: 3.0.3
Attachments:
Referenced from: commits 27b0403
1 votes, 2 watchers