Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConversionService fails to convert String to Resource List values within Map structures in 3.0.3 [SPR-7295] #11954

Closed
spring-projects-issues opened this issue Jun 17, 2010 · 1 comment
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

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

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Fixed for 3.0.4 - will be available in tonight's 3.0.4 snapshot.

Juergen

@spring-projects-issues spring-projects-issues added type: bug A general bug in: core Issues in core modules (aop, beans, core, context, expression) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0.4 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants