(jackrabbit-oak) branch OAK-10882 deleted (was 6cd5fb9641)

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10882 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git was 6cd5fb9641 OAK-10882: move Oak related notification from d...@jackrabbit.apache.org to oak-dev@jackrabbit

(jackrabbit-oak) branch OAK-10876b updated (c7f3cd3f6c -> de946a9a2d)

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10876b in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git from c7f3cd3f6c OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, requ

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
kwin commented on code in PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523#discussion_r1638409418 ## oak-parent/pom.xml: ## @@ -71,12 +71,15 @@ 2.16.2 1.19.0 2.5.23 -1.8 -java18 - - +8 +${javaTargetVersion} +${javaTarget

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
reschke commented on code in PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523#discussion_r1638410783 ## oak-parent/pom.xml: ## @@ -71,12 +71,15 @@ 2.16.2 1.19.0 2.5.23 -1.8 -java18 - - +8 +${javaTargetVersion} +${javaTar

Authorizable for EveryonePrincipal

2024-06-13 Thread Konrad Windszus
Hi, Was it always the case that the “everyone" principal could not be resolved to an Authorizable via org.apache.jackrabbit.api.security.user.UserManager.getAuthorizable()? I found several places in AEM code where the return value of UserManager.getAuthorizable(Principal) is unconditionally dere

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-13 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user reschke (triggered by reschke). Head commit for run: db2db5989feade388dd42d40404e363a3cae8c41 / Julian Reschke OAK-10882: move Oak related notification from d...@jackrabbit.apache.org to oak-dev@ja

[GH] (jackrabbit-oak): Workflow run "SonarCloud" is working again!

2024-06-13 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has succeeded. Run started by GitHub user nit0906 (triggered by nit0906). Head commit for run: 791a3bd175196657506c1076ab471ff2d21bc2da / Nitin Gupta Send existingRefCheckpoint in merge check Report URL: https://github.com/apache/jackra

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
reschke commented on code in PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523#discussion_r1638395066 ## oak-parent/pom.xml: ## @@ -71,12 +71,15 @@ 2.16.2 1.19.0 2.5.23 -1.8 -java18 - - +8 +${javaTargetVersion} +${javaTar

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
kwin commented on code in PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523#discussion_r1638397083 ## oak-parent/pom.xml: ## @@ -71,12 +71,15 @@ 2.16.2 1.19.0 2.5.23 -1.8 -java18 - - +8 +${javaTargetVersion} +${javaTarget

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
kwin commented on PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523#issuecomment-2166019146 The readme needs to be adjusted as well: https://github.com/apache/jackrabbit-oak/tree/1.22?tab=readme-ov-file#getting-started -- This is an automated message from the Apache Git Se

Re: Authorizable for EveryonePrincipal

2024-06-13 Thread Konrad Windszus
Hi Angela, Thanks a lot for your input. As it turned out in some instances the according “everyone" authorizable has been removed by mistake and some code cannot deal with that (due to missing null checks). I am wondering though who Jackrabbit creates the “everyone” authorizable in the first pla

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
reschke commented on code in PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523#discussion_r1638401362 ## oak-parent/pom.xml: ## @@ -71,12 +71,15 @@ 2.16.2 1.19.0 2.5.23 -1.8 -java18 - - +8 +${javaTargetVersion} +${javaTar

Re: Authorizable for EveryonePrincipal

2024-06-13 Thread Konrad Windszus
I meanwhile found https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/user/UserInitializer.java which creates both the admin and the anonymous user, but haven’t found out yet how “everyone” is being created. > On 13. Jun 2024, at 19:30,

(jackrabbit-oak) branch OAK-10876b updated (de946a9a2d -> 7cb72a0fbe)

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10876b in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git from de946a9a2d OAK-10876: bump minimalBuildVersion to 11 add 7cb72a0fbe OAK-10876: adjust README No new

