Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-24 Thread via GitHub
stefan-egli commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1689538685 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +110,288 @@ public void

Re: [PR] OAK-10971 - Add a method to test if a path is a direct ancestor of another: PathUtils.isDirectAncestor() [jackrabbit-oak]

2024-07-24 Thread via GitHub
mbaedke commented on code in PR #1597: URL: https://github.com/apache/jackrabbit-oak/pull/1597#discussion_r1689513133 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -374,6 +374,32 @@ public static boolean isAncestor(String ancestor, String

Re: [PR] OAK-10971 - Add a method to test if a path is a direct ancestor of another: PathUtils.isDirectAncestor() [jackrabbit-oak]

2024-07-24 Thread via GitHub
nfsantos commented on PR #1597: URL: https://github.com/apache/jackrabbit-oak/pull/1597#issuecomment-2247179490 > So that's a new method, right? Not quite. This method is to replace an internal implementation here:

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-24 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1689259248 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +114,289 @@ public void

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-24 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1689259599 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -18,26 +18,50 @@ import

Re: [PR] OAK-10921 : fixed race condition where fullGC database variables gets… [jackrabbit-oak]

2024-07-23 Thread via GitHub
stefan-egli commented on code in PR #1562: URL: https://github.com/apache/jackrabbit-oak/pull/1562#discussion_r1688100144 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGCRecommendations.java: ## @@ -345,20 +350,31 @@ private Map

Re: [PR] Bump com.azure:azure-identity from 1.11.3 to 1.12.2 in /oak-parent [jackrabbit-oak]

2024-07-23 Thread via GitHub
dependabot[bot] commented on PR #1586: URL: https://github.com/apache/jackrabbit-oak/pull/1586#issuecomment-2245129126 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump com.azure:azure-identity from 1.11.3 to 1.12.2 in /oak-parent [jackrabbit-oak]

2024-07-23 Thread via GitHub
reschke closed pull request #1586: Bump com.azure:azure-identity from 1.11.3 to 1.12.2 in /oak-parent URL: https://github.com/apache/jackrabbit-oak/pull/1586 -- 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

Re: [PR] Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.37.2 in /oak-parent [jackrabbit-oak]

2024-07-23 Thread via GitHub
dependabot[bot] closed pull request #1587: Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.37.2 in /oak-parent URL: https://github.com/apache/jackrabbit-oak/pull/1587 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.37.2 in /oak-parent [jackrabbit-oak]

2024-07-23 Thread via GitHub
dependabot[bot] commented on PR #1587: URL: https://github.com/apache/jackrabbit-oak/pull/1587#issuecomment-2245126688 Looks like com.nimbusds:nimbus-jose-jwt is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] OAK-10964: bump nimbus-jose-jwt dependency to latest [jackrabbit-oak]

2024-07-23 Thread via GitHub
reschke merged PR #1593: URL: https://github.com/apache/jackrabbit-oak/pull/1593 -- 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:

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-23 Thread via GitHub
stefan-egli commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1687938401 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -18,26 +18,50 @@ import

Re: [PR] OAK-10904: Close token refresh executor service after access token is no longer needed [jackrabbit-oak]

2024-07-23 Thread via GitHub
t-rana commented on code in PR #1545: URL: https://github.com/apache/jackrabbit-oak/pull/1545#discussion_r1687920075 ## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureStorageCredentialManager.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

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

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

2024-07-23 Thread via GitHub
nfsantos commented on code in PR #1596: URL: https://github.com/apache/jackrabbit-oak/pull/1596#discussion_r1687600834 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -367,11 +367,13 @@ public static boolean isAncestor(String ancestor,

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

2024-07-23 Thread via GitHub
reschke commented on code in PR #1596: URL: https://github.com/apache/jackrabbit-oak/pull/1596#discussion_r1687596073 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -367,11 +367,13 @@ public static boolean isAncestor(String ancestor, String

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

2024-07-23 Thread via GitHub
reschke commented on code in PR #1596: URL: https://github.com/apache/jackrabbit-oak/pull/1596#discussion_r1687593103 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -367,11 +367,13 @@ public static boolean isAncestor(String ancestor, String

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

2024-07-23 Thread via GitHub
nfsantos commented on code in PR #1596: URL: https://github.com/apache/jackrabbit-oak/pull/1596#discussion_r1687563668 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -367,11 +367,13 @@ public static boolean isAncestor(String ancestor,

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

2024-07-23 Thread via GitHub
nfsantos commented on code in PR #1596: URL: https://github.com/apache/jackrabbit-oak/pull/1596#discussion_r1687560739 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -367,11 +367,13 @@ public static boolean isAncestor(String ancestor,

Re: [PR] OAK-10966 - Avoid object creation in PathUtils.isAncestor [jackrabbit-oak]

2024-07-23 Thread via GitHub
reschke commented on code in PR #1596: URL: https://github.com/apache/jackrabbit-oak/pull/1596#discussion_r1687554457 ## oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/PathUtils.java: ## @@ -367,11 +367,13 @@ public static boolean isAncestor(String ancestor, String

Re: [PR] OAK-10951 - Make cache size in PersistedLinkedList class configurable [jackrabbit-oak]

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

Re: [PR] OAK-10904: Close token refresh executor service after access token is no longer needed [jackrabbit-oak]

2024-07-23 Thread via GitHub
nfsantos commented on code in PR #1545: URL: https://github.com/apache/jackrabbit-oak/pull/1545#discussion_r1687488286 ## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureStorageCredentialManager.java: ## @@ -0,0 +1,146 @@ +/* + * Licensed to the

[PR] OAK-10966 - Indexing job: create optimized version of PersistedLinkedList [jackrabbit-oak]

2024-07-22 Thread via GitHub
nfsantos opened a new pull request, #1595: URL: https://github.com/apache/jackrabbit-oak/pull/1595 (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

Re: [PR] OAK-6773: Convert oak-store-composite to OSGi R7 annotations [jackrabbit-oak]

2024-07-22 Thread via GitHub
mbaedke merged PR #1489: URL: https://github.com/apache/jackrabbit-oak/pull/1489 -- 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:

Re: [PR] OAK-6773: Convert oak-store-composite to OSGi R7 annotations [jackrabbit-oak]

2024-07-22 Thread via GitHub
jsedding commented on code in PR #1489: URL: https://github.com/apache/jackrabbit-oak/pull/1489#discussion_r1686493310 ## oak-store-composite/src/main/java/org/apache/jackrabbit/oak/composite/CrossMountReferenceValidatorProvider.java: ## @@ -80,4 +82,18 @@

Re: [PR] OAK-6762: Convert oak-blob to OSGi R7 annotations [jackrabbit-oak]

2024-07-22 Thread via GitHub
mbaedke merged PR #1413: URL: https://github.com/apache/jackrabbit-oak/pull/1413 -- 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:

Re: [PR] OAK-10965 - Make ConsoleIndexingReporter thread safe. [jackrabbit-oak]

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

[PR] OAK-10951 - [jackrabbit-oak]

2024-07-22 Thread via GitHub
nfsantos opened a new pull request, #1594: URL: https://github.com/apache/jackrabbit-oak/pull/1594 Add a new configuration property - `oak.indexer.persistedLinkedList.cacheSize` - sets the cache size of the PersistedLinkedList used to traverse the FFS. This controls the number FFS

[PR] OAK-10965 - Make ConsoleIndexingReporter thread safe. [jackrabbit-oak]

2024-07-22 Thread via GitHub
nfsantos opened a new pull request, #1592: URL: https://github.com/apache/jackrabbit-oak/pull/1592 (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

Re: [PR] JCRVLT-761 add method to generate qualified name from SPI name object [jackrabbit-filevault]

2024-07-21 Thread via GitHub
kwin merged PR #339: URL: https://github.com/apache/jackrabbit-filevault/pull/339 -- 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:

Re: [PR] Bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 in /oak-solr-osgi [jackrabbit-oak]

2024-07-21 Thread via GitHub
dependabot[bot] commented on PR #1583: URL: https://github.com/apache/jackrabbit-oak/pull/1583#issuecomment-2241521301 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 in /oak-solr-osgi [jackrabbit-oak]

2024-07-21 Thread via GitHub
reschke closed pull request #1583: Bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 in /oak-solr-osgi URL: https://github.com/apache/jackrabbit-oak/pull/1583 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] OAK-10962: oak-solr-osgi: update zookeeper dependency to 3.9.2 [jackrabbit-oak]

