You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/15 10:13:05 UTC

[jira] [Commented] (IGNITE-1682) .Net: Remove RemoteListen from Events API

    [ https://issues.apache.org/jira/browse/IGNITE-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14958488#comment-14958488 ] 

ASF GitHub Bot commented on IGNITE-1682:
----------------------------------------

GitHub user ptupitsyn opened a pull request:

    https://github.com/apache/ignite/pull/158

    IGNITE-1682 .Net: Remove RemoteListen from Events API

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ptupitsyn/ignite ignite-1682

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/158.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 #158
    
----
commit ffb40655104eee9486dd22e3fa306131a8430353
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-14T15:46:17Z

    IGNITE-1682 .Net: Remove RemoteListen from Events API

commit 7a3034d5def1cb0443fed474cdd3cc81e242a1a5
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-14T15:46:21Z

    IGNITE-1682 .Net: Remove RemoteListen from Events API

commit 6b911bcdfc148b0065360a65cda233a99e4699f0
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-14T15:49:10Z

    fixing examples

commit c01fd16e59cbb61179e07e0a610c3eeb35d7eda0
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-14T15:52:37Z

    fix tests

commit 3ed95e25ce3ff64b213c28557575d3aa782c179d
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-14T16:04:39Z

    wip

commit aa91d006258cf46945e54f79e9f9de9e7ee91ab6
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-15T08:08:59Z

    fix delegates

commit b9f615c12c91c283c6a1254512e02211e9974c06
Author: ptupitsyn <pt...@gridgain.com>
Date:   2015-10-15T08:10:58Z

    wip

----


> .Net: Remove RemoteListen from Events API
> -----------------------------------------
>
>                 Key: IGNITE-1682
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1682
>             Project: Ignite
>          Issue Type: Task
>          Components: interop
>    Affects Versions: 1.5
>            Reporter: Pavel  Tupitsyn
>            Assignee: Pavel  Tupitsyn
>             Fix For: 1.5
>
>
> Remote listen API in Java is broken. Let's remove it from .Net (since it has not been released yet) and bring it back as soon as it is fixed, to avoid releasing broken API.
> * remove RemoteListen/StopRemoteListen from public API
> * rename IEventFilter to IEventListener
> * remove Guid from filter and listener (for now there is no use for it)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)