GitHub user Jokser opened a pull request: https://github.com/apache/ignite/pull/4868
IGNITE-9736 Fixed public API for Discovery SPI listener You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-9736 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/4868.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 #4868 ---- commit dc96fe07f4b73984e03e12dcc7f4201dc7bc7e05 Author: Pavel Kovalenko <jokserfn@...> Date: 2018-09-28T12:37:41Z IGNITE-9736 Changed return type of Discovery SPI listener for public API. commit b67a61c7a2b8200e026d53aaebc0e274a38c7993 Author: Pavel Kovalenko <jokserfn@...> Date: 2018-09-28T12:41:23Z IGNITE-9736 Fixed usages of Discovery SPI listener. ---- ---