2024-07-20 Thread via GitHub
reschke merged PR #1591: URL: https://github.com/apache/jackrabbit-oak/pull/1591 -- 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:

[PR] OAK-10962: oak-solr-osgi: update zookeeper dependency to 3.9.2 [jackrabbit-oak]

2024-07-20 Thread via GitHub
reschke opened a new pull request, #1591: URL: https://github.com/apache/jackrabbit-oak/pull/1591 (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

Re: [PR] OAK-10945: Remove usage of Guava Function interface [jackrabbit-oak]

2024-07-19 Thread via GitHub
reschke merged PR #1578: URL: https://github.com/apache/jackrabbit-oak/pull/1578 -- 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:

Re: [PR] Bump io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final in /oak-blob-cloud [jackrabbit-oak]

2024-07-19 Thread via GitHub
dependabot[bot] commented on PR #1585: URL: https://github.com/apache/jackrabbit-oak/pull/1585#issuecomment-2238975681 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final in /oak-blob-cloud [jackrabbit-oak]

2024-07-19 Thread via GitHub
reschke closed pull request #1585: Bump io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final in /oak-blob-cloud URL: https://github.com/apache/jackrabbit-oak/pull/1585 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] OAK-10960: blob-cloud, segment: update netty version to 4.1.111 [jackrabbit-oak]

2024-07-19 Thread via GitHub
reschke merged PR #1590: URL: https://github.com/apache/jackrabbit-oak/pull/1590 -- 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:

[PR] OAK-10960: blob-cloud, segment: update netty version to 4.1.111 [jackrabbit-oak]

2024-07-19 Thread via GitHub
reschke opened a new pull request, #1590: URL: https://github.com/apache/jackrabbit-oak/pull/1590 (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

Re: [PR] OAK-9310 Filter restriction only performs for the same selector. [jackrabbit-oak]

2024-07-18 Thread via GitHub
github-actions[bot] commented on PR #342: URL: https://github.com/apache/jackrabbit-oak/pull/342#issuecomment-2237869606 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

Re: [PR] Bump org.apache.tomcat:tomcat-coyote from 9.0.89 to 9.0.90 in /oak-examples/webapp [jackrabbit-oak]

2024-07-18 Thread via GitHub
dependabot[bot] commented on PR #1584: URL: https://github.com/apache/jackrabbit-oak/pull/1584#issuecomment-2237168022 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

Re: [PR] Bump org.apache.tomcat:tomcat-coyote from 9.0.89 to 9.0.90 in /oak-examples/webapp [jackrabbit-oak]

2024-07-18 Thread via GitHub
reschke closed pull request #1584: Bump org.apache.tomcat:tomcat-coyote from 9.0.89 to 9.0.90 in /oak-examples/webapp URL: https://github.com/apache/jackrabbit-oak/pull/1584 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] OAK-10959: webapp: update Tomcat dependency to 9.0.90 [jackrabbit-oak]

2024-07-18 Thread via GitHub
reschke merged PR #1589: URL: https://github.com/apache/jackrabbit-oak/pull/1589 -- 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:

[PR] OAK-10959: webapp: update Tomcat dependency to 9.0.90 [jackrabbit-oak]

