Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.19.0
-
None
-
Unknown
Description
When trying to instantiate a bean using the constructor like this:
spec:
template:
beans:
- name: myBean
type: '#class:com.mycompany.MyBean({{propA}}, {{propb}})'
property substitution does not happen.