-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement
Description
Paul Benedict opened SPR-4052 and commented
When sharing common configuration files between projects, it is not very clear where bean placeholders come from. I do not use any IDE tooling, but I would like to derive this from reading the config. Thus I propose to extend the usage of bean references:
- Add "external-ref" attribute to indicate that the referenced bean must come from another Spring config file, erring if it is defined within.
- Add "local-ref" attribute to indicate the inverse. I really do like the "local" tag except there is no shorthand attribute for it, so I don't use it.
Issue Links:
- Evaluate 'idref' element and 'local' attribute in Spring 3.1 [SPR-8179] #12830 Evaluate 'idref' element and 'local' attribute in Spring 3.1
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancementA general enhancement