Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- relates to
-
OAK-1312 Bundle nodes into a document
- Closed