migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Create forward compatibility layer for new configuration format

Open alcaeus opened this issue 5 years ago • 0 comments

3.0 brings a new configuration format to allow for multiple namespaces. To avoid a hard BC break, we should add a forward compatibility layer to 2.3 that allows people to change the configuration to the new format. However, since 2.x only supports a single namespace, the config reader should throw an exception when more than one migration namespace is configured.

This also entails deprecating the old configuration format for removal.

alcaeus avatar Dec 02 '19 07:12 alcaeus