-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importIssues migrated from JIRA with more than 10 votes at the time of importin: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Chris Lee opened SPR-4953 and commented
There is presently no way to inject a placeholder expression (${...}
) that won't be picked up by PropertyPlaceholderConfigurer
. Ideally we should be able to inject a string that contains ${...}
for later use in its target bean without involvement from PropertyPlaceholderConfigurer
.
Perhaps a simple escape mechanism using the conventional backslash, such as "The current value is \\${...}"
would suffice.
Affects: 2.5.4, 2.5.5
11 votes, 5 watchers
honza-zidek, jam01, tfelix, felixzieger, pdemanget and 13 more
Metadata
Metadata
Assignees
Labels
has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importIssues migrated from JIRA with more than 10 votes at the time of importin: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement