Re: [VOTE] Release Apache Jackrabbit Oak 1.74.0

2025-01-13 Thread Manfred Baedke
[X] +1 Release this package as Apache Jackrabbit Oak 1.74.0

with

[INFO] Apache Maven 3.8.7
[INFO] OS name: "linux", version: "6.8.0-51-generic", arch: "amd64",
family: "unix"
[INFO] Java version: 11.0.25, vendor: Ubuntu, runtime:
/usr/lib/jvm/java-11-openjdk-amd64
[INFO] MAVEN_OPTS:
[INFO]

[INFO] ALL CHECKS OK



Am So., 12. Jan. 2025 um 22:55 Uhr schrieb Julian Reschke <
resc...@apache.org>:

> A candidate for the Jackrabbit Oak 1.74.0 release is available at:
>
>  https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.74.0/
>
> The release candidate is a zip archive of the sources in:
>
>   https://github.com/apache/jackrabbit-oak/tree/jackrabbit-oak-1.74.0/
>
> The SHA1 checksum of the archive is
> cbdc8448ac8cb5f402ef498ced872f49877f2d0b.
>
> A staged Maven repository is available for review at:
>
>  https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>  # run in SVN checkout of
> https://dist.apache.org/repos/dist/dev/jackrabbit
>  $ sh check-release.sh oak 1.74.0
> cbdc8448ac8cb5f402ef498ced872f49877f2d0b
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.74.0.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>  [ ] +1 Release this package as Apache Jackrabbit Oak 1.74.0
>  [ ] -1 Do not release this package because...
>
> Best regards, Julian
>


Re: [PR] OAK-11357: Extract StreamUtils from CollectionUtils [jackrabbit-oak]

2025-01-13 Thread via GitHub


sonarqubecloud[bot] commented on PR #1980:
URL: https://github.com/apache/jackrabbit-oak/pull/1980#issuecomment-2586964602

   ## [![Quality Gate 
Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png
 'Quality Gate 
Failed')](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1980)
 **Quality Gate failed**  
   Failed conditions  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/failed-16px.png
 '') [67.5% Coverage on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1980&metric=new_coverage&view=list)
 (required ≥ 80%)  
 
   [See analysis details on SonarQube 
Cloud](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1980)
   
   


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11385: Remove usage of Guava Files.asByteSink [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke merged PR #1978:
URL: https://github.com/apache/jackrabbit-oak/pull/1978


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Repository layout of JCR Version Manager implementation in Oak

2025-01-13 Thread Konrad Windszus
Hi,
IIUC the implementation of the JCR Version manager is usually 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/version/ReadWriteVersionManager.java.

However there doesn’t seem to be any documentation on the internal repository 
layout (similar to what we have for e.g. users in 
https://jackrabbit.apache.org/oak/docs/security/user/default.html#representation-in-the-repository).
Obviously this would be interesting for Oak developers, but potentially also 
for consumers as there are certain edge cases (e.g. exporting a node with 
history with FileVault) which cannot really be understood without this.
Is there some documentation I might have missed or is this indeed right now 
undocumented (in which case I would volunteer for a first doc version)?

Thanks,
Konrad



Re: [PR] OAK-11357: Create StreamUtils [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke closed pull request #1955:  OAK-11357: Create StreamUtils
URL: https://github.com/apache/jackrabbit-oak/pull/1955


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] OAK-11027 flaky IncrementalStoreTest [jackrabbit-oak]

2025-01-13 Thread via GitHub


thomasmueller opened a new pull request, #1979:
URL: https://github.com/apache/jackrabbit-oak/pull/1979

   (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 unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11027 flaky IncrementalStoreTest [jackrabbit-oak]

2025-01-13 Thread via GitHub


github-actions[bot] commented on PR #1979:
URL: https://github.com/apache/jackrabbit-oak/pull/1979#issuecomment-258652

   # 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 specific comment.

To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11365 Incremental index store: ability to set a timeout [jackrabbit-oak]

2025-01-13 Thread via GitHub


thomasmueller merged PR #1962:
URL: https://github.com/apache/jackrabbit-oak/pull/1962


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user mreutegg (triggered by mreutegg).

Head commit for run:
757d18b0d9bf4e3d98925ef287917906303cb245 / Marcel Reutegger 

OAK-11383: Improve performance of DefaultStatisticsProvider

Get enumType only when necessary

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12710814158

With regards,
GitHub Actions via GitBox



Re: [VOTE] Release Apache Jackrabbit Oak 1.74.0

2025-01-13 Thread Julian Reschke

On 12.01.2025 22:55, Julian Reschke wrote:

...


[X] +1 Release this package as Apache Jackrabbit Oak 1.74.0

...where...


[INFO] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
[INFO] OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[INFO] Java version: 11.0.24, vendor: Oracle Corporation, runtime: 
C:\usr\local\jdk-11.0.24
[INFO] MAVEN_OPTS: -Xmx2g


Best regards, Julian


Re: [PR] OAK-11383 : Improve performance of DefaultStatisticsProvider [jackrabbit-oak]

2025-01-13 Thread via GitHub


mreutegg merged PR #1975:
URL: https://github.com/apache/jackrabbit-oak/pull/1975


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11364: For oak-jcr tests, support automatic starting/stopping of … [jackrabbit-oak]

2025-01-13 Thread via GitHub


sonarqubecloud[bot] commented on PR #1961:
URL: https://github.com/apache/jackrabbit-oak/pull/1961#issuecomment-2587920504

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961)
 **Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [7 New 
issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&issueStatuses=ACCEPTED)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Coverage on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&metric=new_coverage&view=list)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on SonarQube 
Cloud](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961)
   
   


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user thomasmueller (triggered by thomasmueller).

Head commit for run:
557894d6019206a85d20eb73ad9f0cd03f151e28 / Thomas Mueller 
OAK-11027 flaky IncrementalStoreTest (#1979)

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12748700686

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Build" is working again!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has succeeded.
Run started by GitHub user reschke (triggered by reschke).

Head commit for run:
8dca8551c09b2513b5bc4d70993459f5387b1d83 / Julian Reschke 
OAK-11357: Extract StreamUtils from CollectionUtils (#1980)

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12747960655

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user mreutegg (triggered by mreutegg).

Head commit for run:
757d18b0d9bf4e3d98925ef287917906303cb245 / Marcel Reutegger 

OAK-11383: Improve performance of DefaultStatisticsProvider

Get enumType only when necessary

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12710814158

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user reschke (triggered by reschke).

Head commit for run:
ad3f352f5c8a904f9ca20c1c75f64322c827d415 / Julian Reschke 
Merge branch 'trunk' into OAK-11380

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12747938508

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Build" is working again!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has succeeded.
Run started by GitHub user reschke (triggered by reschke).

Head commit for run:
b363d95fbc0df71ae9aed3a746b3226b7043eabb / Julian Reschke 
OAK-11385: Remove usage of Guava Files.asByteSink (#1978)

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12747640154

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Commit Check" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Commit Check" on jackrabbit-oak.git has failed.
Run started by GitHub user mbaedke (triggered by mbaedke).

Head commit for run:
c8d50faf38e842352c9a47e9d7f23ac82e66890b / Manfred Baedke 
Renamed RdbUtils; import cleanup.

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12750682031

With regards,
GitHub Actions via GitBox



[PR] OAK-11357: Extract StreamUtils from CollectionUtils [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke opened a new pull request, #1980:
URL: https://github.com/apache/jackrabbit-oak/pull/1980

   (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 unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11357: Extract StreamUtils from CollectionUtils [jackrabbit-oak]

2025-01-13 Thread via GitHub


github-actions[bot] commented on PR #1980:
URL: https://github.com/apache/jackrabbit-oak/pull/1980#issuecomment-2586659911

   # 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 specific comment.

To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user mreutegg (triggered by mreutegg).

Head commit for run:
757d18b0d9bf4e3d98925ef287917906303cb245 / Marcel Reutegger 

OAK-11383: Improve performance of DefaultStatisticsProvider

Get enumType only when necessary

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12710814158

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Build" is working again!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has succeeded.
Run started by GitHub user thomasmueller (triggered by thomasmueller).

Head commit for run:
f08aa289653c8b7181386f140f09d8360f85efb8 / Thomas Mueller 
OAK-11365 Incremental index store: ability to set a timeout (#1962)

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12743630202

With regards,
GitHub Actions via GitBox



Re: [PR] OAK-11027 flaky IncrementalStoreTest [jackrabbit-oak]

2025-01-13 Thread via GitHub


sonarqubecloud[bot] commented on PR #1979:
URL: https://github.com/apache/jackrabbit-oak/pull/1979#issuecomment-2586831638

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979)
 **Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 New 
issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979&issueStatuses=ACCEPTED)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Coverage on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979&metric=new_coverage&view=list)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on SonarQube 
Cloud](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1979)
   
   


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11027 flaky IncrementalStoreTest [jackrabbit-oak]

2025-01-13 Thread via GitHub


thomasmueller merged PR #1979:
URL: https://github.com/apache/jackrabbit-oak/pull/1979


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] OAK-11385: Remove usage of Guava Files.asByteSink [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke opened a new pull request, #1981:
URL: https://github.com/apache/jackrabbit-oak/pull/1981

   (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 unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11385: Remove usage of Guava Files.asByteSink [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke closed pull request #1981: OAK-11385: Remove usage of Guava 
Files.asByteSink
URL: https://github.com/apache/jackrabbit-oak/pull/1981


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11385: Remove usage of Guava Files.asByteSink [jackrabbit-oak]

2025-01-13 Thread via GitHub


github-actions[bot] commented on PR #1981:
URL: https://github.com/apache/jackrabbit-oak/pull/1981#issuecomment-2587054537

   # 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 specific comment.

To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] OAK-11380: Remove usage of Guava Files.asByteSource [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke opened a new pull request, #1982:
URL: https://github.com/apache/jackrabbit-oak/pull/1982

   (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 unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] OAK-11380: Remove usage of Guava Files.asByteSource [jackrabbit-oak]

2025-01-13 Thread via GitHub


github-actions[bot] commented on PR #1982:
URL: https://github.com/apache/jackrabbit-oak/pull/1982#issuecomment-2587066892

   # Commit-Check ❌
   ```
   Commit rejected by Commit-Check.  
 
 (c).-.(c)(c).-.(c)(c).-.(c)(c).-.(c)(c).-.(c)  
  / ._. \  / ._. \  / ._. \  / ._. \  / ._. \   
__\( C )/__  __\( H )/__  __\( E )/__  __\( C )/__  __\( K )/__ 
   (_.-/'-'\-._)(_.-/'-'\-._)(_.-/'-'\-._)(_.-/'-'\-._)(_.-/'-'\-._)
  || E ||  || R ||  || R ||  || O ||  || R ||   
_.' '-' '._  _.' '-' '._  _.' '-' '._  _.' '-' '._  _.' '-' '._ 
   (.-./`-´\.-.)(.-./`-´\.-.)(.-./`-´\.-.)(.-./`-´\.-.)(.-./`-´\.-.)
`-´ `-´  `-´ `-´  `-´ `-´  `-´ `-´  `-´ `-´ 
 
   Commit rejected.  
 
   Type message check failed => Merge branch 'trunk' into OAK-11380
   

   It doesn't match regex: ^OAK-\d+:?\s\S+.*
   The commit message must start with 'OAK-[:] ' followed by some 
descriptive text
   Suggest: Please check your commit message whether it matches above regex
   ```


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Commit Check" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Commit Check" on jackrabbit-oak.git has failed.
Run started by GitHub user reschke (triggered by reschke).

Head commit for run:
ad3f352f5c8a904f9ca20c1c75f64322c827d415 / Julian Reschke 
Merge branch 'trunk' into OAK-11380

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12747938494

With regards,
GitHub Actions via GitBox



Re: [PR] OAK-11357: Extract StreamUtils from CollectionUtils [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke merged PR #1980:
URL: https://github.com/apache/jackrabbit-oak/pull/1980


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Commit Check" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Commit Check" on jackrabbit-oak.git has failed.
Run started by GitHub user mbaedke (triggered by mbaedke).

Head commit for run:
ea8a4f5e3f42681bf7e3dd00c46825701e181988 / mbaedke 
Removed misplaced log statement

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12751503658

With regards,
GitHub Actions via GitBox



Re: [PR] OAK-11380: Remove usage of Guava Files.asByteSource [jackrabbit-oak]

2025-01-13 Thread via GitHub


reschke merged PR #1982:
URL: https://github.com/apache/jackrabbit-oak/pull/1982


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user reschke (triggered by reschke).

Head commit for run:
321a13fa396a2495dd63ed93cbec67cb40f35258 / Julian Reschke 
OAK-11380: Remove usage of Guava Files.asByteSource - oak-upgrade (#1982)

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12762583167

With regards,
GitHub Actions via GitBox



Re: [PR] OAK-9500 Deploy Snapshot artifacts from trunk to Apache Nexus [jackrabbit-oak]

2025-01-13 Thread via GitHub


kwin commented on PR #1935:
URL: https://github.com/apache/jackrabbit-oak/pull/1935#issuecomment-2587664338

   If there are no further concerns, I am gonna merge end of this week.


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user mreutegg (triggered by mreutegg).

Head commit for run:
ddcca179182200950f361acbbd93741a22899fe8 / Marcel Reutegger 

OAK-11383: Improve performance of DefaultStatisticsProvider (#1975)

Get enumType only when necessary

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12751625550

With regards,
GitHub Actions via GitBox



[GH] (jackrabbit-oak): Workflow run "Build" failed!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has failed.
Run started by GitHub user reschke (triggered by reschke).

Head commit for run:
0c001fabe62ff391c46f383824e33696f089c086 / Julian Reschke 
OAK-11385: Remove usage of Guava Files.asByteSink

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12747838623

With regards,
GitHub Actions via GitBox



Re: [PR] OAK-11364: For oak-jcr tests, support automatic starting/stopping of … [jackrabbit-oak]

2025-01-13 Thread via GitHub


sonarqubecloud[bot] commented on PR #1961:
URL: https://github.com/apache/jackrabbit-oak/pull/1961#issuecomment-2587801215

   ## [![Quality Gate 
Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png
 'Quality Gate 
Passed')](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961)
 **Quality Gate passed**  
   Issues  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [7 New 
issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png
 '') [0 Accepted 
issues](https://sonarcloud.io/project/issues?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&issueStatuses=ACCEPTED)
   
   Measures  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Coverage on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&metric=new_coverage&view=list)
  
   
![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png
 '') [0.0% Duplication on New 
Code](https://sonarcloud.io/component_measures?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961&metric=new_duplicated_lines_density&view=list)
  
 
   [See analysis details on SonarQube 
Cloud](https://sonarcloud.io/dashboard?id=org.apache.jackrabbit%3Ajackrabbit-oak&pullRequest=1961)
   
   


-- 
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...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GH] (jackrabbit-oak): Workflow run "Build" is working again!

2025-01-13 Thread GitBox


The GitHub Actions job "Build" on jackrabbit-oak.git has succeeded.
Run started by GitHub user mbaedke (triggered by mbaedke).

Head commit for run:
c8d50faf38e842352c9a47e9d7f23ac82e66890b / Manfred Baedke 
Renamed RdbUtils; import cleanup.

Report URL: https://github.com/apache/jackrabbit-oak/actions/runs/12750682029

With regards,
GitHub Actions via GitBox