Improvement #1622
Move cycle detection into ComponentResourceWrapper
Start date:
Due date:
% Done:
0%
Estimated time:
origin:
Description
Currently active dependency cycle detection is implemented in JavaComponentImpl. However, there has never been a case when our rather loose cycle policy has been needed and for better early fail (in this case) it may be more benificial than limiting to move the cycle detection and load failing to the more generic ComponentResourceWrapper.
Updated by Henning Blohm almost 11 years ago
- Status changed from New to Resolved
resolved with related change.