[
https://issues.apache.org/jira/browse/IGNITE-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902897#comment-15902897
]
Vyacheslav Daradur commented on IGNITE-4211:
--------------------------------------------
[~avinogradov]
bq. 1) Please explain reasons of adding new get-method
The Spring added the new method to interface since version 4.3, we are obliged
to implement it.
bq. 2) Please explain reasons of removal
parent-pom had dublicated properties (which had same names and values)
{code}
...
<properties>
...
<hadoop.version>2.4.1</hadoop.version>
<spark.version>1.5.2</spark.version>
...
<hadoop.version>2.4.1</hadoop.version>
<spark.version>1.5.2</spark.version>
...
</properties>
...
{code}
bq. 3) Is it still possible to use Ignite at projects based on Spring
4.1.0.RELEASE?
I'am not sure that I correctly understood a question.
Theoretically, if the Ignite and Project have different versions of
Spring-libraries in dependicies, then there can be problems.
It's always been like that. What changes?
> Update Spring dependency to latest stable version
> -------------------------------------------------
>
> Key: IGNITE-4211
> URL: https://issues.apache.org/jira/browse/IGNITE-4211
> Project: Ignite
> Issue Type: Improvement
> Components: build
> Affects Versions: 1.7
> Reporter: Sergey Kozlov
> Assignee: Vyacheslav Daradur
> Fix For: 2.0
>
>
> It seems the Spring dependency looks outdated for now. Apache Ignite still
> uses 4.1.0 released two years ago. Could we to update to latest stable
> version (4.3.4 at the moment)?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)