[GitHub] [jackrabbit-oak] jelmini commented on a diff in pull request #692: OAK-9922 Parallel Compaction

2022-12-16 Thread GitBox
jelmini commented on code in PR #692: URL: https://github.com/apache/jackrabbit-oak/pull/692#discussion_r1050639411 ## oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/SegmentBufferWriterPool.java: ## @@ -19,55 +19,35 @@ package

[GitHub] [jackrabbit-oak] reschke commented on pull request #794: OAK-10032 get rid of m-antrun-p to replace the main artifact

2022-12-16 Thread GitBox
reschke commented on PR #794: URL: https://github.com/apache/jackrabbit-oak/pull/794#issuecomment-1354512399 I tried the patch, and got past the oak-run issue. It's now failing later: ~~~ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run

[GitHub] [jackrabbit-oak] rishabhdaim opened a new pull request, #796: OAK-10031 : purge uncommitted revisions and collisions in batches on …

2022-12-16 Thread GitBox
rishabhdaim opened a new pull request, #796: URL: https://github.com/apache/jackrabbit-oak/pull/796 …boot up -- 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-oak] rishabhdaim commented on pull request #796: OAK-10031 : purge uncommitted revisions and collisions in batches on …

2022-12-16 Thread GitBox
rishabhdaim commented on PR #796: URL: https://github.com/apache/jackrabbit-oak/pull/796#issuecomment-1354419573 @mreutegg @stefan-egli could you please review the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] reschke commented on pull request #794: OAK-10032 get rid of m-antrun-p to replace the main artifact

2022-12-16 Thread GitBox
reschke commented on PR #794: URL: https://github.com/apache/jackrabbit-oak/pull/794#issuecomment-1354354267 I will leave it to @nit0906 who's trying to release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [jackrabbit-oak] kwin commented on pull request #794: OAK-10032 get rid of m-antrun-p to replace the main artifact

2022-12-15 Thread GitBox
kwin commented on PR #794: URL: https://github.com/apache/jackrabbit-oak/pull/794#issuecomment-1354334231 > I continue to believe that we should not make too many changes at once in a single commit, as it makes it harder to to track why something changed, what ticket it is related to do,

[GitHub] [jackrabbit-oak] kwin commented on pull request #793: OAK-10032 ensure that m-antrun-p execution comes after m-assembly-p

2022-12-15 Thread GitBox
kwin commented on PR #793: URL: https://github.com/apache/jackrabbit-oak/pull/793#issuecomment-1354266929 Better approach suggested in https://github.com/apache/jackrabbit-oak/pull/794. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #129: OAK-8328 | Config errors in index defintion causes index update to ge…

2022-12-15 Thread GitBox
github-actions[bot] commented on PR #129: URL: https://github.com/apache/jackrabbit-oak/pull/129#issuecomment-1354067771 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

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #157: OAK-8718: LuceneIndexStatsUpdateCallback is slow and synchronous whic…

2022-12-15 Thread GitBox
github-actions[bot] closed pull request #157: OAK-8718: LuceneIndexStatsUpdateCallback is slow and synchronous whic… URL: https://github.com/apache/jackrabbit-oak/pull/157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #160: OAK-8734 | Sorted query with multiple path restrictions and sorting p…

2022-12-15 Thread GitBox
github-actions[bot] closed pull request #160: OAK-8734 | Sorted query with multiple path restrictions and sorting p… URL: https://github.com/apache/jackrabbit-oak/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] kwin opened a new pull request, #793: OAK-10032 ensure that m-antrun-p execution comes after m-assembly-p

2022-12-15 Thread GitBox
kwin opened a new pull request, #793: URL: https://github.com/apache/jackrabbit-oak/pull/793 Given them separate phases is the safest approach as according to https://issues.apache.org/jira/browse/MNG-5987: "it was documented and chosen that order of execution is not something you cannot

[GitHub] [jackrabbit-filevault] stoerr commented on a diff in pull request #260: JCRVLT-672 use mavens ComparableVersion for package Version compareTo

2022-12-15 Thread GitBox
stoerr commented on code in PR #260: URL: https://github.com/apache/jackrabbit-filevault/pull/260#discussion_r1049853674 ## vault-core/src/main/java/org/apache/jackrabbit/vault/packaging/Version.java: ## @@ -135,44 +136,40 @@ public String[] getNormalizedSegments() { }

[GitHub] [jackrabbit-filevault] stoerr opened a new pull request, #260: JCRVLT-672 use mavens ComparableVersion for package Version compareTo

