- 
                Notifications
    You must be signed in to change notification settings 
- Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: duplicateA duplicate of another issueA duplicate of another issue
Description
Radim Tlusty opened SPR-6379 and commented
it's probably related to #10432.
I think, that the issue is in DefaultBeanDefinitionDocumentReader class. In 3.0.0.RC1 there was used call 'ResourcePatternUtils.isUrl(location)', in 3.0.0.RC2 it's changed and I think, that it's related to this correction.
When the classes are unpacked, it leads to transformation of classpath* URL to file URL, which causes the problem.
Attach is simple test case, which works in 3.0.0.RC1, but fail on 3.0.0.RC2.
Affects: 3.0 RC2
Attachments:
- SPR-5762.ZIP (2.78 kB)
Issue Links:
- Cannot import bean definitions using classpath*: resource location [SPR-6366] #11032 Cannot import bean definitions using classpath*: resource location ("duplicates")
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: duplicateA duplicate of another issueA duplicate of another issue