[jira] [Commented] (JCRVLT-598) need IdConflictPolicy compatible with 3.5.0 behavior

2022-01-19 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17479150#comment-17479150 ] Konrad Windszus commented on JCRVLT-598: I think we need to check these two cases a) UUID

[GitHub] [jackrabbit-oak] thomasmueller commented on a change in pull request #470: OAK-9672 - Adding checks to support setting null values in oak-commons JSON

2022-01-19 Thread GitBox
thomasmueller commented on a change in pull request #470: URL: https://github.com/apache/jackrabbit-oak/pull/470#discussion_r788449391 ## File path: oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/json/JsopBuilder.java ## @@ -208,12 +210,20 @@ public JsopBuilder

[GitHub] [jackrabbit-filevault] kwin commented on a change in pull request #202: JCRVLT-596: add OSGi config for default IdConflictPolicy

2022-01-19 Thread GitBox
kwin commented on a change in pull request #202: URL: https://github.com/apache/jackrabbit-filevault/pull/202#discussion_r788436498 ## File path: vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/impl/JcrPackageImpl.java ## @@ -386,6 +386,7 @@ private void

[GitHub] [jackrabbit-oak] reschke commented on a change in pull request #470: OAK-9672 - Adding checks to support setting null values in oak-commons JSON

2022-01-19 Thread GitBox
reschke commented on a change in pull request #470: URL: https://github.com/apache/jackrabbit-oak/pull/470#discussion_r788425027 ## File path: oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/json/JsonObject.java ## @@ -146,15 +146,19 @@ public String toString() {

[GitHub] [jackrabbit-oak] reschke commented on a change in pull request #470: OAK-9672 - Adding checks to support setting null values in oak-commons JSON

2022-01-19 Thread GitBox
reschke commented on a change in pull request #470: URL: https://github.com/apache/jackrabbit-oak/pull/470#discussion_r788425027 ## File path: oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/json/JsonObject.java ## @@ -146,15 +146,19 @@ public String toString() {

[GitHub] [jackrabbit-oak] reschke commented on a change in pull request #470: OAK-9672 - Adding checks to support setting null values in oak-commons JSON

2022-01-19 Thread GitBox
reschke commented on a change in pull request #470: URL: https://github.com/apache/jackrabbit-oak/pull/470#discussion_r788423010 ## File path: oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/json/JsonObject.java ## @@ -146,15 +146,19 @@ public String toString() {

[GitHub] [jackrabbit-oak] klcodanr opened a new pull request #470: OAK-9672 - Adding checks to support setting null values in oak-commons JSON

2022-01-19 Thread GitBox
klcodanr opened a new pull request #470: URL: https://github.com/apache/jackrabbit-oak/pull/470 Currently performing the following will result in a NullPointerException as null values for the properties or child objects are not checked: ``` JsonObject a = new JsonObject(true);

[GitHub] [jackrabbit-filevault] reschke commented on pull request #202: JCRVLT-596: add OSGi config for default IdConflictPolicy

2022-01-19 Thread GitBox
reschke commented on pull request #202: URL: https://github.com/apache/jackrabbit-filevault/pull/202#issuecomment-1016759425 @kwin - thanks for the help! Should I commit? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: Property "rep:fullname" on rep:User nodes

2022-01-19 Thread Konrad Windszus
Thanks Angela for the quick answer. That was what I assumed. Konrad > On 19. Jan 2022, at 16:08, Angela Schreiber wrote: > > Hi Konrad > > The default value doesn't make sense IMHO and should not have been added in > the first place. > It is however covered by the node type of users/groups as

Re: Property "rep:fullname" on rep:User nodes

2022-01-19 Thread Angela Schreiber
Hi Konrad The default value doesn't make sense IMHO and should not have been added in the first place. It is however covered by the node type of users/groups as they allow for arbitrary properties being written below the user node (or some subtree for that matter). I would be a bit reluctant

Property "rep:fullname" on rep:User nodes

2022-01-19 Thread Konrad Windszus
Hi, In the default sync handler I found a mapping from "cn" to "rep:fullname"

Re: Oak-it-osgi module

2022-01-19 Thread Carlo Jelmini
Hi Robert, > Well, it's probably much quicker if you use the Sling Starter. Thanks to the pointer to Sling Starter. Looks interesting. I’ll definitively try to use it for manual tests instead of Quickstart. While exploring the Sling documentation, I have found that Sling already provides

[GitHub] [jackrabbit-oak] stefan-egli merged pull request #468: OAK-9668 Update H2DB dependency (#466)

2022-01-19 Thread GitBox
stefan-egli merged pull request #468: URL: https://github.com/apache/jackrabbit-oak/pull/468 -- 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:

[GitHub] [jackrabbit-filevault] reschke commented on a change in pull request #202: JCRVLT-596: add OSGi config for default IdConflictPolicy

2022-01-19 Thread GitBox
reschke commented on a change in pull request #202: URL: https://github.com/apache/jackrabbit-filevault/pull/202#discussion_r787681961 ## File path: vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/impl/JcrPackageImpl.java ## @@ -386,6 +386,7 @@ private void

[jira] [Commented] (OCM-71) Is OCM dead or alive?

2022-01-19 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/OCM-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17478525#comment-17478525 ] Konrad Windszus commented on OCM-71: Not really maintained, last real commit 9 years ago:

[jira] [Created] (OCM-71) Is OCM dead or alive?

2022-01-19 Thread Marcel Koch (Jira)
Marcel Koch created OCM-71: -- Summary: Is OCM dead or alive? Key: OCM-71 URL: https://issues.apache.org/jira/browse/OCM-71 Project: Jackrabbit OCM Issue Type: Wish Reporter: Marcel Koch