Open
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?
Activity