Skip to:
Using YAML or JSON changelog format, the property is not expanded as expected when trying to expand property, which contains the name of another property, which was also previously expanded. See attached examples.
Using XML format everything works as expected.
Expected result:schema.name: src_kn, role.ro.name: g_src_kn_ro, role.name: a_g_src_kn_ro
Actual YAML or JSON result:schema.name: src_kn, role.ro.name: g_src_kn_ro, role.name: a_g_${schema.name}_ro
CentOS 7, OpenJDK java version "1.7.0_71"
Using YAML or JSON changelog format, the property is not expanded as expected when trying to expand property, which contains the name of another property, which was also previously expanded. See attached examples.
Using XML format everything works as expected.
Expected result:
schema.name: src_kn, role.ro.name: g_src_kn_ro, role.name: a_g_src_kn_ro
Actual YAML or JSON result:
schema.name: src_kn, role.ro.name: g_src_kn_ro, role.name: a_g_${schema.name}_ro