Is your feature request related to a problem? Please describe.
The RutaResourceLoader currently does not consider the TCCL. This is a problem in some environments where the TCCL provides access to important resources that e.g. the ResourceManager is not able to access.
Describe the solution you'd like
Add a second fallback option to RutaResourceLoader which considers the TCCL.
Describe alternatives you've considered
Feeding in all classloaders via the ResourceManager - which is not always convenient.
Is your feature request related to a problem? Please describe. The
RutaResourceLoader
currently does not consider the TCCL. This is a problem in some environments where the TCCL provides access to important resources that e.g. theResourceManager
is not able to access.Describe the solution you'd like Add a second fallback option to
RutaResourceLoader
which considers the TCCL.Describe alternatives you've considered Feeding in all classloaders via the
ResourceManager
- which is not always convenient.