[GitHub] ignite pull request #4063: IGNITE-8547 Use JVM serialization for enum values...

2018-05-25 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #4063: IGNITE-8547 Use JVM serialization for enum values...

2018-05-24 Thread alamar
GitHub user alamar opened a pull request:

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

IGNITE-8547 Use JVM serialization for enum values with OptimizedMarsh…

…aller, avoid deadlock.

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

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

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

https://github.com/apache/ignite/pull/4063.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 #4063


commit 4ddb8bd85c7000356badb7bd8daf233491aaa3bf
Author: Ilya Kasnacheev 
Date:   2018-05-22T11:32:12Z

IGNITE-8547 Use JVM serialization for enum values with OptimizedMarshaller, 
avoid deadlock.




---