Re: [VOTE] Release Apache Jackrabbit 2.16.10

2022-09-06 Thread Julian Reschke
Am 07.09.2022 um 07:38 schrieb Julian Reschke: ... [X] +1 Release this package as Apache Jackrabbit 2.16.10 ...where... [INFO] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [INFO] OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" [INFO] Java version: 11

[VOTE] Release Apache Jackrabbit 2.16.10

2022-09-06 Thread Julian Reschke
A candidate for the Jackrabbit 2.16.10 release is available at: https://dist.apache.org/repos/dist/dev/jackrabbit/2.16.10/ The release candidate is a zip archive of the sources in: https://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-2.16.10/ The SHA1 checksum of the archive is

[GitHub] [jackrabbit-oak] gnaresh19 commented on a diff in pull request #684: [Oak 9919] Add support for zstd, zlib to document store with mongodb

2022-09-06 Thread GitBox
gnaresh19 commented on code in PR #684: URL: https://github.com/apache/jackrabbit-oak/pull/684#discussion_r963877911 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java: ## @@ -242,7 +244,7 @@ enum DocumentReadPreference {

[GitHub] [jackrabbit-oak] gnaresh19 commented on a diff in pull request #684: [Oak 9919] Add support for zstd, zlib to document store with mongodb

2022-09-06 Thread GitBox
gnaresh19 commented on code in PR #684: URL: https://github.com/apache/jackrabbit-oak/pull/684#discussion_r963796623 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java: ## @@ -383,16 +393,17 @@ private MongoDBConnection

[GitHub] [jackrabbit-oak] gnaresh19 commented on a diff in pull request #684: [Oak 9919] Add support for zstd, zlib to document store with mongodb

2022-09-06 Thread GitBox
gnaresh19 commented on code in PR #684: URL: https://github.com/apache/jackrabbit-oak/pull/684#discussion_r963796623 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java: ## @@ -383,16 +393,17 @@ private MongoDBConnection

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #684: [Oak 9919] Add support for zstd, zlib to document store with mongodb

2022-09-06 Thread GitBox
mreutegg commented on code in PR #684: URL: https://github.com/apache/jackrabbit-oak/pull/684#discussion_r963768603 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDocumentStore.java: ## @@ -383,16 +393,17 @@ private MongoDBConnection g

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #684: [Oak 9919] Add support for zstd, zlib to document store with mongodb

2022-09-06 Thread GitBox
mreutegg commented on PR #684: URL: https://github.com/apache/jackrabbit-oak/pull/684#issuecomment-1238206000 @stefan-egli and @Joscorbe, could you have a look at this PR when you have some time? -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963576536 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/DataStoreCheckCommand.java: ## @@ -188,9 +188,9 @@ static int checkDataStore(String... args) {

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963576536 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/DataStoreCheckCommand.java: ## @@ -188,9 +188,9 @@ static int checkDataStore(String... args) {

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963576536 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/DataStoreCheckCommand.java: ## @@ -188,9 +188,9 @@ static int checkDataStore(String... args) {

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963570734 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/MongoConnection.java: ## @@ -300,4 +324,61 @@ public static ReadConcernLevel

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963569683 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apac

[GitHub] [jackrabbit-oak] joerghoh opened a new pull request, #691: OAK-9898 expire PRs older than 2 years

2022-09-06 Thread GitBox
joerghoh opened a new pull request, #691: URL: https://github.com/apache/jackrabbit-oak/pull/691 Let's start with all PRs older than 2 years; when we dealt with them (the list is long!) we can reduce it in a second step to all PRs older than 1 year. -- This is an automated message from th

[GitHub] [jackrabbit-oak] Joscorbe commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
Joscorbe commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963540970 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache

[GitHub] [jackrabbit-oak] Joscorbe commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
Joscorbe commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963535775 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache

[GitHub] [jackrabbit-oak] Joscorbe commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
Joscorbe commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963535775 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apache

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963480586 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/MongoConnection.java: ## @@ -300,4 +324,61 @@ public static ReadConcernLevel

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963479806 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/MongoConnection.java: ## @@ -300,4 +324,61 @@ public static ReadConcernLevel

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963475398 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/MongoConnection.java: ## @@ -300,4 +324,61 @@ public static ReadConcernLevel

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963474776 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/MongoConnection.java: ## @@ -300,4 +324,61 @@ public static ReadConcernLevel

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963467327 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/util/MongoConnection.java: ## @@ -142,41 +153,53 @@ public void close() { *

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963460555 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDBConnection.java: ## @@ -61,16 +64,19 @@ final class MongoDBConnectio

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963460227 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoDBConnection.java: ## @@ -61,16 +64,19 @@ final class MongoDBConnectio

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963456667 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apac

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963453227 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apac

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963451308 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apac

[jira] [Commented] (JCR-4837) add test for 'Removal of version of a node should remove associated labels'

2022-09-06 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600672#comment-17600672 ] Julian Reschke commented on JCR-4837: - trunk: [r1903895|http://svn.apache.org/r1903895]

[GitHub] [jackrabbit] reschke closed pull request #127: JCR-4837:Removal of version of a node should remove associated labels

2022-09-06 Thread GitBox
reschke closed pull request #127: JCR-4837:Removal of version of a node should remove associated labels URL: https://github.com/apache/jackrabbit/pull/127 -- 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 g

[GitHub] [jackrabbit] reschke commented on pull request #127: JCR-4837:Removal of version of a node should remove associated labels

2022-09-06 Thread GitBox
reschke commented on PR #127: URL: https://github.com/apache/jackrabbit/pull/127#issuecomment-1237840732 -> https://svn.apache.org/viewvc?view=revision&revision=1903895 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[jira] [Updated] (JCR-4837) add test for 'Removal of version of a node should remove associated labels'

2022-09-06 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-4837: Labels: candidate_jcr_2_20 (was: ) > add test for 'Removal of version of a node should remove assoc

[jira] [Resolved] (JCR-4837) add test for 'Removal of version of a node should remove associated labels'

2022-09-06 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-4837. - Fix Version/s: 2.21.13 Resolution: Fixed > add test for 'Removal of version of a node shoul

[jira] [Commented] (JCR-4837) add test for 'Removal of version of a node should remove associated labels'

2022-09-06 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600671#comment-17600671 ] Julian Reschke commented on JCR-4837: - Thanks, [~arun92ram] - patch applied with minima

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963424151 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apac

[GitHub] [jackrabbit-oak] rishabhdaim commented on a diff in pull request #295: Support for Mongo Java Driver 4.7

2022-09-06 Thread GitBox
rishabhdaim commented on code in PR #295: URL: https://github.com/apache/jackrabbit-oak/pull/295#discussion_r963424535 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoClusterListener.java: ## @@ -0,0 +1,82 @@ +/* + * Licensed to the Apac

[jira] [Updated] (JCR-4837) add test for 'Removal of version of a node should remove associated labels'

2022-09-06 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-4837: Description: Add test for removal  of version of a node which should remove associated labels. (was:

[jira] [Updated] (JCR-4837) add test for 'Removal of version of a node should remove associated labels'

2022-09-06 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-4837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-4837: Component/s: test > add test for 'Removal of version of a node should remove associated labels' > --

[GitHub] [jackrabbit] reschke commented on pull request #127: JCR-4837:Removal of version of a node should remove associated labels

2022-09-06 Thread GitBox
reschke commented on PR #127: URL: https://github.com/apache/jackrabbit/pull/127#issuecomment-1237788918 Note that Jackrabbit classic is still on SVN; will take it from here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and