You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2014/08/31 19:22:21 UTC

[jira] [Created] (CONFIGURATION-590) Configuration implementations should not implement Serializable

Oliver Heger created CONFIGURATION-590:
------------------------------------------

             Summary: Configuration implementations should not implement Serializable
                 Key: CONFIGURATION-590
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-590
             Project: Commons Configuration
          Issue Type: Improvement
    Affects Versions: 1.9
            Reporter: Oliver Heger
             Fix For: 2.0


In version 1.x configuration implementations used to implement {{Serializable}}. However, this does not really make sense because these objects cannot be serialized this way.

For version 2.0 this interface should be removed. We can think about an approach for serializable configurations later (and add this interface again if necessary).

This is related to CONFIGURATION-203.



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