Improvement #2151
Support component aliases
Start date:
25.02.2023
Due date:
% Done:
0%
Estimated time:
origin:
Description
Sometimes it is required to represent one and the same java component under different names. While proxy components help solve this somewhat, they are not sufficient for include situations or when names cannot be realized as folder names.
Acceptance Criteria¶
- A new property
com.zfabrik.component.alias
supporting a comma-separated list of component names is introduced. - This property works equivalently to creating an link component using the alias i.e.:
- All lookups for the alias and and resource retrievals are delegated to the declaring component
- Aliases may not collide on repo level