[jboss-jira] [JBoss JIRA] (LOGMGR-176) Delay expression resolution in the configuration API
James Perkins (JIRA)
issues at jboss.org
Tue Sep 26 17:55:00 EDT 2017
James Perkins created LOGMGR-176:
------------------------------------
Summary: Delay expression resolution in the configuration API
Key: LOGMGR-176
URL: https://issues.jboss.org/browse/LOGMGR-176
Project: JBoss Log Manager
Issue Type: Enhancement
Affects Versions: 2.0.7.Final
Reporter: James Perkins
Priority: Optional
In some cases it may be desired to delay the expansion of expressions when setting the value through the configuration API. Currently the expressions is resolved when the property is set on the target object. This can be too soon for things like formatters which should probably be more dynamic and resolve the expression during the format.
This might not make sense in all cases and will cause in decrease in performance. A good example of there this could be useful is a {{StructuredFormatter}} where the meta-data value contains an expression.
This is not a requirement, but may be a nice to have. The other option would be to reconfigure the object if a property was changed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list