Enhancement
Major
Detail
Major
Detail
Bugfix
When the typed configuration creates a map of instances, it uses HashMap for it. This way the order is lost. The rest of the typed configuration uses extra LinkedHashMap to keep the order. This should happen here too.
Needed by #26816. Without this ticket, the individual monitor lines of the tl:MonitorComponent are in a random order.
Test
TestConfiguredInstance.testPolymorphicConfigMapOrder()