Details
-
Work Item
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
All
-
GreenHopper Ranking:0|i0uyyz:
-
9223372036854775807
-
Small
Description
since nested properties can be of type Properties the following service api
org.talend.components.api.service.ComponentService.setNestedPropertiesValues(ComponentProperties targetComponentProperties, ComponentProperties nestedComponentProperties)
should be changed to
org.talend.components.api.service.ComponentService.setNestedPropertiesValues(ComponentProperties targetComponentProperties, Properties nestedProperties)
Where the nested ComponentProperties type is changed to a Properties.
This is a compatible change that does not breaks the apis.