Re: [PR] OAK-10778 - Support downloading from Mongo in parallel. [jackrabbit-oak]

2024-05-13 Thread via GitHub
nfsantos merged PR #1435: URL: https://github.com/apache/jackrabbit-oak/pull/1435 -- 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

Re: [PR] OAK-10795 - Indexing job: eliminate unnecessary intermediate object creation in transform stage [jackrabbit-oak]

2024-05-13 Thread via GitHub
nfsantos merged PR #1446: URL: https://github.com/apache/jackrabbit-oak/pull/1446 -- 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

Re: [PR] OAK-10796 - Avoid creation of intermediate StringBuilder in JsopBuilder [jackrabbit-oak]

2024-05-13 Thread via GitHub
reschke commented on code in PR #1445: URL: https://github.com/apache/jackrabbit-oak/pull/1445#discussion_r1598084479 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/json/JsopBuilder.java: ## @@ -28,7 +28,7 @@ public class JsopBuilder implements JsopWriter {

Re: [PR] OAK-10796 - Avoid creation of intermediate StringBuilder in JsopBuilder [jackrabbit-oak]

2024-05-13 Thread via GitHub
nfsantos commented on code in PR #1445: URL: https://github.com/apache/jackrabbit-oak/pull/1445#discussion_r1598086880 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/json/JsopBuilder.java: ## @@ -28,7 +28,7 @@ public class JsopBuilder implements JsopWriter {

[PR] OAK-10760: oak-core should check namespace registry consistency on st… [jackrabbit-oak]

2024-05-13 Thread via GitHub
mbaedke opened a new pull request, #1447: URL: https://github.com/apache/jackrabbit-oak/pull/1447 …artup Implemented. -- 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.

Re: [PR] OAK-10760: oak-core should check namespace registry consistency on st… [jackrabbit-oak]

2024-05-13 Thread via GitHub
reschke commented on code in PR #1447: URL: https://github.com/apache/jackrabbit-oak/pull/1447#discussion_r1598158217 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/ReadOnlyNamespaceRegistry.java: ## @@ -112,4 +120,53 @@ public String getPrefix(String uri) thro

Re: [PR] OAK-10760: oak-core should check namespace registry consistency on st… [jackrabbit-oak]

2024-05-13 Thread via GitHub
reschke commented on code in PR #1447: URL: https://github.com/apache/jackrabbit-oak/pull/1447#discussion_r1598156213 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/ReadOnlyNamespaceRegistry.java: ## @@ -16,8 +16,8 @@ */ package org.apache.jackrabbit.oak.plu

Re: [PR] OAK-10796 - Avoid creation of intermediate StringBuilder in JsopBuilder [jackrabbit-oak]

2024-05-13 Thread via GitHub
nfsantos merged PR #1445: URL: https://github.com/apache/jackrabbit-oak/pull/1445 -- 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

Subject: [ANNOUNCE] Apache Jackrabbit Oak 1.22.20 released

2024-05-13 Thread Nitin Gupta
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit Oak 1.22.20. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release: Release Notes -- Apache Jackrabbi

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
rishabhdaim commented on code in PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#discussion_r1595018427 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java: ## @@ -92,9 +90,9 @@ public class RevisionsCommand implements Command {

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
rishabhdaim commented on PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#issuecomment-2107199571 We should only merge this PR after incorporating the integration branch changes into the trunk. cc @stefan-egli @reschke -- This is an automated message from the Apache G

[PR] OAK-10798: Introduce functions to clean nodes based on regular expression [jackrabbit-oak]

2024-05-13 Thread via GitHub
Joscorbe opened a new pull request, #1448: URL: https://github.com/apache/jackrabbit-oak/pull/1448 (no comment) -- 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 unsubscri

[PR] OAK-10799: Update (shaded) Guava to 33.2.0 [jackrabbit-oak]

2024-05-13 Thread via GitHub
reschke opened a new pull request, #1449: URL: https://github.com/apache/jackrabbit-oak/pull/1449 (no comment) -- 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 unsubscrib

Re: [PR] OAK-10798: Introduce functions to clean nodes based on regular expression [jackrabbit-oak]

2024-05-13 Thread via GitHub
stefan-egli commented on code in PR #1448: URL: https://github.com/apache/jackrabbit-oak/pull/1448#discussion_r1598514554 ## oak-run/src/main/js/oak-mongo.js: ## @@ -329,6 +329,59 @@ var oak = (function(global){ return {nRemoved : count}; }; +/** + * Help

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
daniancu commented on code in PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#discussion_r1598566124 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java: ## @@ -1045,7 +1044,7 @@ public void testGCDelete

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
daniancu commented on code in PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#discussion_r1598568245 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/RevisionsCommand.java: ## @@ -92,9 +90,9 @@ public class RevisionsCommand implements Command {

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
daniancu commented on code in PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#discussion_r1598569082 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Configuration.java: ## @@ -311,10 +311,10 @@ @AttributeDefinition(

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
daniancu commented on code in PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#discussion_r1598569925 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java: ## @@ -18,6 +18,46 @@ */ package org.apache.ja