2022-12-15 Thread GitBox
stoerr opened a new pull request, #260: URL: https://github.com/apache/jackrabbit-filevault/pull/260 Compare https://issues.apache.org/jira/browse/JCRVLT-672 : the advantage is that this properly orders e.g. -SNAPSHOT versions of packages before: previously, 1.2.3 < 1.2.3-SNAPSHOT , but

[GitHub] [jackrabbit-oak] jelmini commented on a diff in pull request #760: OAK-10006 Prevent writes to Azure storage if lock is not held

2022-12-15 Thread GitBox
jelmini commented on code in PR #760: URL: https://github.com/apache/jackrabbit-oak/pull/760#discussion_r1049715995 ## oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java: ## @@ -121,6 +132,21 @@ private void refreshLease() {

[GitHub] [jackrabbit-filevault] reschke opened a new pull request, #259: JCRVLT-673: AggregateImpl: do not collect & sort nodes that will be s…

2022-12-15 Thread GitBox
reschke opened a new pull request, #259: URL: https://github.com/apache/jackrabbit-filevault/pull/259 …kipped anyway -- 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-oak] jelmini commented on a diff in pull request #760: OAK-10006 Prevent writes to Azure storage if lock is not held

2022-12-15 Thread GitBox
jelmini commented on code in PR #760: URL: https://github.com/apache/jackrabbit-oak/pull/760#discussion_r1049651644 ## oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java: ## @@ -237,6 +237,28 @@ private static GarbageCollectionStrategy

[GitHub] [jackrabbit-oak] github-actions[bot] commented on pull request #130: OAK-8261: Indexing lane failing but the index is not marked corrupt

2022-12-14 Thread GitBox
github-actions[bot] commented on PR #130: URL: https://github.com/apache/jackrabbit-oak/pull/130#issuecomment-1352457676 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

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #162: Oak 8280

2022-12-14 Thread GitBox
github-actions[bot] closed pull request #162: Oak 8280 URL: https://github.com/apache/jackrabbit-oak/pull/162 -- 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,

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #170: OAK-8788: Add index creation and index completion time to indexes

2022-12-13 Thread GitBox
github-actions[bot] closed pull request #170: OAK-8788: Add index creation and index completion time to indexes URL: https://github.com/apache/jackrabbit-oak/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #171: OAK-8845 | Function based ordering should used index and not be sorte…

2022-12-13 Thread GitBox
github-actions[bot] closed pull request #171: OAK-8845 | Function based ordering should used index and not be sorte… URL: https://github.com/apache/jackrabbit-oak/pull/171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] lweitzendorf closed pull request #773: OAK-3349 Partial Compaction

2022-12-13 Thread GitBox
lweitzendorf closed pull request #773: OAK-3349 Partial Compaction URL: https://github.com/apache/jackrabbit-oak/pull/773 -- 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] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047563355 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
kwin commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047543525 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons commons-collections4

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047536631 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047519544 ## vault-core/pom.xml: ## @@ -182,6 +182,11 @@ org.osgi.framework provided + Review Comment: Good point,

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047531248 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
kwin commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047524811 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons commons-collections4

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047519931 ## vault-validation/pom.xml: ## @@ -124,6 +124,12 @@ ${project.version} compile + +

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047519544 ## vault-core/pom.xml: ## @@ -182,6 +182,11 @@ org.osgi.framework provided + Review Comment: Good point,

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
reschke commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047517809 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
kwin commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047473081 ## vault-validation/pom.xml: ## @@ -124,6 +124,12 @@ ${project.version} compile + +org.apache.commons

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
kwin commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047467951 ## vault-core/pom.xml: ## @@ -182,6 +182,11 @@ org.osgi.framework provided + Review Comment: Having this

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #258: JCRVLT-670: Upgrade to commons-collections4

2022-12-13 Thread GitBox
kwin commented on code in PR #258: URL: https://github.com/apache/jackrabbit-filevault/pull/258#discussion_r1047461668 ## parent/pom.xml: ## @@ -502,7 +502,7 @@ Bundle-Category: jackrabbit org.apache.commons commons-collections4

[GitHub] [jackrabbit-oak] mreutegg merged pull request #792: OAK-10029: Disable Sonar checks on PRs from forks

2022-12-13 Thread GitBox
mreutegg merged PR #792: URL: https://github.com/apache/jackrabbit-oak/pull/792 -- 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:

[GitHub] [jackrabbit-oak] amit-jain merged pull request #789: OAK-9988: MergeRunnerTest leaves temp files/folders behind

