Good afternoon, in an client OSGi application I have the need to create children of a NodeBuilder as nt:unstructured including the OAK_CHILD_ORDER property. And OAK-2307 had me think more over it.
This would come for free using the MutableTree. Ideally I would like to be able to do something like Tree t = new MutableTree(nodeBuilder); t.addChild(...) Would that be possible in any way? Currently the MutableTree is not exposed in OSGi and I'm dealing with by manually setting the property at NodeBuilder level (it's a simple use-case). Ideas? Cheers Davide
