[
https://issues.apache.org/jira/browse/IGNITE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969244#comment-15969244
]
Vyacheslav Daradur commented on IGNITE-4211:
--------------------------------------------
[~avinogradov]
I've updated PR.
Please look at a workaround solution.
Please try to use in test:
{code}
for (int i = 0; i < 3; i++)
startRemoteGrid(getTestIgniteInstanceName() + i, grid().configuration(),
null, grid(), true);
{code}
"startRemoteGrid"-method doesn't work on my PC.
It is failed, with:
{code}
java.lang.NoClassDefFoundError: com/thoughtworks/xstream/XStream
{code}
it is strange, because the dependecy-lib in classpath.
> Update Spring dependency to latest stable version
> -------------------------------------------------
>
> Key: IGNITE-4211
> URL: https://issues.apache.org/jira/browse/IGNITE-4211
> Project: Ignite
> Issue Type: Improvement
> Components: build
> Affects Versions: 1.7
> Reporter: Sergey Kozlov
> Assignee: Vyacheslav Daradur
> Fix For: 2.0
>
>
> It seems the Spring dependency looks outdated for now. Apache Ignite still
> uses 4.1.0 released two years ago. Could we to update to latest stable
> version (4.3.4 at the moment)?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)