2022-12-13 Thread GitBox
amit-jain merged PR #789: URL: https://github.com/apache/jackrabbit-oak/pull/789 -- 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:

[GitHub] [jackrabbit-oak] kwin commented on a diff in pull request #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-13 Thread GitBox
kwin commented on code in PR #786: URL: https://github.com/apache/jackrabbit-oak/pull/786#discussion_r1046951363 ## oak-doc/src/site/markdown/dos_and_donts.md: ## @@ -130,3 +130,17 @@ c = d.getParent(); // preferred way to fetch the pa this is

[GitHub] [jackrabbit-oak] anchela closed pull request #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-13 Thread GitBox
anchela closed pull request #786: OAK-10025 - Documentation regarding conflicts is added. URL: https://github.com/apache/jackrabbit-oak/pull/786 -- 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

[GitHub] [jackrabbit-oak] anchela commented on pull request #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-13 Thread GitBox
anchela commented on PR #786: URL: https://github.com/apache/jackrabbit-oak/pull/786#issuecomment-1348082065 merging without waiting for sonar checks (see OAK-10029) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [jackrabbit-oak] anchela commented on pull request #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-13 Thread GitBox
anchela commented on PR #786: URL: https://github.com/apache/jackrabbit-oak/pull/786#issuecomment-1348051363 @jorgeflorez , thanks a lot for the contribution! i will merge it as soon as the check has completed. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #787: OAK-10013: oak-run-commons: tests fail on Windows Subsystem for Linux

2022-12-13 Thread GitBox
mreutegg commented on PR #787: URL: https://github.com/apache/jackrabbit-oak/pull/787#issuecomment-1347983888 > Sonar check failed Created https://issues.apache.org/jira/browse/OAK-10029 to disable Sonar check for PRs from a fork. -- This is an automated message from the Apache

[GitHub] [jackrabbit-oak] mreutegg merged pull request #791: OAK-10027: CacheWarmingTest does not clean up

2022-12-13 Thread GitBox
mreutegg merged PR #791: URL: https://github.com/apache/jackrabbit-oak/pull/791 -- 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:

[GitHub] [jackrabbit-oak] mreutegg commented on pull request #789: OAK-9988: MergeRunnerTest leaves temp files/folders behind

2022-12-12 Thread GitBox
mreutegg commented on PR #789: URL: https://github.com/apache/jackrabbit-oak/pull/789#issuecomment-1347869725 FYI, created https://issues.apache.org/jira/browse/OAK-10027 for the test failure in oak-store-document. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [jackrabbit-oak] kunal3112 commented on pull request #790: OAK-9911 - Resource leak in ChunkedBlobStream

2022-12-12 Thread GitBox
kunal3112 commented on PR #790: URL: https://github.com/apache/jackrabbit-oak/pull/790#issuecomment-1347835379 Backported this from [trunk](https://github.com/apache/jackrabbit-oak/pull/677). I had to make minor changes in TemporaryFileStore.java because

[GitHub] [jackrabbit-oak] amit-jain opened a new pull request, #789: OAK-9988: MergeRunnerTest leaves temp files/folders behind

2022-12-12 Thread GitBox
amit-jain opened a new pull request, #789: URL: https://github.com/apache/jackrabbit-oak/pull/789 Use TemporaryFolder to create temp directories -- 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

[GitHub] [jackrabbit-oak] amit-jain merged pull request #787: OAK-10013: oak-run-commons: tests fail on Windows Subsystem for Linux

2022-12-12 Thread GitBox
amit-jain merged PR #787: URL: https://github.com/apache/jackrabbit-oak/pull/787 -- 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:

[GitHub] [jackrabbit-oak] github-actions[bot] closed pull request #174: OAK-8711 - Queries with facets should not use traversal

2022-12-12 Thread GitBox
github-actions[bot] closed pull request #174: OAK-8711 - Queries with facets should not use traversal URL: https://github.com/apache/jackrabbit-oak/pull/174 -- 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

[GitHub] [jackrabbit-oak] dependabot[bot] closed pull request #575: Bump netty-codec-http from 4.1.52.Final to 4.1.77.Final in /oak-blob-cloud

2022-12-12 Thread GitBox
dependabot[bot] closed pull request #575: Bump netty-codec-http from 4.1.52.Final to 4.1.77.Final in /oak-blob-cloud URL: https://github.com/apache/jackrabbit-oak/pull/575 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jackrabbit-oak] dependabot[bot] opened a new pull request, #788: Bump netty-codec-http from 4.1.52.Final to 4.1.86.Final in /oak-blob-cloud

