[
https://issues.apache.org/jira/browse/IGNITE-5343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241880#comment-16241880
]
ASF GitHub Bot commented on IGNITE-5343:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/2985
IGNITE-5343 .NET: Work with JNI directly, get rid of C++ layer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-5343
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2985.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 #2985
----
commit 3cd6bebc271b0c6e4238cc60a7fc6fd844add76c
Author: Pavel Tupitsyn <[email protected]>
Date: 2017-11-07T11:51:56Z
IGNITE-5343 .NET: Work with JNI directly, get rid of C++ layer
----
> .NET: Interoperate with JVM directly, get rid of C++ layer
> ----------------------------------------------------------
>
> Key: IGNITE-5343
> URL: https://issues.apache.org/jira/browse/IGNITE-5343
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET, xplat
>
> We can work with JNI directly using P/Invoke, there is no real need for C++
> layer.
> Advantages of removing C++ layer:
> * *No MSVC++ 2010 dependency*
> * *No build tools required for development*
> * Simplify and speed up the build procedure
> * No embedded libraries
> * Easier crossplatform support (IGNITE-2662)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)