Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0-alpha-3
-
Component/s: Plugin API
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Something like
/** @parameter default-value="${session.executionProperties}" */ private Properties executionProperties;
does not work because the PluginParameterExpressionEvaluator currently only supports {{$
{session}}} but not {{$
{session.*}}}.
Improved in r831552.