2022-12-12 Thread GitBox
dependabot[bot] opened a new pull request, #788: URL: https://github.com/apache/jackrabbit-oak/pull/788 Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.52.Final to 4.1.86.Final. Commits

[GitHub] [jackrabbit-oak] dependabot[bot] commented on pull request #575: Bump netty-codec-http from 4.1.52.Final to 4.1.77.Final in /oak-blob-cloud

2022-12-12 Thread GitBox
dependabot[bot] commented on PR #575: URL: https://github.com/apache/jackrabbit-oak/pull/575#issuecomment-1347384112 Superseded by #788. -- 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

[GitHub] [jackrabbit-oak] amit-jain commented on pull request #787: OAK-10013: oak-run-commons: tests fail on Windows Subsystem for Linux

2022-12-12 Thread GitBox
amit-jain commented on PR #787: URL: https://github.com/apache/jackrabbit-oak/pull/787#issuecomment-1346286129 Sonar check failed with > Error: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project jackrabbit-oak: Project

[GitHub] [jackrabbit-oak] amit-jain opened a new pull request, #787: OAK-10013: oak-run-commons: tests fail on Windows Subsystem for Linux

2022-12-12 Thread GitBox
amit-jain opened a new pull request, #787: URL: https://github.com/apache/jackrabbit-oak/pull/787 -Convert TemporaryFileFolder & adding custom tmpDir from @Before to @BeforeClass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [jackrabbit-filevault-package-maven-plugin] kwin merged pull request #87: JCRVLT-431 Consider OSGi configurations/bundles for package type

2022-12-09 Thread GitBox
kwin merged PR #87: URL: https://github.com/apache/jackrabbit-filevault-package-maven-plugin/pull/87 -- 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:

[GitHub] [jackrabbit-filevault-package-maven-plugin] kwin merged pull request #86: JCRVLT-665 allow standalone usage of validate-package

2022-12-09 Thread GitBox
kwin merged PR #86: URL: https://github.com/apache/jackrabbit-filevault-package-maven-plugin/pull/86 -- 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:

[GitHub] [jackrabbit-filevault-package-maven-plugin] kwin opened a new pull request, #87: JCRVLT-431 Consider OSGi configurations/bundles for package type

2022-12-08 Thread GitBox
kwin opened a new pull request, #87: URL: https://github.com/apache/jackrabbit-filevault-package-maven-plugin/pull/87 calculation -- 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

[GitHub] [jackrabbit-oak] jorgeflorez commented on a diff in pull request #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-08 Thread GitBox
jorgeflorez commented on code in PR #786: URL: https://github.com/apache/jackrabbit-oak/pull/786#discussion_r1043385190 ## oak-doc/src/site/markdown/dos_and_donts.md: ## @@ -130,3 +130,19 @@ c = d.getParent(); // preferred way to fetch the pa this

[GitHub] [jackrabbit-oak] anchela commented on a diff in pull request #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-07 Thread GitBox
anchela commented on code in PR #786: URL: https://github.com/apache/jackrabbit-oak/pull/786#discussion_r1042052762 ## oak-doc/src/site/markdown/dos_and_donts.md: ## @@ -130,3 +130,19 @@ c = d.getParent(); // preferred way to fetch the pa this is

[GitHub] [jackrabbit-oak] jorgeflorez opened a new pull request, #786: OAK-10025 - Documentation regarding conflicts is added.

2022-12-06 Thread GitBox
jorgeflorez opened a new pull request, #786: URL: https://github.com/apache/jackrabbit-oak/pull/786 Documentation regarding conflicts is added. -- 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

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #785: OAK-10024: improve diagnostics for addNode for invalid relative paths

2022-12-06 Thread GitBox
sonarcloud[bot] commented on PR #785: URL: https://github.com/apache/jackrabbit-oak/pull/785#issuecomment-1339782725 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] reschke merged pull request #785: OAK-10024: improve diagnostics for addNode for invalid relative paths

2022-12-06 Thread GitBox
reschke merged PR #785: URL: https://github.com/apache/jackrabbit-oak/pull/785 -- 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:

[GitHub] [jackrabbit-oak] reschke closed pull request #785: OAK-10024: improve diagnostics for addNode for invalid relative paths

