You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by apopovgg <gi...@git.apache.org> on 2017/10/06 09:13:19 UTC

[GitHub] ignite pull request #2813: IGNITE-6272: .NET: Propagate multiple services de...

GitHub user apopovgg opened a pull request:

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

    IGNITE-6272: .NET: Propagate multiple services deployment

    The following changes were made:
    1. Java code:
    added new JNI methods wrappers to Java: package org.apache.ignite.internal.processors.platform.services.PlatformServices with corresponding constants.
    2. Net:
    updated Apache.Ignite.Core.Services.IServices interface with new methods DeployAll() and DeployAllAsync()
    added methods implementations
    moved ServiceConfiguration serialization logic from Services.WriteServiceConfiguration() to ServiceConfiguration.Serialize()
    updated Apache.Ignite.Core.Tests.Services tests with new ones
    3. Executed & verified unit tests locally, TC is in progress

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-6272

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

    https://github.com/apache/ignite/pull/2813.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 #2813
    
----
commit 50c18578c6706d43b5561e2ba873c1c62bce0bca
Author: apopov <ta...@gmail.com>
Date:   2017-10-06T09:01:21Z

    IGNITE-6272: .NET: Propagate multiple services deployment

----


---

[GitHub] ignite pull request #2813: IGNITE-6272: .NET: Propagate multiple services de...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---