-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Today when defining an expression there is no way to say that the expression is "optional". Meaning "attempt to resolve it, ignore and do not set the attribute if not fully resolved."
We can handle missing env or system properties by using an explicit default value: ${env.FOO:defvalue}.
For some attributes we don't want an explicit default value, we want to rely on the default value (or no value) of the model.