Skip to content

fix(plugin): remove `on_config_validate` callback and introduce...

Konstantin D requested to merge derevtsov/new_config_validate into master

Summary

  • fix(plugin): remove on_config_validate callback and introduce ServiceRegistry::add_config_validator function

These changes make it possible to change the configuration for a disabled plugin, as well as initiate a configuration change from instances where the plugin was not enabled.

Closes #845 (closed)

  • Close #845 (closed)
  • Cherry-pick to: none
  • Docs follow-up: not necessary

Merge request reports