[
https://issues.apache.org/jira/browse/IGNITE-6272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16194331#comment-16194331
]
ASF GitHub Bot commented on IGNITE-6272:
----------------------------------------
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 <[email protected]>
Date: 2017-10-06T09:01:21Z
IGNITE-6272: .NET: Propagate multiple services deployment
----
> .NET: Propagate multiple services deployment
> --------------------------------------------
>
> Key: IGNITE-6272
> URL: https://issues.apache.org/jira/browse/IGNITE-6272
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Denis Mekhanikov
> Assignee: Alexey Popov
> Labels: .NET, newbie
>
> Multiple services deployment support should be propagated to .NET:
> * {{IgniteServices.deployAll}}
> * {{IgniteServices.deployAllAsync}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)