[jira] [Commented] (JCRVLT-683) Import of Authorizable node with acHandling=IGNORE should preserve existing rep:principalPolicy child node

2023-04-18 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17713915#comment-17713915 ] Angela Schreiber commented on JCRVLT-683: - [~madamcin], thanks for the additional

Intent to support Cubrid DB in JR2 first

2023-04-18 Thread Woonsan Ko
Hi, In the region where I work, I see Cubrid DB [1] being adopted, especially in the public sector. So I'd like to support the database in Jackrabbit 2 first and then maintain and port it to OAK later. (OSGi is not quite popular yet here.) Even if Cubrid is not as popular as other OSS projects, it

[GitHub] [jackrabbit] dependabot[bot] opened a new pull request, #130: Bump jetty-server from 9.2.30.v20200428 to 10.0.14 in /jackrabbit-parent

2023-04-18 Thread via GitHub
dependabot[bot] opened a new pull request, #130: URL: https://github.com/apache/jackrabbit/pull/130 Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.2.30.v20200428 to 10.0.14. Release notes Sourced from https://github.com/eclipse/jetty.project/releases";>jetty-

[jira] [Commented] (JCRVLT-683) Import of Authorizable node with acHandling=IGNORE should preserve existing rep:principalPolicy child node

2023-04-18 Thread Mark Adamcin (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17713776#comment-17713776 ] Mark Adamcin commented on JCRVLT-683: - [~angela] The background for this ticket is do

[GitHub] [jackrabbit-oak] antoniu98 commented on a diff in pull request #862: Give admin impersonation rights to members of administrator groups

2023-04-18 Thread via GitHub
antoniu98 commented on code in PR #862: URL: https://github.com/apache/jackrabbit-oak/pull/862#discussion_r1170242265 ## oak-security-spi/src/test/java/org/apache/jackrabbit/oak/spi/security/user/util/UserUtilTest.java: ## @@ -246,7 +275,7 @@ public void testGetAuthorizableRootP

[GitHub] [jackrabbit-filevault] kwin opened a new pull request, #290: JCRVLT-704 expose line and columnn from NodeContext

2023-04-18 Thread via GitHub
kwin opened a new pull request, #290: URL: https://github.com/apache/jackrabbit-filevault/pull/290 Leverage that when available for creating more detailed ValidationMessages -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Updated] (JCRVLT-704) Expose line and column in NodeContext

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-704: --- Status: Patch Available (was: In Progress) > Expose line and column in NodeContext > ---

[jira] [Updated] (JCRVLT-698) allow primary nodetype updates that make the node more restrictive

2023-04-18 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCRVLT-698: -- Description: Currently, vault allows changing primary types - but this only works in practice

[GitHub] [jackrabbit-oak] reschke commented on a diff in pull request #901: OAK-10194: switch oak-security-spi to shaded guava

2023-04-18 Thread via GitHub
reschke commented on code in PR #901: URL: https://github.com/apache/jackrabbit-oak/pull/901#discussion_r1169983728 ## oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/AuthInfoImpl.java: ## @@ -64,7 +64,7 @@ public static AuthInfo createFromSu

[GitHub] [jackrabbit-oak] anchela commented on pull request #901: OAK-10194: switch oak-security-spi to shaded guava

2023-04-18 Thread via GitHub
anchela commented on PR #901: URL: https://github.com/apache/jackrabbit-oak/pull/901#issuecomment-1513057148 @reschke , looks good. just had 1 question regarding MoreObjects vs Objects -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [jackrabbit-oak] anchela commented on a diff in pull request #901: OAK-10194: switch oak-security-spi to shaded guava

2023-04-18 Thread via GitHub
anchela commented on code in PR #901: URL: https://github.com/apache/jackrabbit-oak/pull/901#discussion_r1169979724 ## oak-security-spi/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/AuthInfoImpl.java: ## @@ -64,7 +64,7 @@ public static AuthInfo createFromSu

[GitHub] [jackrabbit-oak] reschke merged pull request #900: OAK-10192: switch oak-query-spi to shaded guava

2023-04-18 Thread via GitHub
reschke merged PR #900: URL: https://github.com/apache/jackrabbit-oak/pull/900 -- 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: dev-unsubscr...@jackrabbi

[GitHub] [jackrabbit-oak] reschke commented on a diff in pull request #900: OAK-10192: switch oak-query-spi to shaded guava

2023-04-18 Thread via GitHub
reschke commented on code in PR #900: URL: https://github.com/apache/jackrabbit-oak/pull/900#discussion_r1169798695 ## oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/CompositeQueryIndexProvider.java: ## @@ -23,8 +23,8 @@ import org.apache.jackrabbit.oak.spi.sta

[jira] [Resolved] (JCRVLT-697) Moving child nodes around should be calculated towards the autosave threshold

2023-04-18 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCRVLT-697. --- Resolution: Fixed > Moving child nodes around should be calculated towards the autosave thres

[GitHub] [jackrabbit-filevault] reschke merged pull request #288: JCRVLT-697: count moves of stashed child nodes towards autosave limit

2023-04-18 Thread via GitHub
reschke merged PR #288: URL: https://github.com/apache/jackrabbit-filevault/pull/288 -- 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: dev-unsubscr...@jac

[jira] [Updated] (JCRVLT-697) Moving child nodes around should be calculated towards the autosave threshold

2023-04-18 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCRVLT-697: -- Fix Version/s: 3.6.10 > Moving child nodes around should be calculated towards the autosave thr

[jira] [Updated] (JCRVLT-703) Nodetype Validator reports wrong path for missing binary node

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-703: --- Resolution: Fixed Status: Resolved (was: Patch Available) Fixed in https://github.c

[GitHub] [jackrabbit-filevault] kwin merged pull request #289: JCRVLT-703 always use original node context when reporting violations in

2023-04-18 Thread via GitHub
kwin merged PR #289: URL: https://github.com/apache/jackrabbit-filevault/pull/289 -- 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: dev-unsubscr...@jackra

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #288: JCRVLT-697: count moves of stashed child nodes towards autosave limit

2023-04-18 Thread via GitHub
kwin commented on code in PR #288: URL: https://github.com/apache/jackrabbit-filevault/pull/288#discussion_r1169659222 ## vault-core/src/main/java/org/apache/jackrabbit/vault/fs/api/ImportInfo.java: ## @@ -51,6 +51,14 @@ public interface ImportInfo { */ void onCreate

[GitHub] [jackrabbit-oak] reschke commented on a diff in pull request #900: OAK-10192: switch oak-query-spi to shaded guava

2023-04-18 Thread via GitHub
reschke commented on code in PR #900: URL: https://github.com/apache/jackrabbit-oak/pull/900#discussion_r1169657545 ## oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/CompositeQueryIndexProvider.java: ## @@ -23,8 +23,8 @@ import org.apache.jackrabbit.oak.spi.sta

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #900: OAK-10192: switch oak-query-spi to shaded guava

2023-04-18 Thread via GitHub
rishabhdaim commented on code in PR #900: URL: https://github.com/apache/jackrabbit-oak/pull/900#discussion_r1169651174 ## oak-query-spi/src/main/java/org/apache/jackrabbit/oak/spi/query/CompositeQueryIndexProvider.java: ## @@ -23,8 +23,8 @@ import org.apache.jackrabbit.oak.spi

[jira] [Assigned] (JCRVLT-704) Expose line and column in NodeContext

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned JCRVLT-704: -- Assignee: Konrad Windszus > Expose line and column in NodeContext > --

[jira] [Updated] (JCRVLT-704) Expose line and column in NodeContext

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-704: --- Fix Version/s: 3.6.10 > Expose line and column in NodeContext > -

[jira] [Updated] (JCRVLT-704) Expose line and column in NodeContext

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-704: --- Summary: Expose line and column in NodeContext (was: Pass line and column in NodeContext) >

[jira] [Created] (JCRVLT-704) Pass line and column in NodeContext

2023-04-18 Thread Konrad Windszus (Jira)
Konrad Windszus created JCRVLT-704: -- Summary: Pass line and column in NodeContext Key: JCRVLT-704 URL: https://issues.apache.org/jira/browse/JCRVLT-704 Project: Jackrabbit FileVault Issue Ty

[GitHub] [jackrabbit-filevault] kwin opened a new pull request, #289: JCRVLT-703 always use original node context when reporting violations in

2023-04-18 Thread via GitHub
kwin opened a new pull request, #289: URL: https://github.com/apache/jackrabbit-filevault/pull/289 finalizeValidationForSiblings/Subtree -- 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 specif

[jira] [Updated] (JCRVLT-703) Nodetype Validator reports wrong path for missing binary node

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-703: --- Fix Version/s: 3.6.10 > Nodetype Validator reports wrong path for missing binary node > -

[jira] [Updated] (JCRVLT-703) Nodetype Validator reports wrong path for missing binary node

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-703: --- Status: Patch Available (was: In Progress) > Nodetype Validator reports wrong path for missi

[jira] [Updated] (JCRVLT-703) Nodetype Validator reports wrong path for missing binary node

2023-04-18 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-703: --- Summary: Nodetype Validator reports wrong path for missing binary node (was: Validator Plugi