[GitHub] ignite pull request #5008: adding hibernate-5.2 module

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #5008: adding hibernate-5.2 module

andrey-kuznetsov
GitHub user scottmf opened a pull request:

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

    adding hibernate-5.2 module

    all tests pass except CacheHibernateBlobStoreSelfTest.testSimpleMultithreading which
    is carryover from the hibernate-5.1 implementation.  There is a bug already associated
    with the failure: https://issues.apache.org/jira/browse/IGNITE-1757

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

    $ git pull https://github.com/scottmf/ignite-1 master

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

    https://github.com/apache/ignite/pull/5008.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 #5008
   
----
commit d24953a70cd752547d85d4fa40d58bade9d18da1
Author: scottmf <scottf76@...>
Date:   2018-10-15T18:55:00Z

    adding hibernate-5.2 module
   
    all tests pass except CacheHibernateBlobStoreSelfTest.testSimpleMultithreading which
    is carryover from the hibernate-5.1 implementation.  There is a bug already associated
    with the failure: https://issues.apache.org/jira/browse/IGNITE-1757

----


---