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

Provide subclassing hooks in PathMatchingResourcePatternResolver [SPR-12231] #16846

Closed
spring-projects-issues opened this issue Sep 21, 2014 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Sep 21, 2014

Phil Webb opened SPR-12231 and commented

Spring Boot uses PathMatchingResourcePatternResolver for a few @Conditions (for example to search for message.properties. Often optimizations could be applied, for example there is often no need to search JDK provided JARs and well known library JARs can also often be skipped.

With a couple of additional protected methods in PathMatchingResourcePatternResolver Boot would have a chance to make such optimizations.


Affects: 4.1 GA

Issue Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants