Is your feature request related to a problem? Please describe.
Class loading can be complex in Java environments. We can change the plugins to use SPI to help mitigate these issues.
Describe the solution you'd like
Change all plugins to load via SPI, and remove the DeepAPI#registerPlugin API. This should help reduce the user error when creating and registering custom plugins.
Additional context
Will have to address how the FusionReactor integration is done with this change.
Is your feature request related to a problem? Please describe.
Class loading can be complex in Java environments. We can change the plugins to use SPI to help mitigate these issues.
Describe the solution you'd like
Change all plugins to load via SPI, and remove the
DeepAPI#registerPluginAPI. This should help reduce the user error when creating and registering custom plugins.Additional context
Will have to address how the FusionReactor integration is done with this change.