Re: [PR] OAK-10771 - Add disk cache size stats and issue warning if evicted segment has zero length [jackrabbit-oak]

2024-05-13 Thread via GitHub
joerghoh commented on code in PR #1427: URL: https://github.com/apache/jackrabbit-oak/pull/1427#discussion_r1598601449 ## oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote/persistentcache/PersistentDiskCache.java: ## @@ -204,7 +204,17 @@ private void clea

Re: [PR] OAK-10792 - Rename DetailedGC to FullGC [jackrabbit-oak]

2024-05-13 Thread via GitHub
stefan-egli commented on PR #1440: URL: https://github.com/apache/jackrabbit-oak/pull/1440#issuecomment-2107812304 > We should only merge this PR after incorporating the integration branch changes into the trunk. @rishabhdaim does it otherwise cause merge conflicts? I understand the

Re: [PR] OAK-10798: Introduce functions to clean nodes based on regular expression [jackrabbit-oak]

2024-05-13 Thread via GitHub
Joscorbe commented on code in PR #1448: URL: https://github.com/apache/jackrabbit-oak/pull/1448#discussion_r1598623984 ## oak-run/src/main/js/oak-mongo.js: ## @@ -329,6 +329,59 @@ var oak = (function(global){ return {nRemoved : count}; }; +/** + * Helper

[PR] OAK-10800: (oak-search-elastic) add mapping for DictionaryCompoundWord [jackrabbit-oak]

2024-05-13 Thread via GitHub
fabriziofortino opened a new pull request, #1450: URL: https://github.com/apache/jackrabbit-oak/pull/1450 (no comment) -- 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 un

[jira] [Updated] (JCR-5060) CLONE - Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20

2024-05-13 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5060: Fix Version/s: (was: 2.21.26) > CLONE - Update oak-jackrabbit-api.version.used in trunk and 2.20

[jira] [Created] (JCR-5060) CLONE - Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20

2024-05-13 Thread Julian Reschke (Jira)
Julian Reschke created JCR-5060: --- Summary: CLONE - Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20 Key: JCR-5060 URL: https://issues.apache.org/jira/browse/JCR-5060 Project: Jack

[PR] OAK-10801: Introduce functions to remove nodes that are older than a timestamp [jackrabbit-oak]

2024-05-13 Thread via GitHub
Joscorbe opened a new pull request, #1451: URL: https://github.com/apache/jackrabbit-oak/pull/1451 This function removes all the children of a node that are older than a given timestamp. To know if a node was modified recently, the value of the internal property _modified is used. Th

[jira] [Updated] (JCR-5060) Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20

2024-05-13 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5060: Summary: Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20 (was: CLONE - Updat

[jira] [Updated] (JCR-5060) Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20

2024-05-13 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5060: Labels: candidate_jackrabbit_2.20 (was: ) > Update oak-jackrabbit-api.version.used in trunk and 2.20

[jira] [Resolved] (JCR-5060) Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20

2024-05-13 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-5060. - Fix Version/s: 2.21.27 Resolution: Fixed > Update oak-jackrabbit-api.version.used in trunk a

[jira] [Commented] (JCR-5060) Update oak-jackrabbit-api.version.used in trunk and 2.20 to Oak 1.22.20

2024-05-13 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846004#comment-17846004 ] Julian Reschke commented on JCR-5060: - trunk: [b59edd356|https://github.com/apache/jac

Re: [PR] OAK-10801: Introduce functions to remove nodes that are older than a timestamp [jackrabbit-oak]

2024-05-13 Thread via GitHub
stefan-egli commented on code in PR #1451: URL: https://github.com/apache/jackrabbit-oak/pull/1451#discussion_r1598743492 ## oak-run/src/main/js/oak-mongo.js: ## @@ -329,6 +329,53 @@ var oak = (function(global){ return {nRemoved : count}; }; +/** + * Find

Re: [PR] OAK-10786: oak-lucene: use copy of lucene-core 4.7.2 source code [jackrabbit-oak]

2024-05-13 Thread via GitHub
reschke merged PR #1439: URL: https://github.com/apache/jackrabbit-oak/pull/1439 -- 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...@jackrab

Re: [PR] OAK-10799: Update (shaded) Guava to 33.2.0 [jackrabbit-oak]

2024-05-13 Thread via GitHub
reschke merged PR #1449: URL: https://github.com/apache/jackrabbit-oak/pull/1449 -- 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...@jackrab