Configurations are no longer split between keyed and keyless configurations.
MutableStoreDescriptionBuilder
Simplified build method because configurations are no longer split and changed implementation to match core StoreDescriptionBuilder class.
Functional changes
Change
Details
MutableStoreDescriptionBuilder#build method now defends against incorrect modifications.
The build() method now discards updates or removals of non-existent fields, as well as inserted or appended fields with the same name as existing fields. Any discarded fields will be appropriately logged.