Re: [PR] Issue/oak 8848 [jackrabbit-oak]

2024-06-13 Thread via GitHub
stefan-egli commented on code in PR #1474: URL: https://github.com/apache/jackrabbit-oak/pull/1474#discussion_r1638425524 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/version/VersionEditor.java: ## @@ -145,27 +146,71 @@ public void propertyChanged(PropertyState be

Re: Authorizable for EveryonePrincipal

2024-06-13 Thread Angela Schreiber
Hi Konrad There has been no change in that area for ages. Oak out of the box does not mandate a Group 'everyone' to exist in the user management. It will however always exist if you retrieve it through Principal Manager in the default implementation. So, * every user/group accessible throug

(jackrabbit-oak) branch OAK-10876b deleted (was 7cb72a0fbe)

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10876b in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git was 7cb72a0fbe OAK-10876: adjust README The revisions that were on this branch are still contained in other

Re: [PR] OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 [jackrabbit-oak]

2024-06-13 Thread via GitHub
reschke merged PR #1523: URL: https://github.com/apache/jackrabbit-oak/pull/1523 -- 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. To unsubscribe, e-mail: oak-dev-unsubscr...@jac

(jackrabbit-oak) branch 1.22 updated: OAK-10876: Oak 1.22 does not compile with JDK 11 anymore - remove animal sniffer plugin, require JDK 11+ for compilation, target JRE 8 (#1523)

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch 1.22 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git The following commit(s) were added to refs/heads/1.22 by this push: new 90383a8e3d OAK-10876: Oak 1.22 does not com

Re: [PR] Oak-10874 | Add jmx function for bringing forward a delayed async lane to a latest checkpoint. [jackrabbit-oak]

2024-06-13 Thread via GitHub
nit0906 commented on PR #1522: URL: https://github.com/apache/jackrabbit-oak/pull/1522#issuecomment-2166431495 @nfsantos - I took care of the grammar related issues in the logs. I will try and answer the other questions here - > the forceIndexLaneCatchup is not thread safe. Wh

Re: Authorizable for EveryonePrincipal

2024-06-13 Thread awadhesh v
I had looked into this and related code for something a while back, from what I understood, everyone is not a user/group and is not created. there is code to return EveryonePrincipal.getInstance(), whenever a user/group information is requested. e.g. Tree authorizableTree = userProvider.get

Re: [PR] Working on Elastic index excerpt support, commits not ready to be considered to merge [jackrabbit-oak]

2024-06-13 Thread via GitHub
github-actions[bot] commented on PR #581: URL: https://github.com/apache/jackrabbit-oak/pull/581#issuecomment-2167063607 This PR is stale because it has been open 24 months with no activity. Remove stale label or comment or this will be closed in 30 days. -- This is an automated message f

(jackrabbit-oak) branch trunk updated: JCR-5072: Release Jackrabbit 2.22.0 - update site

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git The following commit(s) were added to refs/heads/trunk by this push: new 229fc4b0d7 JCR-5072: Release Jackrabbit 2

Re: Authorizable for EveryonePrincipal

2024-06-13 Thread Angela Schreiber
Hi Konrad As I said, Oak out of the box doesn't mandate a group representation of the everyone principal to exist. In AEM it is created with a content package (or repoinit) which results in a regular call to UserManager.createGroup. see also https://jackrabbit.apache.org/oak/docs/security/use

(jackrabbit-oak) branch trunk updated: revert "JCR-5072: Release Jackrabbit 2.22.0 - update site"

2024-06-13 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git The following commit(s) were added to refs/heads/trunk by this push: new 06f54302a5 revert "JCR-5072: Release Jack

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-13 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user reschke (triggered by reschke). Head commit for run: 229fc4b0d7436f59638a77a1ae0dbdf48aaeb056 / Julian Reschke JCR-5072: Release Jackrabbit 2.22.0 - update site Report URL: https://github.com/apac