You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: