[
https://issues.apache.org/jira/browse/IGNITE-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15933471#comment-15933471
]
ASF GitHub Bot commented on IGNITE-1794:
----------------------------------------
GitHub user vopolski opened a pull request:
https://github.com/apache/ignite/pull/1643
IGNITE-1794
Fixed originally by Mykola Pereyma. Changed hibernate version to 5.2.7 and
deleted ByteArrayType.java as per CI comments.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vopolski/ignite master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1643.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 #1643
----
commit 5bf2618b482f8b33e834d1d7b6d8be2bcf0dc3de
Author: Mykola Pereyma <[email protected]>
Date: 2017-01-23T16:17:53Z
IGNITE-1794 Added support of Hibernate 5.1.2.Final
commit e6fdb6ccbdfecb205ef1b82fecc46dca198f8776
Author: javaller <[email protected]>
Date: 2017-03-20T19:36:48Z
Merge branch 'IGNITE-1794' of https://github.com/mykola-pereyma/ignite
commit 1fa0e9b6bac3a57c35e5a457d416dfcaa94cef0a
Author: javaller <[email protected]>
Date: 2017-03-20T19:56:26Z
Deleted ByteArrayType and changed hibernate version to 5.2.7 IGNITE-1794
----
> Ignite should support Hibernate 5
> ---------------------------------
>
> Key: IGNITE-1794
> URL: https://issues.apache.org/jira/browse/IGNITE-1794
> Project: Ignite
> Issue Type: Task
> Components: Hibernate L2 cache
> Reporter: Artem Shutak
> Assignee: Vadim Opolski
> Labels: newbie
> Fix For: 2.0
>
> Attachments: HibernateCollectionRegionForIgnite.java,
> HibernateEntityRegionForIgnite.java, HibernateRegionFactoryForIgnite.java,
> HibernateTimestampsRegionForIgnite.java
>
>
> Currently Ignite supports Hibernate 4.
> In Hibernate 5 org.hibernate.cache.spi.RegionFactory.start() method signature
> has been changed from
> {{void start(Settings var1, Properties var2) throws CacheException;}}
> on
> {{void start(SessionFactoryOptions settings, Properties properties) throws
> CacheException;}}
> Original user list:
> http://apache-ignite-users.70518.x6.nabble.com/Hibernate-5-L2-Cache-Compatibility-td1656.html
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)