2022-12-06 Thread GitBox
reschke closed pull request #785: OAK-10024: improve diagnostics for addNode for invalid relative paths URL: https://github.com/apache/jackrabbit-oak/pull/785 -- 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

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #785: OAK-10024: improve diagnostics for addNode for invalid relative paths

2022-12-06 Thread GitBox
sonarcloud[bot] commented on PR #785: URL: https://github.com/apache/jackrabbit-oak/pull/785#issuecomment-1339593242 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] reschke merged pull request #784: OAK-10023: oak-search-mt: eliminate transitive log4j dependency

2022-12-02 Thread GitBox
reschke merged PR #784: URL: https://github.com/apache/jackrabbit-oak/pull/784 -- 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:

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #784: OAK-10023: oak-search-mt: eliminate transitive log4j dependency

2022-12-02 Thread GitBox
sonarcloud[bot] commented on PR #784: URL: https://github.com/apache/jackrabbit-oak/pull/784#issuecomment-1335631000 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] nit0906 merged pull request #783: Oak-10011 | Specifying path from where sonar scanner can pick up the jacoco xml reports

2022-12-02 Thread GitBox
nit0906 merged PR #783: URL: https://github.com/apache/jackrabbit-oak/pull/783 -- 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:

[GitHub] [jackrabbit-oak] reschke merged pull request #782: OAK-10021: upgrade jackson-databind to 2.13.4.2

2022-12-02 Thread GitBox
reschke merged PR #782: URL: https://github.com/apache/jackrabbit-oak/pull/782 -- 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:

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #782: OAK-10021: upgrade jackson-databind to 2.13.4.2

2022-12-02 Thread GitBox
sonarcloud[bot] commented on PR #782: URL: https://github.com/apache/jackrabbit-oak/pull/782#issuecomment-1335262014 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] nit0906 merged pull request #781: Oak-10011 | Remove the pedantic and integration profile from sonar build command, just keep the coverage one.

2022-12-01 Thread GitBox
nit0906 merged PR #781: URL: https://github.com/apache/jackrabbit-oak/pull/781 -- 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:

[GitHub] [jackrabbit-oak] nit0906 closed pull request #774: Nit0906/scratch

2022-12-01 Thread GitBox
nit0906 closed pull request #774: Nit0906/scratch URL: https://github.com/apache/jackrabbit-oak/pull/774 -- 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,

[GitHub] [jackrabbit-oak] nit0906 merged pull request #779: OAK-10011 | Including coverage profile in the build and analyse task

2022-12-01 Thread GitBox
nit0906 merged PR #779: URL: https://github.com/apache/jackrabbit-oak/pull/779 -- 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:

[GitHub] [jackrabbit-oak] amit-jain merged pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-12-01 Thread GitBox
amit-jain merged PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771 -- 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:

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #778: OAK-10019: Update slf4j dependency to 1.7.36

2022-12-01 Thread GitBox
sonarcloud[bot] commented on PR #778: URL: https://github.com/apache/jackrabbit-oak/pull/778#issuecomment-1333874699 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] reschke merged pull request #778: OAK-10019: Update slf4j dependency to 1.7.36

2022-12-01 Thread GitBox
reschke merged PR #778: URL: https://github.com/apache/jackrabbit-oak/pull/778 -- 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:

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #777: OAK-10018: standalone: upgrade spring fwk to 2.5.14

2022-12-01 Thread GitBox
sonarcloud[bot] commented on PR #777: URL: https://github.com/apache/jackrabbit-oak/pull/777#issuecomment-1333707581 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] reschke merged pull request #777: OAK-10018: standalone: upgrade spring fwk to 2.5.14

2022-12-01 Thread GitBox
reschke merged PR #777: URL: https://github.com/apache/jackrabbit-oak/pull/777 -- 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:

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
sonarcloud[bot] commented on PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#issuecomment-1333263601 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality

[GitHub] [jackrabbit-oak] reschke merged pull request #776: OAK-10015: Update Mockito dependency to 4.9.0

2022-11-30 Thread GitBox
reschke merged PR #776: URL: https://github.com/apache/jackrabbit-oak/pull/776 -- 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:

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1036694953 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1156,6 +1202,10 @@ class

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1036694562 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1036694328 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #776: OAK-10015: Update Mockito dependency to 4.9.0

2022-11-30 Thread GitBox
sonarcloud[bot] commented on PR #776: URL: https://github.com/apache/jackrabbit-oak/pull/776#issuecomment-1332796199 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] sonarcloud[bot] commented on pull request #775: OAK-10016: avoid use of deprecated Mockito methods (removed in 4.*)

