rishabhdaim merged PR #2032:
URL: https://github.com/apache/jackrabbit-oak/pull/2032
--
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: oak-dev-unsubscr...
The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user rishabhdaim (triggered by rishabhdaim).
Head commit for run:
32e9de191a7e40d7af0773676c7dfde228367934 / Rishabh Kumar
OAK-11433 : added OSGi config for setting max revision age for full gc (#2032)
* OA
The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user rishabhdaim (triggered by rishabhdaim).
Head commit for run:
4783eb2337bcac4166d8a447043ebc9ed6b08e6c / Rishabh Kumar
OAK-11441 : removed usage of Guava Iterables.addAll with iterable.foreach()
Report U
reschke commented on code in PR #2038:
URL: https://github.com/apache/jackrabbit-oak/pull/2038#discussion_r1936721949
##
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Collection.java:
##
@@ -99,8 +99,17 @@ public Document newDocument(DocumentStore s
github-actions[bot] commented on PR #2040:
URL: https://github.com/apache/jackrabbit-oak/pull/2040#issuecomment-2626378982
# Commit-Check ✔️
--
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 sp
rishabhdaim opened a new pull request, #2040:
URL: https://github.com/apache/jackrabbit-oak/pull/2040
(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 unsubs
reschke commented on code in PR #2038:
URL: https://github.com/apache/jackrabbit-oak/pull/2038#discussion_r1936722442
##
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/Collection.java:
##
@@ -99,8 +99,17 @@ public Document newDocument(DocumentStore s
reschke commented on PR #2037:
URL: https://github.com/apache/jackrabbit-oak/pull/2037#issuecomment-2624841429
Do we *really* need the null checks?
If we have them, we get an NPE. If we don't, we get an NPE as well.
Or am I missing something?
The only difference is that p
github-actions[bot] commented on PR #2039:
URL: https://github.com/apache/jackrabbit-oak/pull/2039#issuecomment-2625032332
# Commit-Check ✔️
--
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 sp
reschke opened a new pull request, #2039:
URL: https://github.com/apache/jackrabbit-oak/pull/2039
See
https://github.com/greenbytes/guavaVsJDKTests/blob/main/src/test/java/org/greenbytes/java/src/test/java/guavaVsJDKTests/io/FilesTest.java
for why this replacement variant wa
github-actions[bot] commented on PR #2037:
URL: https://github.com/apache/jackrabbit-oak/pull/2037#issuecomment-2624287375
# Commit-Check ✔️
--
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 sp
rishabhdaim opened a new pull request, #2037:
URL: https://github.com/apache/jackrabbit-oak/pull/2037
(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 unsubs
The GitHub Actions job "Commit Check" on jackrabbit-oak.git has failed.
Run started by GitHub user nfsantos (triggered by nfsantos).
Head commit for run:
edd76c92673e59e883bff338e27903d53e0f874b / Nuno Santos
Merge remote-tracking branch 'upstream/trunk' into OAK-11438
Report URL: https://gith
The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user nfsantos (triggered by nfsantos).
Head commit for run:
edd76c92673e59e883bff338e27903d53e0f874b / Nuno Santos
Merge remote-tracking branch 'upstream/trunk' into OAK-11438
Report URL: https://github.com/
sonarqubecloud[bot] commented on PR #2037:
URL: https://github.com/apache/jackrabbit-oak/pull/2037#issuecomment-2624672181
## [](https
The GitHub Actions job "Commit Check" on jackrabbit-oak.git has succeeded.
Run started by GitHub user reschke (triggered by reschke).
Head commit for run:
405720fae20b3aaf690b3b77d2ac6e1679778c17 / Julian Reschke
OAK-11445: Remove usage of Guava Files.toString() - oak-run
Report URL: https://g
The GitHub Actions job "Build" on jackrabbit-oak.git has succeeded.
Run started by GitHub user rishabhdaim (triggered by rishabhdaim).
Head commit for run:
0063f98cd0d3b2c4dd02f21420771404a451416b / Rishabh Kumar
OAK-11439 : set remaining full gc modes (#2036)
Co-authored-by: Rishabh Kumar
The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user rishabhdaim (triggered by rishabhdaim).
Head commit for run:
3b3e6b838fbc387aa4448c8a3d5ede6ccfc50d90 / Rishabh Kumar
OAK-11441 : removed usage of Guava Iterables.addAll
Report URL: https://github.com/a
rishabhdaim commented on PR #2037:
URL: https://github.com/apache/jackrabbit-oak/pull/2037#issuecomment-2624327978
@reschke the replacement code is of one line but we need those `null` checks
as well.
That's why added the util.
--
This is an automated message from the Apache Git Se
The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user reschke (triggered by reschke).
Head commit for run:
405720fae20b3aaf690b3b77d2ac6e1679778c17 / Julian Reschke
OAK-11445: Remove usage of Guava Files.toString() - oak-run
Report URL: https://github.com/
rishabhdaim commented on PR #2037:
URL: https://github.com/apache/jackrabbit-oak/pull/2037#issuecomment-2626271576
@reschke addressed the changes in
https://github.com/apache/jackrabbit-oak/pull/2037/commits/4783eb2337bcac4166d8a447043ebc9ed6b08e6c.
--
This is an automated message from th
reschke merged PR #2035:
URL: https://github.com/apache/jackrabbit-oak/pull/2035
--
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: oak-dev-unsubscr...@jac
rishabhdaim merged PR #2036:
URL: https://github.com/apache/jackrabbit-oak/pull/2036
--
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: oak-dev-unsubscr...
sonarqubecloud[bot] commented on PR #2036:
URL: https://github.com/apache/jackrabbit-oak/pull/2036#issuecomment-2624041553
## [](https
24 matches
Mail list logo