[
https://issues.apache.org/jira/browse/IGNITE-12908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey N. Gura updated IGNITE-12908:
------------------------------------
Description: {{IgnitionEx.initializeDefaultSpi()}} method checks for
presence of {{SqlViewExporterSpi}} class in classpath whilst actual intention
is to check for presence of indexing in classpath. It could be done just using
{{IgniteComponentType.INDEXING.inClassPath()}} method. (was:
{{IgniteEx.initializeDefaultSpi()}} method checks for presence of
{{SqlViewExporterSpi}} class in classpath whilst actual intention is to check
for presence of indexing in classpath. It could be done just using
{{IgniteComponentType.INDEXING.inClassPath()}} method.)
> Confusing check for presence of SqlViewExporterSpi class in classpath during
> initialization
> -------------------------------------------------------------------------------------------
>
> Key: IGNITE-12908
> URL: https://issues.apache.org/jira/browse/IGNITE-12908
> Project: Ignite
> Issue Type: Improvement
> Reporter: Andrey N. Gura
> Priority: Minor
> Labels: IEP-35
>
> {{IgnitionEx.initializeDefaultSpi()}} method checks for presence of
> {{SqlViewExporterSpi}} class in classpath whilst actual intention is to check
> for presence of indexing in classpath. It could be done just using
> {{IgniteComponentType.INDEXING.inClassPath()}} method.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)