[
https://issues.apache.org/jira/browse/IGNITE-6879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415484#comment-16415484
]
ASF GitHub Bot commented on IGNITE-6879:
----------------------------------------
GitHub user homich1991 opened a pull request:
https://github.com/apache/ignite/pull/3704
IGNITE-6879 and migration to spring-data 2.0.5.RELEASE
Fixed IGNITE-6879
Migrated to spring-data 2.0.5.RELEASE
Migrated to spring 5.0.4.RELEASE
Fixed overrided methods naming
----------------------------------------------------------
was problem with merging master in previous one
https://github.com/apache/ignite/pull/3628, so created this one
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/homich1991/ignite ignite-6879
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3704.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 #3704
----
commit ae280108fad94d42a04d8b955262178ef6a365dd
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-13T15:32:46Z
Fixed IGNITE-6879
Migrated to spring-data 2.0.5.RELEASE
Migrated to spring 5.0.4.RELEASE
Fixed overrided methods naming
commit f090873961609dc0177172b0ea0a05efc4c462f8
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-13T18:34:17Z
Fixed tests
commit 2b16d5224290f81cd7949643c8c98b8a4e2b3c4f
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-13T20:46:19Z
Fixed sorting problem (added UNSORTED option)
Fixed bean loading order. Now repositories are loaded only via factory and
not by them selves.
commit 4ca587129cc91d0a10642ab88e8469bdec4a5d92
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-22T18:44:17Z
Fixed comments on PR
commit 62f57f920eb3e57f036e664d3334dc9f3f6f599d
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-25T15:10:54Z
Fixed comments on PR
commit e4c443198d52b70912d4ce06fb74c1acd726dad3
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-25T18:30:55Z
Fixed spring data examples
commit df3fc87a815b816ad599a9872d479b3d63cd028f
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-25T18:34:50Z
Fixed check style comments in ConditionFalse class
commit 1ab3d63cceff5646f9d9d24cec952bd02615a818
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-25T19:25:24Z
Return null instead of exception throwing
commit b118dc23b65d2d6a28512ec19fa90cb779ffc793
Author: Roman_Meerson <roman_meerson@...>
Date: 2018-03-27T11:56:54Z
Merge branch 'master' into ignite-6879
----
> Support Spring 2.0
> ------------------
>
> Key: IGNITE-6879
> URL: https://issues.apache.org/jira/browse/IGNITE-6879
> Project: Ignite
> Issue Type: Improvement
> Components: spring
> Affects Versions: 2.3
> Reporter: Alexey Kukushkin
> Assignee: Roman Meerson
> Priority: Major
>
> Ignite-spring and ignite-spring-data now use Spring 1.1 and cannot be rebuilt
> with Spring 2.0. Trying to change the Spring dependency version to
> 2.0.0.release results in compile errors like below and requires regression in
> general.
> This improvement was created to either migrate from Spring 1.1 to 2.0 or
> create another set of modules ignite-spring-xxx-2 to have backward
> compatibility with Spring 1.1.
> [ERROR]
> /Users/kukushal/Dev/incubator-ignite/modules/spring-data/src/main/java/org/apache/ignite/springdata/repository/IgniteRepository.java:[57,10]
> name clash: deleteAll(java.lang.Iterable<ID>) in
> org.apache.ignite.springdata.repository.IgniteRepository and
> deleteAll(java.lang.Iterable<? extends T>) in
> org.springframework.data.repository.CrudRepository have the same erasure, yet
> neither overrides the other
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)