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 re...@apache.org on 2023/01/27 17:47:02 UTC

[jackrabbit-oak] branch OAK-10007 updated (53d0fb8784 -> 19d7bbf503)

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

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


    from 53d0fb8784 OAK-10007: update Guava related deprecations with 'since' and 'forRemoval' properties
     add bef38e97fa OAK-10082 : Group.getMembers() needs to resolve inherited members of dynamic groups (#834)
     add 505a19e620 fixen broken MD link
     add 90034e9d5a OAK-10084: oak-commons: bump up logging for deprecated Guava based APIs to ERROR
     add 036e70e805 OAK-10085: oak-core-spi: bump up logging for deprecated Guava based APIs to ERROR
     add b6c6d1ffa5 OAK-10086: oak-core: bump up logging for deprecated Guava based APIs to ERROR
     add 09191a20f2 OAK-10087: TypeEditor: constraint exception for invalid child node should contain that node's effective type (#835)
     add c996e7b462 OAK-10090: update antrun version for reactor pom
     add 5423ab52ef OAK-10072: Release Oak 1.48.0 - POM fixup
     new 19d7bbf503 Merge branch 'trunk' into OAK-10007

The 1 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:
 .../external/impl/DynamicSyncTest.java             |  38 +++++-
 .../jackrabbit/oak/commons/GuavaDeprecation.java   |   2 +-
 .../jackrabbit/oak/spi/GuavaDeprecation.java       |   2 +-
 .../jackrabbit/oak/core/GuavaDeprecation.java      |   2 +-
 .../oak/plugins/nodetype/TypeEditor.java           |  15 +--
 .../jackrabbit/oak/security/user/GroupImpl.java    |   6 +-
 .../security/user/InheritedMembersIterator.java    |  92 +++++++++++++
 .../user/InheritedMembersIteratorTest.java         | 142 +++++++++++++++++++++
 oak-doc-railroad-macro/pom.xml                     |   2 +-
 oak-doc/pom.xml                                    |   2 +-
 oak-doc/src/site/markdown/differences.md           |   6 +-
 pom.xml                                            |   6 +-
 12 files changed, 293 insertions(+), 22 deletions(-)
 create mode 100644 oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/InheritedMembersIterator.java
 create mode 100644 oak-core/src/test/java/org/apache/jackrabbit/oak/security/user/InheritedMembersIteratorTest.java


[jackrabbit-oak] 01/01: Merge branch 'trunk' into OAK-10007

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10007
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 19d7bbf503269645addfb2aea22c0636f89fda4a
Merge: 53d0fb8784 5423ab52ef
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Fri Jan 27 18:46:47 2023 +0100

    Merge branch 'trunk' into OAK-10007

 .../external/impl/DynamicSyncTest.java             |  38 +++++-
 .../jackrabbit/oak/commons/GuavaDeprecation.java   |   2 +-
 .../jackrabbit/oak/spi/GuavaDeprecation.java       |   2 +-
 .../jackrabbit/oak/core/GuavaDeprecation.java      |   2 +-
 .../oak/plugins/nodetype/TypeEditor.java           |  15 +--
 .../jackrabbit/oak/security/user/GroupImpl.java    |   6 +-
 .../security/user/InheritedMembersIterator.java    |  92 +++++++++++++
 .../user/InheritedMembersIteratorTest.java         | 142 +++++++++++++++++++++
 oak-doc-railroad-macro/pom.xml                     |   2 +-
 oak-doc/pom.xml                                    |   2 +-
 oak-doc/src/site/markdown/differences.md           |   6 +-
 pom.xml                                            |   6 +-
 12 files changed, 293 insertions(+), 22 deletions(-)