[
https://issues.apache.org/jira/browse/SLING-7752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16520439#comment-16520439
]
ASF GitHub Bot commented on SLING-7752:
---------------------------------------
GitHub user andreituicu opened a pull request:
https://github.com/apache/felix/pull/144
SLING-7752 - Deserializing and serializing a feature model file suffles the
configurations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andreituicu/felix issue/SLING-7752
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/144.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #144
----
commit d5b37ec936f34ab80d63cc47ca0af93e8dd4acd1
Author: Andrei Tuicu <andrei.tuicu@...>
Date: 2018-06-22T09:32:09Z
SLING-7752 - Deserializing and serializing a feature model file suffles the
configurations
----
> Deserializing and serializing a feature model file suffles the configurations
> -----------------------------------------------------------------------------
>
> Key: SLING-7752
> URL: https://issues.apache.org/jira/browse/SLING-7752
> Project: Sling
> Issue Type: Bug
> Components: Feature Model
> Reporter: Andrei Tuicu
> Priority: Major
>
> h3. Problem
> Deserializing and serializing a feature model file suffles the
> configurations. This happens, because unordered maps (HashMaps/Hashtables)
> are used in the implementations. The problem is relevant in the context of
> adding these files in code versioning systems, because a minor change to a
> file, done in an automated fashion, produces a big diff in the versioning
> system and it becomes very hard to see exactly what is the relevant change.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)