[
https://issues.apache.org/jira/browse/SLING-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242745#comment-15242745
]
ASF GitHub Bot commented on SLING-2781:
---------------------------------------
GitHub user mmanski opened a pull request:
https://github.com/apache/sling/pull/133
SLING-2781
Now valuemaps hold the same state by sharing a common cache. Unit test have
been added to test the common state of ValueMap and JcrModifialbeValueMap,
other unit tests are passing ofc
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mmanski/sling SLING-2781
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/sling/pull/133.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 #133
----
commit 71ab1df006d9ef4eead90798ef4874bcbfbf41af
Author: Mikołaj Mański <[email protected]>
Date: 2015-11-23T09:51:31Z
Merge pull request #1 from apache/trunk
trunk update
commit 3176b0274020cf3751f3f9e45888b54f41336125
Author: Mikolaj Manski <[email protected]>
Date: 2015-11-27T16:59:37Z
SLING-2781 now valumaps hold the same state for their entries
commit 270d63d688c0f489964acc9dc25dbfb694572051
Author: Mikolaj Manski <[email protected]>
Date: 2015-11-30T09:47:15Z
SLING-2781 removed code duplication
commit 28c18afdeb8a01d59fb79e91ac055ecefb73abc5
Author: Mikolaj Manski <[email protected]>
Date: 2015-11-30T11:31:12Z
SLING-2781 some cleaning up
commit 270ff94892db92003d5436854140dc411f2176fc
Author: Mikolaj Manski <[email protected]>
Date: 2016-04-14T15:23:37Z
SLING-2781 introduced fixes and updated unit tests
commit 5f4320892edf689cf8ec8564f867cfa0c1a2c6f9
Author: Mikolaj Manski <[email protected]>
Date: 2016-04-15T07:22:50Z
SLING-2781 some cleaning up
commit 5ac88a052221c8f9db825f6d81c41652bf04c250
Author: Mikolaj Manski <[email protected]>
Date: 2016-04-15T07:25:36Z
Merge remote-tracking branch 'upstream/trunk' into trunk
commit 47528e2cccb2cd153e7667239fc9b094d70aac61
Author: Mikolaj Manski <[email protected]>
Date: 2016-04-15T10:00:48Z
SLING-2781 merge with trunk
commit 8004bccf7c532a13b94d95a706639572b3083e86
Author: Mikolaj Manski <[email protected]>
Date: 2016-04-15T10:10:15Z
BAR-2781 formatting fixes
----
> JcrNodeResource is caching resource type
> ----------------------------------------
>
> Key: SLING-2781
> URL: https://issues.apache.org/jira/browse/SLING-2781
> Project: Sling
> Issue Type: Bug
> Components: JCR
> Affects Versions: JCR Resource 2.2.4
> Reporter: Carsten Ziegeler
>
> The JcrNodeResource caches the resource type, it gets the value in the
> constructor. If the resource type is changed, for example by setting the
> sling:resourceType property, the resource object is not updated.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)