Does anyone knows that why in Spring 2.0 PathMatchingResourcePatternResolver(ResourceLoader resourceLoader, ClassLoader classLoader) is not supported?
Does anyone knows that why in Spring 2.0 PathMatchingResourcePatternResolver(ResourceLoader resourceLoader, ClassLoader classLoader) is not supported?
And why shouldn't it be supported? It is still around in my 2.0.6 version?
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
Well it's not
http://www.springframework.org/docs/...nResolver.html
Well IT IS... At least (as I pointed out) it is in my version..
However I hate yes/no discussion so I end it here...
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan
Sorry, but amardeeptalwar has right - class is there but the constructor in question (with 2 parameters) is not, while it was present in 1.2.
Reasons behind I do not know. Change was made in 2.0RC2, change log states:
- adapted PathMatchingResourcePatternResolver to always use the ResourceLoader's ClassLoader
Ah he was referencing the constructor, not the class. Then it was my wrong I thought he was referencing the complete class.
Marten Deinum
Java Consultant / Pragmatist / Open Source Enthousiast / Author
Pro Spring MVC: With Web Flow
Conspect
Have you read the reference guide.
Use the [ code ] tags, young padawan