Add a file storage to plugin registry
Compare changes
This MR adds a simple file store to the plugin registry.
The file store allows a very basic and simple persistence of plugins. The aim is to provide a simple implementation that allows plugin information to be available even after a restart of the registry.
Currently UUIDs for plugins within the registry have been hard-coded.