[
https://issues.apache.org/jira/browse/IGNITE-12259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954277#comment-16954277
]
Surkov Aleksandr commented on IGNITE-12259:
-------------------------------------------
Please, review my changes.
The following was done:
# Created module ignite-spring-data_2.0
# Copy code from module ignite-spring-data_2.0 to ignite-spring-data_2.2
# Changed version of Spring Data at file README.txt
# In the file parent\pom.xml added properties
{code:java}
<spring.data-2.2.version>2.2.0.RELEASE</spring.data-2.2.version> <!-- don't
forget to update spring-5.2 version -->
<spring-5.2.version>5.2.0.RELEASE</spring-5.2.version><!-- don't forget to
update spring-data-2.2 version --> {code}
# Changed using version of Spring in pom file
# In the file
modules\spring-data-2.2\src\test\java\org\apache\ignite\springdata\IgniteSpringDataQueriesSelfTest.java
changed creatin objects PageRequest thow new to of method, and new Sort on
Sort.by
# In the class _org.apache.ignite.springdata.misc.PersonRepository_ changed
returned value of method _List<Person> removeByFirstName(String firstName)_ to
_long removeByFirstName(String firstName)_. Corrected test
_org.apache.ignite.springdata.IgniteSpringDataCrudSelfTest#testRemoveExpression_
# Changed Spring version in the file README.txt and class
org.apache.ignite.testsuites.IgniteSpringData2TestSuite
> Create new module for support spring-5.2.X and spring-data-2.2.X
> ----------------------------------------------------------------
>
> Key: IGNITE-12259
> URL: https://issues.apache.org/jira/browse/IGNITE-12259
> Project: Ignite
> Issue Type: Wish
> Reporter: Surkov Aleksandr
> Assignee: Surkov Aleksandr
> Priority: Minor
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The actual spring version is
> [5.2.0.RELEASE|https://mvnrepository.com/artifact/org.springframework/spring-context/5.2.0.RELEASE],
> spring data version is
> [2.2.0.RELEASE.|https://mvnrepository.com/artifact/org.springframework.data/spring-data-commons/2.2.0.RELEASE]
> It would be nice to add a module to support these versions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)