-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
Currently in the format pattern when you want to define an expression the format pattern is
%${system.property.key:default-value}
This can cause problems other applications that parse the same type of expression format like WildFly. Adding an option like the following will allow a workaround for this issue.
%#{system.property.key:default:value}
- blocks
-
WFCORE-110 Property expressions resolved before the PatternFormatter can resolve them
- Resolved