2022-11-30 Thread GitBox
sonarcloud[bot] commented on PR #775: URL: https://github.com/apache/jackrabbit-oak/pull/775#issuecomment-1332577928 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png

[GitHub] [jackrabbit-oak] reschke merged pull request #775: OAK-10016: avoid use of deprecated Mockito methods (removed in 4.*)

2022-11-30 Thread GitBox
reschke merged PR #775: URL: https://github.com/apache/jackrabbit-oak/pull/775 -- 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:

[GitHub] [jackrabbit-oak] nit0906 merged pull request #772: OAK-10011 : Configure SonarClould for Oak (fixing project key)

2022-11-30 Thread GitBox
nit0906 merged PR #772: URL: https://github.com/apache/jackrabbit-oak/pull/772 -- 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:

[GitHub] [jackrabbit-oak] lweitzendorf opened a new pull request, #773: OAK-3349 Partial Compaction

2022-11-30 Thread GitBox
lweitzendorf opened a new pull request, #773: URL: https://github.com/apache/jackrabbit-oak/pull/773 Adds ability to save partially compacted repository state and resume at a later point in time. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035671462 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1156,6 +1202,10 @@ class

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035670123 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -689,6 +711,9 @@ public long checkConsistency()

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035666309 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035665580 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035664240 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1076,8 +1119,8 @@ void

[GitHub] [jackrabbit-oak] amit-jain commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
amit-jain commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035663780 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void

[GitHub] [jackrabbit-oak] thomasmueller commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
thomasmueller commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035637354 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -405,13 +405,35 @@ protected void

[GitHub] [jackrabbit-oak] fabriziofortino commented on a diff in pull request #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-30 Thread GitBox
fabriziofortino commented on code in PR #771: URL: https://github.com/apache/jackrabbit-oak/pull/771#discussion_r1035640288 ## oak-blob-plugins/src/main/java/org/apache/jackrabbit/oak/plugins/blob/MarkSweepGarbageCollector.java: ## @@ -1076,8 +1119,8 @@ void

[GitHub] [jackrabbit-oak] amit-jain opened a new pull request, #771: OAK-9975: [DSGC] Report cummulative size of referenced blobs during Mark phase

2022-11-28 Thread GitBox
amit-jain opened a new pull request, #771: URL: https://github.com/apache/jackrabbit-oak/pull/771 - Introduce new metrics NUM_BLOB_REFERENCES, BLOB_REFERENCES_SIZE - calculate and push metrics in check consistency when aggregating all the references from all repositories - calculate

[GitHub] [jackrabbit-filevault] reschke merged pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-26 Thread GitBox
reschke merged PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257 -- 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:

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-25 Thread GitBox
reschke commented on code in PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257#discussion_r1032622587 ## vault-core/src/main/java/org/apache/jackrabbit/vault/fs/api/WorkspaceFilter.java: ## @@ -146,8 +146,7 @@ void dumpCoverage(@NotNull Node rootNode,

[GitHub] [jackrabbit-filevault] reschke commented on a diff in pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-25 Thread GitBox
reschke commented on code in PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257#discussion_r1032613650 ## vault-core/src/main/java/org/apache/jackrabbit/vault/fs/config/DefaultWorkspaceFilter.java: ## @@ -580,27 +581,49 @@ public void

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #257: JCRVLT-666: improve performance of DefaultWorkspaceFilter.dumpCoverage (Session variant)

2022-11-25 Thread GitBox
kwin commented on code in PR #257: URL: https://github.com/apache/jackrabbit-filevault/pull/257#discussion_r1032557632 ## vault-core/src/test/java/org/apache/jackrabbit/vault/packaging/integration/DumpCoverageIT.java: ## @@ -28,50 +29,48 @@ import

[GitHub] [jackrabbit-filevault] reschke merged pull request #256: JCRVLT-667: Tree: fix java warnings re generics

2022-11-25 Thread GitBox
reschke merged PR #256: URL: https://github.com/apache/jackrabbit-filevault/pull/256 -- 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:

[GitHub] [jackrabbit-oak] mreutegg merged pull request #766: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg merged PR #766: URL: https://github.com/apache/jackrabbit-oak/pull/766 -- 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:

[GitHub] [jackrabbit-oak] mreutegg merged pull request #765: OAK-9971: Migrate Oak maintenance builds from Travis CI to Jenkins

2022-11-25 Thread GitBox
mreutegg merged PR #765: URL: https://github.com/apache/jackrabbit-oak/pull/765 -- 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   >