Nikolay Izhikov created IGNITE-15340:
----------------------------------------
Summary: Ability to automatically load plugin with plugin from
configuration
Key: IGNITE-15340
URL: https://issues.apache.org/jira/browse/IGNITE-15340
Project: Ignite
Issue Type: Improvement
Reporter: Nikolay Izhikov
After IGNITE-11744 plugins can be configured by the one of the following way
only: by the {{IgniteConfiguration}}, by the {{java.util.ServiceLoader}}.
But, there is specific requirements when user want to have both type of plugin
For example, one of deployments I familiar with has security plugin configured
in {{IgniteConfiguration}} and "sanity check" plugin to check deployment and
server prerequisites.
We should change current behavior and combine both list with priority of
{{IgniteConfiguration#pluginProvider}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)