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

Make DispatcherServlet.properties loading lazy #25257

Closed
sdeleuze opened this issue Jun 16, 2020 · 0 comments
Closed

Make DispatcherServlet.properties loading lazy #25257

sdeleuze opened this issue Jun 16, 2020 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Contributor

With #25209, DispatcherServlet.properties loading and parsing will be useless for most of use cases, and it requires configuration on GraalVM native images.

The purpose of this issue to make such loading and parsing lazy, only invoked in getDefaultStrategies() if needed.

@sdeleuze sdeleuze added the type: enhancement A general enhancement label Jun 16, 2020
@sdeleuze sdeleuze added this to the 5.3 M1 milestone Jun 16, 2020
@sdeleuze sdeleuze self-assigned this Jun 16, 2020
kenny5he pushed a commit to kenny5he/spring-framework that referenced this issue Jun 21, 2020
With spring-projects#25209, DispatcherServlet.properties loading and parsing
will be useless for most of use cases, and it requires
configuration on GraalVM native images.

The purpose of this issue to make such loading and parsing lazy,
only invoked in getDefaultStrategies() if needed.

Closes spring-projectsgh-25257
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

1 participant