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
Cannot import bean definitions using classpath*: resource location. Somewhere between RC1 and RC2 the behaviour of <import resource="classpath*:..."/> changed so that it is now treated as a relative resource, where clearly it is not.
Looks like this change came from #10432. We can still use the old ResourcePatternUtils.isUrl() as an initial test, and then if that fails try the new approach. That way I think everyone will be happy.
Dave Syer opened SPR-6366 and commented
Cannot import bean definitions using classpath*: resource location. Somewhere between RC1 and RC2 the behaviour of <import resource="classpath*:..."/> changed so that it is now treated as a relative resource, where clearly it is not.
Affects: 3.0 RC2
Issue Links:
Referenced from: commits 7ac0e2b, 66939de
The text was updated successfully, but these errors were encountered: