[
https://issues.apache.org/jira/browse/IGNITE-9736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631783#comment-16631783
]
ASF GitHub Bot commented on IGNITE-9736:
----------------------------------------
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.
----
> Public interface DiscoverySpiListener.onDiscovery returns private API class
> ---------------------------------------------------------------------------
>
> Key: IGNITE-9736
> URL: https://issues.apache.org/jira/browse/IGNITE-9736
> Project: Ignite
> Issue Type: Bug
> Components: general
> Reporter: Andrew Mashenkov
> Assignee: Pavel Kovalenko
> Priority: Critical
> Fix For: 2.7
>
>
> Public interface DiscoverySpiListener.onDiscovery returnsÂ
> IgniteInternalFuture of 'internal' package.
> We should wrap internal future into IgniteFuture of public API.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)