[ 
https://issues.apache.org/jira/browse/IGNITE-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976385#comment-15976385
 ] 

Semen Boikov commented on IGNITE-1794:
--------------------------------------

I found that L2 cache interfaces were changed in 5.2 and it makes sense to have 
2 implementations for 5.1.X and 5.2.X. Actually implementations for various 
versions can reuse most of code, to avoid copy-paste between modules I'll 
create hibernate-core module, add hibernate-5.1 module and rename current 
'hibernate' module into 'hibernate-4.2'. Support for 5.2 will be added in 2.1 
release since it requires build changes.

> Ignite should support Hibernate 5
> ---------------------------------
>
>                 Key: IGNITE-1794
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1794
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: Hibernate L2 cache
>            Reporter: Artem Shutak
>            Assignee: Semen Boikov
>              Labels: important, 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)

Reply via email to