GitHub user daradurvs opened a pull request:
https://github.com/apache/ignite/pull/3700
IGNITE-6839 Ignite Compatibility: flaky test
testFoldersReuseCompatibility_2_1 & 2_2 & 2_3
â¦.util.IgniteUtils.classLoaderUrls(Ljava/lang/ClassLoader;)[Ljava/net/URL;"
was fixed; code cleanup
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daradurvs/ignite ignite-6839
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3700.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3700
----
commit 4a63069e026537fbecc4d33aca80a3ade25dbfd9
Author: Vyacheslav Daradur <daradurvs@...>
Date: 2018-03-26T13:31:40Z
ignite-6839: "java.lang.NoSuchMethodError:
org.apache.ignite.internal.util.IgniteUtils.classLoaderUrls(Ljava/lang/ClassLoader;)[Ljava/net/URL;"
was fixed; code cleanup
----
---