[
https://issues.apache.org/jira/browse/IGNITE-7050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322694#comment-16322694
]
Mikhail Cherkasov commented on IGNITE-7050:
-------------------------------------------
#. SpringCache constructor have argument of SpringCacheManager type and this
argument will be assigned to the instance field and never used. Why? Also could
you please remove unused imports and non-public methods and add valuable
javadoc to class fields and methods?
Done, all unused imports, methods and classes are removed.
I didn't comment only a few private fields/methods, because it's a copy/paste
from original spring module and I'm not sure about accurate comments for them.
#. It seems that GridSpringCacheManagerMultiJvmSelfTest class should contain
some tests or should be removed.
Removed.
#. GridResourceTestUtils and TestClosure classes are unused.
Removed.
#. README.txt file should stress that this module exists in order to support
Spring 3.
Done.
> Add support for spring3
> -----------------------
>
> Key: IGNITE-7050
> URL: https://issues.apache.org/jira/browse/IGNITE-7050
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.3
> Reporter: Mikhail Cherkasov
> Assignee: Mikhail Cherkasov
> Fix For: 2.4
>
>
> there are still users who use spring3 and hence can't use ignite which
> depends on spring4. I think we can create separate modules for spring3
> support, like it was done for hibernate 4/5.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)