[GitHub] [jackrabbit-filevault] mreutegg commented on a diff in pull request #250: JCRVLT-662: JcrPackageRegistry.remove() leaks temp file

2022-10-10 Thread GitBox
mreutegg commented on code in PR #250: URL: https://github.com/apache/jackrabbit-filevault/pull/250#discussion_r991872542 ## vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/impl/JcrPackageRegistry.java: ## @@ -655,8 +655,8 @@ public void remove(@NotNull

[GitHub] [jackrabbit-filevault] mreutegg commented on a diff in pull request #250: JCRVLT-662: JcrPackageRegistry.remove() leaks temp file

2022-10-10 Thread GitBox
mreutegg commented on code in PR #250: URL: https://github.com/apache/jackrabbit-filevault/pull/250#discussion_r991868319 ## vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/impl/JcrPackageRegistry.java: ## @@ -655,8 +655,8 @@ public void remove(@NotNull

[GitHub] [jackrabbit-oak] kwin merged pull request #724: OAK-9959 allow to disable registering MBeans for every Session

2022-10-10 Thread GitBox
kwin merged PR #724: URL: https://github.com/apache/jackrabbit-oak/pull/724 -- 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...@jackrabbit.a

Jackrabbit 2.21.13 Release Plan

2022-10-10 Thread Julian Reschke
Hi, I'm planning to cut Jackrabbit 2.21.13 on Wednesday. The list of open issues scheduled for 2.21.13 is empty: https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%202.21.13%20AND%20project%20%3D%20JCR%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC The candidate

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #199: OAK-8951: Improve performance of RepositoryStatistics$Type.getType

2022-10-10 Thread GitBox
github-actions[bot] commented on PR #199: URL: https://github.com/apache/jackrabbit-oak/pull/199#issuecomment-1273995931 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 f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #200: OAK-8898 On querying, IndexReader failed with AlreadyClosedException

2022-10-10 Thread GitBox
github-actions[bot] commented on PR #200: URL: https://github.com/apache/jackrabbit-oak/pull/200#issuecomment-1273995910 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 f

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #206: OAK-9049 Improve comparison of primitive numbers

2022-10-10 Thread GitBox
github-actions[bot] commented on PR #206: URL: https://github.com/apache/jackrabbit-oak/pull/206#issuecomment-1273995884 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 f

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #218: OAK-9074 Remove unnecessary (un)boxing in oak-core

2022-10-10 Thread GitBox
github-actions[bot] closed pull request #218: OAK-9074 Remove unnecessary (un)boxing in oak-core URL: https://github.com/apache/jackrabbit-oak/pull/218 -- 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 t

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #219: OAK-9075 Remove unnecessary (un)boxing in oak-exercise

2022-10-10 Thread GitBox
github-actions[bot] closed pull request #219: OAK-9075 Remove unnecessary (un)boxing in oak-exercise URL: https://github.com/apache/jackrabbit-oak/pull/219 -- 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

[GitHub] [jackrabbit-oak] kwin commented on a diff in pull request #724: OAK-9959 allow to disable registering MBeans for every Session

2022-10-10 Thread GitBox
kwin commented on code in PR #724: URL: https://github.com/apache/jackrabbit-oak/pull/724#discussion_r991445970 ## oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/Jcr.java: ## @@ -96,7 +98,7 @@ public class Jcr { public Jcr(Oak oak, boolean initialize) { this

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #724: OAK-9959 allow to disable registering MBeans for every Session

2022-10-10 Thread GitBox
mreutegg commented on code in PR #724: URL: https://github.com/apache/jackrabbit-oak/pull/724#discussion_r991434254 ## oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/Jcr.java: ## @@ -96,7 +98,7 @@ public class Jcr { public Jcr(Oak oak, boolean initialize) {

[GitHub] [jackrabbit-oak] mreutegg opened a new pull request, #730: OAK-9925: update MongoDB Java Driver dependency to 3.12.11

2022-10-10 Thread GitBox
mreutegg opened a new pull request, #730: URL: https://github.com/apache/jackrabbit-oak/pull/730 Backport to 1.22 branch -- 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

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #250: JCRVLT-662: JcrPackageRegistry.remove() leaks temp file

2022-10-10 Thread GitBox
kwin commented on code in PR #250: URL: https://github.com/apache/jackrabbit-filevault/pull/250#discussion_r991396399 ## vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/registry/impl/JcrPackageRegistry.java: ## @@ -655,8 +655,8 @@ public void remove(@NotNull Pack

[jira] [Updated] (JCRVLT-662) JcrPackageRegistry.remove() leaks temp file

2022-10-10 Thread Marcel Reutegger (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated JCRVLT-662: Status: Patch Available (was: Open) Proposed changes in https://github.com/apache/jackrabb

[GitHub] [jackrabbit-filevault] mreutegg opened a new pull request, #250: JCRVLT-662: JcrPackageRegistry.remove() leaks temp file

2022-10-10 Thread GitBox
mreutegg opened a new pull request, #250: URL: https://github.com/apache/jackrabbit-filevault/pull/250 Fix and test to validate -- 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 commen

[jira] [Created] (JCRVLT-662) JcrPackageRegistry.remove() leaks temp file

2022-10-10 Thread Marcel Reutegger (Jira)
Marcel Reutegger created JCRVLT-662: --- Summary: JcrPackageRegistry.remove() leaks temp file Key: JCRVLT-662 URL: https://issues.apache.org/jira/browse/JCRVLT-662 Project: Jackrabbit FileVault

[GitHub] [jackrabbit-oak] nfsantos commented on a diff in pull request #728: OAK-9960: (oak-run) introduced datastore-copy command

2022-10-10 Thread GitBox
nfsantos commented on code in PR #728: URL: https://github.com/apache/jackrabbit-oak/pull/728#discussion_r990976753 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/Downloader.java: ## @@ -0,0 +1,263 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [jackrabbit-oak] nfsantos commented on a diff in pull request #728: OAK-9960: (oak-run) introduced datastore-copy command

2022-10-10 Thread GitBox
nfsantos commented on code in PR #728: URL: https://github.com/apache/jackrabbit-oak/pull/728#discussion_r990976753 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/Downloader.java: ## @@ -0,0 +1,263 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [jackrabbit-oak] nfsantos commented on a diff in pull request #728: OAK-9960: (oak-run) introduced datastore-copy command

2022-10-10 Thread GitBox
nfsantos commented on code in PR #728: URL: https://github.com/apache/jackrabbit-oak/pull/728#discussion_r990973268 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/Downloader.java: ## @@ -0,0 +1,263 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [jackrabbit-oak] nfsantos commented on a diff in pull request #728: OAK-9960: (oak-run) introduced datastore-copy command

2022-10-10 Thread GitBox
nfsantos commented on code in PR #728: URL: https://github.com/apache/jackrabbit-oak/pull/728#discussion_r990983800 ## oak-run/src/main/java/org/apache/jackrabbit/oak/run/Downloader.java: ## @@ -0,0 +1,263 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *