badvision opened a new pull request #73:
URL: https://github.com/apache/sling-whiteboard/pull/73
This cleans up how primary type and resource type are managed. I removed
the child content type feature because it was too confusing to use and even
more confusing in the code implementation. Now if you want a jcr:content
child, add a content property to your object and use a @Named("jcr:content")
annotation. This means that the java object graph should be more or less
identical to the jcr node graph.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]