You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2023/09/04 10:20:30 UTC

[jackrabbit-oak] branch trunk updated (5ee4afcaa9 -> dcb47fc0bc)

This is an automated email from the ASF dual-hosted git repository.

mreutegg pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 5ee4afcaa9 OAK-10419: Release Oak 1.56.0  - fix project versions
     new 2c83efbefc OAK-10334: Node.addMixin() may overwrite existing mixins
     new 0b8223f113 OAK-10334: Node.addMixin() may overwrite existing mixins
     new cf521f072e Merge branch 'trunk' into OAK-10334
     new 028e8d3618 OAK-10334: Node.addMixin() may overwrite existing mixins
     new 46109d1d84 Merge branch 'trunk' into OAK-10334
     new e91361faa5 Merge branch 'trunk' into OAK-10334
     new dcb47fc0bc Merge pull request #1011 from mreutegg/OAK-10334

The 18758 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../jackrabbit/oak/jcr/delegate/NodeDelegate.java  |  6 +--
 .../jackrabbit/oak/jcr/session/NodeImpl.java       | 13 +++---
 .../security/authorization/ReadPropertyTest.java   | 48 ++++++++++++++++++++++
 .../jackrabbit/oak/plugins/tree/TreeUtil.java      | 43 ++++++++++++++++++-
 .../jackrabbit/oak/plugins/tree/package-info.java  |  2 +-
 5 files changed, 100 insertions(+), 12 deletions(-)