[jira] [Created] (IGNITE-3081) NearCacheConfiguration incorrectly extends MutableConfiguration

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-3081) NearCacheConfiguration incorrectly extends MutableConfiguration

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-3081:
--------------------------------------

             Summary: NearCacheConfiguration incorrectly extends MutableConfiguration
                 Key: IGNITE-3081
                 URL: https://issues.apache.org/jira/browse/IGNITE-3081
             Project: Ignite
          Issue Type: Bug
          Components: cache, community
    Affects Versions: 1.1.4
            Reporter: Pavel Tupitsyn
            Priority: Critical
             Fix For: 1.6


NearCacheConfiguration extends MutableConfiguration, but does not use anything inherited.

This confuses both developers and users (there were questions in Gitter).

Two solutions:
* Remove this base class
* Or, if compatibility is needed, override all members and throw exceptions from them; update documentation to make this clear.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)