enhancement
major
minor
major
minor
defect
When the Typed Configuration creates a map of instances, it uses a HashMap to do so. This causes the order to be lost. The rest of the Typed Configuration uses a LinkedHashMap specifically to preserve the order. That should happen here as well.
Required by #26816. Without this ticket, the individual monitor lines of the `tl:MonitorComponent` appear in random order.
Test
TestConfiguredInstance.testPolymorphicConfigMapOrder()