-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Open
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtheme: modularizationIssues related to the structure of the project and its codeIssues related to the structure of the project and its codetype: taskA general taskA general task
Milestone
Description
The servlet web server factories have been ResourceLoaderAware
since they were introduced:
Each factory uses the ResourceLoader
, if set, to obtain the class loader that it uses. We should review this, with a couple of questions in mind:
- Should the
ClassLoader
be provided in a way that doesn't addsetResourceLoader
to the factories' public API? - Should the reactive factories be updated to use the same class loading arrangement?
Metadata
Metadata
Assignees
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtheme: modularizationIssues related to the structure of the project and its codeIssues related to the structure of the project and its codetype: taskA general taskA general task