Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-10334: Node.addMixin() may overwrite existing mixins #1011

Merged
merged 6 commits into from
Sep 4, 2023

Commits on Jun 30, 2023

  1. OAK-10334: Node.addMixin() may overwrite existing mixins

    Test reproducing issue with jcr:mixinTypes
    mreutegg committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2c83efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8223f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    cf521f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. OAK-10334: Node.addMixin() may overwrite existing mixins

    Allow adding a mixin type even if session does not have permission to read jcr:mixinTypes. This is consistent with behaviour of Node.getMixinNodeTypes(). See also OAK-2441.
    mreutegg committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    028e8d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46109d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    e91361f View commit details
    Browse the repository at this point in the history