Fix subName from adapted name with value processor
Previously, when a configuration property name was created by
adapting a source with a value processor, creating sub names from
that property name did not work correctly. This broke binding of
prefixed environment variables to a map as the ancestor checking
did not work.
Fixes gh-43304
@ -773,7 +773,7 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
@@ -773,7 +773,7 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
@ -781,13 +781,13 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
@@ -781,13 +781,13 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
@ -797,10 +797,10 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
@@ -797,10 +797,10 @@ public final class ConfigurationPropertyName implements Comparable<Configuration