Files
SCM-Manager/scm-webapp
Johannes Schnatterer ab290a78d9 User Root Resource: Use CDI Provider for subresources.
Resources are request scoped and we need only one sub resource per
request. That is, injecting all subresources (and their transitive
inejctions)in the constructor builds a lot of objects that are never
used.

Solution: Inject provider, that lazily inject the needed subresources
on demand.
2018-06-21 11:54:54 +02:00
..