2024-07-18 Thread via GitHub
reschke opened a new pull request, #1589: URL: https://github.com/apache/jackrabbit-oak/pull/1589 (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

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-18 Thread via GitHub
stefan-egli commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1683026945 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -297,13 +297,11 @@ private void

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-18 Thread via GitHub
ionutzpi commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-2236745018 After @stefan-egli insights and looking on performance implication for whole properties compression/decompression process, my opinion is that it doesn't brink to much value to

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-18 Thread via GitHub
stefan-egli commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-2236322219 Turns out that it might look slightly different altogether: In the latest test from @ionutzpi where it passes a broken surrogate through NodeBuilder (except it shouldn't

Re: [PR] OAK-10954: Update spotbugs plugin to 4.8.6.2 [jackrabbit-oak]

2024-07-17 Thread via GitHub
reschke merged PR #1588: URL: https://github.com/apache/jackrabbit-oak/pull/1588 -- 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:

[PR] OAK-10954: Update spotbugs plugin to 4.8.6.2 [jackrabbit-oak]

2024-07-17 Thread via GitHub
reschke opened a new pull request, #1588: URL: https://github.com/apache/jackrabbit-oak/pull/1588 (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

[PR] Bump com.nimbusds:nimbus-jose-jwt from 9.30.2 to 9.37.2 in /oak-parent [jackrabbit-oak]

2024-07-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1587: URL: https://github.com/apache/jackrabbit-oak/pull/1587 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.30.2 to 9.37.2. Changelog Sourced from

[PR] Bump org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2 in /oak-solr-osgi [jackrabbit-oak]

2024-07-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1583: URL: https://github.com/apache/jackrabbit-oak/pull/1583 Bumps org.apache.zookeeper:zookeeper from 3.9.1 to 3.9.2. [![Dependabot compatibility

[PR] Bump com.azure:azure-identity from 1.11.3 to 1.12.2 in /oak-parent [jackrabbit-oak]

2024-07-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1586: URL: https://github.com/apache/jackrabbit-oak/pull/1586 Bumps [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) from 1.11.3 to 1.12.2. Release notes Sourced from

[PR] Bump io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final in /oak-blob-cloud [jackrabbit-oak]

2024-07-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1585: URL: https://github.com/apache/jackrabbit-oak/pull/1585 Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.107.Final to 4.1.108.Final. Commits

[PR] Bump org.apache.tomcat:tomcat-coyote from 9.0.89 to 9.0.90 in /oak-examples/webapp [jackrabbit-oak]

2024-07-17 Thread via GitHub
dependabot[bot] opened a new pull request, #1584: URL: https://github.com/apache/jackrabbit-oak/pull/1584 Bumps org.apache.tomcat:tomcat-coyote from 9.0.89 to 9.0.90. [![Dependabot compatibility

Re: [PR] OAK-10949: blob-cloud, segment-aws: update aws SDK to 1.12.761 (dependencies reference vulnerable amazon ion-java version) [jackrabbit-oak]

2024-07-17 Thread via GitHub
reschke merged PR #1581: URL: https://github.com/apache/jackrabbit-oak/pull/1581 -- 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:

Re: [PR] OAK-10849: query-spi: remove deprecated slf4j.event.Level based method [jackrabbit-oak]

2024-07-17 Thread via GitHub
reschke commented on PR #1582: URL: https://github.com/apache/jackrabbit-oak/pull/1582#issuecomment-2232685903 ok, maybe schedule for 1.70.0 then... -- 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

Re: [PR] OAK-9806 - optimised use of the Elastic index [jackrabbit-oak]

2024-07-16 Thread via GitHub
github-actions[bot] closed pull request #597: OAK-9806 - optimised use of the Elastic index URL: https://github.com/apache/jackrabbit-oak/pull/597 -- 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

Re: [PR] OAK-10849: query-spi: remove deprecated slf4j.event.Level based method [jackrabbit-oak]

2024-07-16 Thread via GitHub
stefan-egli commented on PR #1582: URL: https://github.com/apache/jackrabbit-oak/pull/1582#issuecomment-2231345883 I'm not overly familiar with this bundle, so would like others to comment as well. What I was wondering however, it seems like a somewhat short time between increasing

[PR] OAK-10849: query-spi: remove deprecated slf4j.event.Level based method [jackrabbit-oak]

2024-07-16 Thread via GitHub
reschke opened a new pull request, #1582: URL: https://github.com/apache/jackrabbit-oak/pull/1582 (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

[PR] OAK-10949: blob-cloud, segment-aws: update aws SDK to 1.12.761 (dependencies reference vulnerable amazon ion-java version) [jackrabbit-oak]

2024-07-16 Thread via GitHub
reschke opened a new pull request, #1581: URL: https://github.com/apache/jackrabbit-oak/pull/1581 … -- 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:

Re: [PR] OAK-10803: use SystemPropertySupplier and make property name more specific [jackrabbit-oak]

2024-07-15 Thread via GitHub
reschke closed pull request #1521: OAK-10803: use SystemPropertySupplier and make property name more specific URL: https://github.com/apache/jackrabbit-oak/pull/1521 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] OAK-10848: commons: remove use of slf4j.event.Level in SystemPropertySupplier implementation [jackrabbit-oak]

2024-07-15 Thread via GitHub
reschke merged PR #1580: URL: https://github.com/apache/jackrabbit-oak/pull/1580 -- 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:

[PR] OAK-10848: commons: remove use of slf4j.event.Level in SystemPropertySupplier implementation [jackrabbit-oak]

2024-07-15 Thread via GitHub
reschke opened a new pull request, #1580: URL: https://github.com/apache/jackrabbit-oak/pull/1580 (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

Re: [PR] OAK-9713 sas uri support in oak-upgrade [jackrabbit-oak]

2024-07-14 Thread via GitHub
github-actions[bot] commented on PR #510: URL: https://github.com/apache/jackrabbit-oak/pull/510#issuecomment-2227585368 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

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

2024-07-13 Thread via GitHub
github-actions[bot] closed pull request #581: Working on Elastic index excerpt support, commits not ready to be considered to merge URL: https://github.com/apache/jackrabbit-oak/pull/581 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] JCRVLT-759 Update to ASF Parent 33 [jackrabbit-filevault]

2024-07-13 Thread via GitHub
kwin merged PR #340: URL: https://github.com/apache/jackrabbit-filevault/pull/340 -- 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:

[PR] JCRVLT-759 Update to ASF Parent 33 [jackrabbit-filevault]

2024-07-12 Thread via GitHub
kwin opened a new pull request, #340: URL: https://github.com/apache/jackrabbit-filevault/pull/340 (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

[PR] JCRVLT-761 add method to generate qualified name from SPI name object [jackrabbit-filevault]

2024-07-12 Thread via GitHub
kwin opened a new pull request, #339: URL: https://github.com/apache/jackrabbit-filevault/pull/339 This allows validator implementations to emit more user-friendly node/property names (leveraging qualified instead of expanded name). -- This is an automated message from the Apache Git

Re: [PR] OAK-10341 Tree store [jackrabbit-oak]

2024-07-12 Thread via GitHub
thomasmueller commented on code in PR #1577: URL: https://github.com/apache/jackrabbit-oak/pull/1577#discussion_r1675841951 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/tree/TreeStore.java: ## @@ -166,4 +171,28 @@ public Store getStore() {

Re: [PR] OAK-10341 Tree store [jackrabbit-oak]

2024-07-12 Thread via GitHub
thomasmueller commented on code in PR #1577: URL: https://github.com/apache/jackrabbit-oak/pull/1577#discussion_r1675841951 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/tree/TreeStore.java: ## @@ -166,4 +171,28 @@ public Store getStore() {

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-12 Thread via GitHub
ionutzpi commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-2225449508 @reschke I vote for your proposal(fixing segment store) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-12 Thread via GitHub
reschke commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-2225379200 bq. For RDB it could be different: it could mean that if you want to use compression for RDB you'd have to accept that broken surrogates are not supported (unless we find a fast

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-12 Thread via GitHub
ionutzpi commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-2225354781 @reschke @reschke I created methods to check the behavior with broken surrogate before and after introducing compression. After compression the test failed. -- This is an

Re: [PR] OAK-10905 | Add license header to AsyncCheckpointService [jackrabbit-oak]

2024-07-12 Thread via GitHub
nit0906 merged PR #1579: URL: https://github.com/apache/jackrabbit-oak/pull/1579 -- 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:

[PR] OAK-10905 | Add license header to AsyncCheckpointService [jackrabbit-oak]

2024-07-12 Thread via GitHub
nit0906 opened a new pull request, #1579: URL: https://github.com/apache/jackrabbit-oak/pull/1579 (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

Re: [PR] OAK-10341 Tree store [jackrabbit-oak]

2024-07-11 Thread via GitHub
nit0906 commented on code in PR #1577: URL: https://github.com/apache/jackrabbit-oak/pull/1577#discussion_r1675055875 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/tree/TreeStore.java: ## @@ -166,4 +171,28 @@ public Store getStore() {

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-11 Thread via GitHub
nit0906 merged PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560 -- 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:

[PR] OAK-10945: Remove usage of Guava Function interface [jackrabbit-oak]

2024-07-11 Thread via GitHub
reschke opened a new pull request, #1578: URL: https://github.com/apache/jackrabbit-oak/pull/1578 (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

Re: [PR] OAK-10341 Tree store [jackrabbit-oak]

2024-07-11 Thread via GitHub
nit0906 commented on code in PR #1577: URL: https://github.com/apache/jackrabbit-oak/pull/1577#discussion_r1674170093 ## oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/tree/TreeStore.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache

[PR] OAK-10341 Tree store [jackrabbit-oak]

2024-07-11 Thread via GitHub
thomasmueller opened a new pull request, #1577: URL: https://github.com/apache/jackrabbit-oak/pull/1577 Work in progress -- 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

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-11 Thread via GitHub
stefan-egli commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-991078 With the default set to disable compression, in theory this PR shouldn't do no harm and could be merged, as changing the default is a conscious decision that could be done

Re: [PR] OAK-10705: oak-standalone: update dependencies [jackrabbit-oak]

2024-07-11 Thread via GitHub
mbaedke merged PR #1411: URL: https://github.com/apache/jackrabbit-oak/pull/1411 -- 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:

Re: [PR] OAK-10944: oak-auth-ldap: update commons-pool2 dependency to 2.12.0 [jackrabbit-oak]

2024-07-11 Thread via GitHub
reschke merged PR #1576: URL: https://github.com/apache/jackrabbit-oak/pull/1576 -- 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:

[PR] OAK-10944: oak-auth-ldap: update commons-pool2 dependency to 2.12.0 [jackrabbit-oak]

2024-07-11 Thread via GitHub
reschke opened a new pull request, #1576: URL: https://github.com/apache/jackrabbit-oak/pull/1576 (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

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-11 Thread via GitHub
nfsantos commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673766546 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,143 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-11 Thread via GitHub
fabriziofortino commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673750045 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,143 @@ +/* + * Licensed to the Apache

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-11 Thread via GitHub
nit0906 commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673733028 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-11 Thread via GitHub
nfsantos commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673694331 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-07-11 Thread via GitHub
reschke commented on PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#issuecomment-299402 > Why is this a MongoDB specific aspect? For MongoDB we know it is not supported (see [this skip

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-11 Thread via GitHub
fabriziofortino commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673581897 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache

Re: [PR] OAK-10913 SQL-2 grammar: remove documentation for distinct [jackrabbit-oak]

2024-07-11 Thread via GitHub
thomasmueller merged PR #1552: URL: https://github.com/apache/jackrabbit-oak/pull/1552 -- 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:

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-10 Thread via GitHub
nit0906 commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673391713 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-10 Thread via GitHub
nit0906 commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673391713 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-10 Thread via GitHub
nit0906 commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1673391192 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointCreator.java: ## @@ -0,0 +1,121 @@ +/* + * Licensed to the Apache Software

Re: [PR] OAK-10905 | Add a configurable async checkpoint creator service [jackrabbit-oak]

2024-07-10 Thread via GitHub
fabriziofortino commented on code in PR #1560: URL: https://github.com/apache/jackrabbit-oak/pull/1560#discussion_r1672128721 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncCheckpointService.java: ## @@ -0,0 +1,95 @@ +package

Re: [PR] OAK-10941: oak-run: avoid use of Guava's ClassToInstanceMap [jackrabbit-oak]

2024-07-09 Thread via GitHub
reschke merged PR #1575: URL: https://github.com/apache/jackrabbit-oak/pull/1575 -- 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:

[PR] OAK-10941: oak-run: avoid use of Guava's ClassToInstanceMap [jackrabbit-oak]

2024-07-09 Thread via GitHub
reschke opened a new pull request, #1575: URL: https://github.com/apache/jackrabbit-oak/pull/1575 (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

Re: [PR] OAK-10940: oak-jcr: improve error message when mongo test fixture fails [jackrabbit-oak]

2024-07-09 Thread via GitHub
reschke merged PR #1574: URL: https://github.com/apache/jackrabbit-oak/pull/1574 -- 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:

[PR] OAK-10940: oak-jcr: improve error message when mongo test fixture fails [jackrabbit-oak]

2024-07-09 Thread via GitHub
reschke opened a new pull request, #1574: URL: https://github.com/apache/jackrabbit-oak/pull/1574 (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

Re: [PR] OAK-10848: commons: remove use of slf4j.event.Level in SystemPropertySupplier API [jackrabbit-oak]

2024-07-09 Thread via GitHub
reschke merged PR #1573: URL: https://github.com/apache/jackrabbit-oak/pull/1573 -- 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:

<    1   2   3   4   5   6   7   8   9   10   >