[
https://issues.apache.org/jira/browse/OAK-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chetan Mehrotra resolved OAK-5045.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.5.13
Done with r1767884
> Support bundling of nodes present in version store
> --------------------------------------------------
>
> Key: OAK-5045
> URL: https://issues.apache.org/jira/browse/OAK-5045
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: documentmk
> Reporter: Chetan Mehrotra
> Assignee: Chetan Mehrotra
> Labels: bundling
> Fix For: 1.6, 1.5.13
>
>
> Bundling logic would not work for node structures which are present in
> versionstore i.e. nodes stored under /jcr:system/jcr:versionStorage as the
> nodes there always have type {{nt:frozenNode}}. So any node structure which
> gets version would not get benefit of bundling
> Currently bundling logic looks for {{jcr:primaryType}} and {{jcr:mixinTypes}}
> for determining type information. To support bundling for nodes stored in
> version store we should also look for
> * jcr:frozenPrimaryType
> * jcr:frozenMixinTypes
> These properties contains the type information of original node stored which
> got versioned
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)