Re: [VOTE] Release Apache Jackrabbit Oak 1.62.0

2024-04-04 Thread Woonsan Ko
The build is failing on my machine due to a unit test failure: --- Test set: org.apache.jackrabbit.oak.segment.ReadOnlyStoreBlobReferencesTest

[jira] [Comment Edited] (JCRVLT-749) IAE in generate-metadata during incremental builds

2024-04-04 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834037#comment-17834037 ] Konrad Windszus edited comment on JCRVLT-749 at 4/4/24 9:06 PM: This is

Re: [PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli commented on PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#issuecomment-2037865358 (Sorry about the conflict I caused with OAK-10743!) I think we should revisit what we want in the audit log and what in the normal log. Initially thought the audit log

Re: [PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli commented on code in PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#discussion_r1552193622 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1664,21 +1687,22 @@ public void close()

Re: [PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli commented on code in PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#discussion_r1552193207 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1613,8 +1636,8 @@ private int

Re: [PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli commented on code in PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#discussion_r1552190663 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1637,8 +1660,8 @@ private int

Re: [PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli commented on code in PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#discussion_r1552185203 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java: ## @@ -1048,8 +1061,9 @@ public void

Re: [PR] OAK-10743 : gap orphan mode introduced - gc modes added, refined and … [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli merged PR #1404: URL: https://github.com/apache/jackrabbit-oak/pull/1404 -- 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:

[jira] [Commented] (JCRVLT-749) IAE in generate-metadata during incremental builds

2024-04-04 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834037#comment-17834037 ] Konrad Windszus commented on JCRVLT-749: This is an issue with m2e which returns sometimes * The

[jira] [Updated] (JCRVLT-749) IAE in generate-metadata during incremental builds

2024-04-04 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/JCRVLT-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated JCRVLT-749: --- Description: The following error can be seen with goal {{generate-metadata}} when being

Re: [PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
rishabhdaim commented on PR #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402#issuecomment-2037793527 Logging into 2 separate log files would be an overkill. We should keep the `error` log in the normal logger. -- This is an automated message from the Apache Git Service. To

[jira] [Created] (JCRVLT-749) IAE in generate-metadata during incremental builds

2024-04-04 Thread Konrad Windszus (Jira)
Konrad Windszus created JCRVLT-749: -- Summary: IAE in generate-metadata during incremental builds Key: JCRVLT-749 URL: https://issues.apache.org/jira/browse/JCRVLT-749 Project: Jackrabbit FileVault

[jira] [Commented] (JCR-5045) Update commons-io dependency to 2.16.0

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17834023#comment-17834023 ] Julian Reschke commented on JCR-5045: - trunk:

[jira] [Resolved] (JCR-5045) Update commons-io dependency to 2.16.0

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-5045. - Fix Version/s: 2.21.27 Resolution: Fixed > Update commons-io dependency to 2.16.0 >

[jira] [Updated] (JCR-5045) Update commons-io dependency to 2.16.0

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5045: Labels: candidate_jackrabbit_2.20 (was: ) > Update commons-io dependency to 2.16.0 >

[PR] OAK-10743 : gap orphan mode introduced - gc modes added, refined and … [jackrabbit-oak]

2024-04-04 Thread via GitHub
stefan-egli opened a new pull request, #1404: URL: https://github.com/apache/jackrabbit-oak/pull/1404 …renamed -- 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

[jira] [Updated] (JCR-5045) Update commons-io dependency to 2.16.0

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5045: Fix Version/s: (was: 2.21.23) (was: 2.20.15) > Update commons-io

[jira] [Created] (JCR-5045) Update commons-io dependency to 2.16.0

2024-04-04 Thread Julian Reschke (Jira)
Julian Reschke created JCR-5045: --- Summary: Update commons-io dependency to 2.16.0 Key: JCR-5045 URL: https://issues.apache.org/jira/browse/JCR-5045 Project: Jackrabbit Content Repository Issue

Re: [VOTE] Release Apache Jackrabbit Oak 1.62.0

2024-04-04 Thread Angela Schreiber
[x] +1 Release this package as Apache Jackrabbit Oak 1.62.0 kind regards angela From: Julian Reschke Sent: Wednesday, April 3, 2024 22:57 To: oak-dev@jackrabbit.apache.org Subject: [VOTE] Release Apache Jackrabbit Oak 1.62.0 Please vote on releasing this

[PR] OAK-10752: update Tomcat JDBC dependency to 9.0.87 [jackrabbit-oak]

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

[jira] [Updated] (JCR-5044) Update tomcat dependency to 9.0.87

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5044: Labels: candidate_jackrabbit_2.20 (was: ) > Update tomcat dependency to 9.0.87 >

[jira] [Commented] (JCR-5044) Update tomcat dependency to 9.0.87

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17833956#comment-17833956 ] Julian Reschke commented on JCR-5044: - trunk:

[jira] [Resolved] (JCR-5044) Update tomcat dependency to 9.0.87

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-5044. - Fix Version/s: 2.21.27 Resolution: Fixed > Update tomcat dependency to 9.0.87 >

[PR] OAK-10741 : added separate logger for detailed gc [jackrabbit-oak]

2024-04-04 Thread via GitHub
rishabhdaim opened a new pull request, #1402: URL: https://github.com/apache/jackrabbit-oak/pull/1402 (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: [VOTE] Release Apache Jackrabbit Oak 1.62.0

2024-04-04 Thread Manfred Baedke
[X] +1 Release this package as Apache Jackrabbit Oak 1.62.0 with [INFO] Apache Maven 3.6.3 [INFO] OS name: "linux", version: "6.1.0-1035-oem", arch: "amd64", family: "unix" [INFO] Java version: 11.0.22, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 [INFO] MAVEN_OPTS: [INFO]

Re: [PR] OAK-10740 : added metrics for orphan nodes deletion [jackrabbit-oak]

2024-04-04 Thread via GitHub
rishabhdaim merged PR #1401: URL: https://github.com/apache/jackrabbit-oak/pull/1401 -- 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:

[jira] [Created] (JCR-5044) Update tomcat dependency to 9.0.87

2024-04-04 Thread Julian Reschke (Jira)
Julian Reschke created JCR-5044: --- Summary: Update tomcat dependency to 9.0.87 Key: JCR-5044 URL: https://issues.apache.org/jira/browse/JCR-5044 Project: Jackrabbit Content Repository Issue

[jira] [Updated] (JCR-5044) Update tomcat dependency to 9.0.87

2024-04-04 Thread Julian Reschke (Jira)
[ https://issues.apache.org/jira/browse/JCR-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-5044: Fix Version/s: (was: 2.21.26) (was: 2.20.16) > Update tomcat dependency