Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-15 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2112861725 FTR: 1. Yes, we want to completely remove even the shaded Guava variant, but it'll take time. 2. *Major* version updates of Guava happened ~ once

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-15 Thread via GitHub
rombert commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2112842362 Echoing a direct conversation I had with @reschke - it's hard for me to formulate an ask to the Oak project since we can pull in a lot of components (from oak

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-15 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2112496633 It's not clear to me yet what makes those Oak objects special. Or are they really special? At the end of the day, each repostiory instance will end up

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-14 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2109422262 @rombert - is there something we can do systematically in Oak (other than removing Guava completely) at this point? Also, can you file tickets for the classes

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107970625 Yes, indeed. So it seems we we missed the case implementation objects leak the dependency. For now we should open tickets for each that we encounter, we

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
rombert commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107641629 > Yes, that's why we have removed Oak from the public Oak API. I think you meant 'removed Guava', right? At any rate, for closely integrated bundles l

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107614606 Yes, that's why we have removed Oak from the public Oak API. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
rombert commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107549956 > Oak's shaded Guava lib should be treated just as any other Oak component, such as [oak-core](https://issues.apache.org/jira/browse/OAK-core). I'm not s

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107533908 Oak's shaded Guava lib should be treated just as any other Oak component, such as oak-core. I'm not sure what's different? -- This is an automated message

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
rombert commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107526113 @reschke - the problem is that there seems to be no way to have a SlingRepository implementation without pulling in Guava transitively. If you do see a way

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107521572 And no, by all means do not inline internal Oak classes! -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
reschke commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107516285 The goal definitively way for Oak not to leak any Guava-ish stuff in the public APIs. AFAICT, this has been the case for approximately one year now

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-13 Thread via GitHub
rombert commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2107499868 @enapps-enorman - good catch with the `AuthInfoImpl`. I hand-rolled a different implementation (which does not seem to work, not sure why). But we still have

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-07 Thread via GitHub
enapps-enorman commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2099118388 > Thanks for looking into this. I wonder though whether it makes more sense to extend the version range that we acc

Re: [PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-04 Thread via GitHub
sonarcloud[bot] commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10#issuecomment-2094365049 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

[PR] SLING-12313 bump oak.version to 1.62.0 for compatibility [sling-org-apache-sling-jcr-oak-server]

2024-05-04 Thread via GitHub
enapps-enorman opened a new pull request, #10: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/10 Oak 1.62.0 has bumped the version of the shaded guava packages to a new major version (from 32 to 33) which results in a failure to resolve

Re: [PR] Bump org.apache.sling.jcr.base from 3.0.4 to 3.1.12 [sling-org-apache-sling-jcr-oak-server]

2024-05-01 Thread via GitHub
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/7#issuecomment-2089214317 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

[jira] [Closed] (SLING-12287) sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 release

2024-04-22 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-12287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert closed SLING-12287. -- > sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 rele

[jira] [Closed] (SLING-12296) sling-mock-oak: Update to Oak 1.62.0

2024-04-22 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-12296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert closed SLING-12296. -- > sling-mock-oak: Update to Oak 1.6

[RESULT] [VOTE] Release Apache Sling Testing Sling Mock Oak 3.2.0-1.22.15

2024-04-22 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Stefan Seifert, Jörg Hoh, Radu Cotescu, Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. stefan

[RESULT] [VOTE] Release Apache Sling Testing Sling Mock 3.5.0, Sling Mock Oak 4.0.0-1.62.0

2024-04-22 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Stefan Seifert, Jörg Hoh, Radu Cotescu, Robert Munteanu I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. stefan

Re: [VOTE] Release Apache Sling Testing Sling Mock Oak 3.2.0-1.22.15

2024-04-19 Thread Robert Munteanu
On Wed, 2024-04-17 at 18:32 +, Stefan Seifert wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling Testing Sling Mock 3.5.0, Sling Mock Oak 4.0.0-1.62.0

2024-04-19 Thread Robert Munteanu
On Wed, 2024-04-17 at 18:32 +, Stefan Seifert wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling Testing Sling Mock Oak 3.2.0-1.22.15

2024-04-19 Thread Radu Cotescu
+1 On Wed, 17 Apr 2024 at 20:32, Stefan Seifert wrote: > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... >

Re: [VOTE] Release Apache Sling Testing Sling Mock 3.5.0, Sling Mock Oak 4.0.0-1.62.0

2024-04-19 Thread Radu Cotescu
+1 On Wed, 17 Apr 2024 at 20:32, Stefan Seifert wrote: > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... >

Re: [VOTE] Release Apache Sling Testing Sling Mock Oak 3.2.0-1.22.15

2024-04-18 Thread Jörg Hoh
+1 Am Mi., 17. Apr. 2024 um 20:32 Uhr schrieb Stefan Seifert : > Hi, > > We solved 6 issues in this release: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353253=Text=12310710 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-2849/

Re: [VOTE] Release Apache Sling Testing Sling Mock 3.5.0, Sling Mock Oak 4.0.0-1.62.0

2024-04-18 Thread Jörg Hoh
+1 Am Mi., 17. Apr. 2024 um 20:32 Uhr schrieb Stefan Seifert : > Hi, > > Testing Sling Mock 3.5.0 (3 issues) > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12354169=Text=12310710 > > Testing Sling Mock Oak 4.0.0-1.62.0 (7 issues) > > https://is

RE: [VOTE] Release Apache Sling Testing Sling Mock 3.5.0, Sling Mock Oak 4.0.0-1.62.0

2024-04-17 Thread Stefan Seifert
+1 stefan

RE: [VOTE] Release Apache Sling Testing Sling Mock Oak 3.2.0-1.22.15

2024-04-17 Thread Stefan Seifert
+1 stefan

[VOTE] Release Apache Sling Testing Sling Mock 3.5.0, Sling Mock Oak 4.0.0-1.62.0

2024-04-17 Thread Stefan Seifert
Hi, Testing Sling Mock 3.5.0 (3 issues) https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12354169=Text=12310710 Testing Sling Mock Oak 4.0.0-1.62.0 (7 issues) https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12354581=Text=12310710 Staging repository: https

[VOTE] Release Apache Sling Testing Sling Mock Oak 3.2.0-1.22.15

2024-04-17 Thread Stefan Seifert
Hi, We solved 6 issues in this release: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12353253=Text=12310710 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2849/ You can use this UNIX script to download the release and verify the

[jira] [Resolved] (SLING-12296) sling-mock-oak: Update to Oak 1.62.0

2024-04-17 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-12296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert resolved SLING-12296. Resolution: Fixed https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak

Re: [PR] SLING-12296 Update to Oak 1.62.0 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-17 Thread via GitHub
stefanseifert merged PR #15: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/15 -- 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

Re: [PR] SLING-12296 Update to Oak 1.62.0 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-17 Thread via GitHub
sonarcloud[bot] commented on PR #15: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/15#issuecomment-2061927885 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png

[PR] SLING-12296 Update to Oak 1.62.0 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-17 Thread via GitHub
stefanseifert opened a new pull request, #15: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/15 https://issues.apache.org/jira/browse/SLING-12296 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[jira] [Created] (SLING-12296) sling-mock-oak: Update to Oak 1.62.0

2024-04-17 Thread Stefan Seifert (Jira)
Stefan Seifert created SLING-12296: -- Summary: sling-mock-oak: Update to Oak 1.62.0 Key: SLING-12296 URL: https://issues.apache.org/jira/browse/SLING-12296 Project: Sling Issue Type

[jira] [Resolved] (SLING-12287) sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 release

2024-04-17 Thread Stefan Seifert (Jira)
-testing-sling-mock-oak/commit/d4f0388ac9cf592a218230ee01cf14a6c3a93463] * 3.2.x: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/commit/edf70e21c3e06b9e4960d99332669050727c7251 > sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 rele

Re: [PR] SLING-12287 Switch to Oak 1.60 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-17 Thread via GitHub
stefanseifert merged PR #14: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/14 -- 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

[jira] [Comment Edited] (SLING-12287) sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 release

2024-04-17 Thread Stefan Seifert (Jira)
: - looking deeper into this, i think it's not easy possible to have a single JAR/POM supporting both oak 1.22 and latest oak version at the same time. there is too much change between them, regarding supported jdks and the change guava is embedded. i currently plan to do a branching of sling-mock-oak

Re: [PR] SLING-12287 Switch to Oak 1.22 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-17 Thread via GitHub
stefanseifert merged PR #13: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/13 -- 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

[jira] [Updated] (SLING-12287) sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 release

2024-04-17 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-12287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert updated SLING-12287: --- Fix Version/s: Testing Sling Mock Oak 4.0.0-1.60.0 > sling-mock-oak: Update to Oak 1

[jira] [Updated] (SLING-12287) sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 release

2024-04-17 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-12287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert updated SLING-12287: --- Summary: sling-mock-oak: Update to Oak 1.60 and provide separate 1.22 release (was: sling

[jira] [Commented] (SLING-12287) sling-mock-oak: Use latest Oak Version and add ITs to ensure compatiblity with 1.22.x

2024-04-12 Thread Stefan Seifert (Jira)
possible to have a single JAR/POM supporting both oak 1.22 and latest oak version at the same time. there is too much change between them, regarding supported jdks and the change guava is embedded. i currently plan to do a branching of sling-mock-oak - one maintenance branch for 1.22.x and one

Re: [PR] SLING-12287 Switch to Oak 1.60 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-12 Thread via GitHub
sonarcloud[bot] commented on PR #14: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/14#issuecomment-2051164075 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png

Re: [PR] SLING-12287 Switch to Oak 1.22 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-12 Thread via GitHub
sonarcloud[bot] commented on PR #13: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/13#issuecomment-2051120443 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png

[PR] SLING-12287 Switch to Oak 1.22 [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-12 Thread via GitHub
stefanseifert opened a new pull request, #13: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/13 switch back to Oak 1.22, which is the officially support "legacy" version of oak. switch back to parent 52 and limit build to java 11, as build wi

Re: [PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-11 Thread via GitHub
stefanseifert merged PR #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12 -- 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

Re: [PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-11 Thread via GitHub
sonarcloud[bot] commented on PR #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12#issuecomment-2049560447 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png

Re: [PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-11 Thread via GitHub
stefanseifert commented on code in PR #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12#discussion_r1560922574 ## pom.xml: ## @@ -45,7 +45,7 @@ 1.44.0 Review Comment: i've created [SLING-12287](https

[jira] [Created] (SLING-12287) sling-mock-oak: Use latest Oak Version and add ITs to ensure compatiblity with 1.22.x

2024-04-11 Thread Stefan Seifert (Jira)
Stefan Seifert created SLING-12287: -- Summary: sling-mock-oak: Use latest Oak Version and add ITs to ensure compatiblity with 1.22.x Key: SLING-12287 URL: https://issues.apache.org/jira/browse/SLING-12287

Re: [PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-11 Thread via GitHub
csaboka commented on code in PR #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12#discussion_r1560500748 ## pom.xml: ## @@ -45,7 +45,7 @@ 1.44.0 Review Comment: I think this change would be better done in a separate PR

Re: [PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-10 Thread via GitHub
reschke commented on code in PR #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12#discussion_r1560466861 ## pom.xml: ## @@ -45,7 +45,7 @@ 1.44.0 Review Comment: These versions of Oak and Jackrabbit are EOLd

Re: [PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-10 Thread via GitHub
csaboka commented on PR #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12#issuecomment-2047124607 This change depends on https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/39 . It won't build properly until that PR is merged

[PR] SLING-12266 - Support snapshotting mock Oak repositories [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-10 Thread via GitHub
csaboka opened a new pull request, #12: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/12 (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

Re: [PR] SLING-12284 Update to Parent 60, Java 11 Minimum Version [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-10 Thread via GitHub
stefanseifert merged PR #11: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/11 -- 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

Re: [PR] SLING-12284 Update to Parent 60, Java 11 Minimum Version [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-09 Thread via GitHub
sonarcloud[bot] commented on PR #11: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/11#issuecomment-2045754797 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png

[PR] SLING-12284 Update to Parent 60, Java 11 Minimum Version [sling-org-apache-sling-testing-sling-mock-oak]

2024-04-09 Thread via GitHub
stefanseifert opened a new pull request, #11: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/11 https://issues.apache.org/jira/browse/SLING-12284 this PR is not squashed by intention to keep the individual revs for code reformatting separated

Re: [PR] SLING-12208 Update Dependencies to 2023 [sling-org-apache-sling-testing-sling-mock-oak]

2023-12-21 Thread via GitHub
stefanseifert merged PR #10: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/10 -- 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

Re: [PR] SLING-12208 Update Dependencies to 2023 [sling-org-apache-sling-testing-sling-mock-oak]

2023-12-21 Thread via GitHub
sonarcloud[bot] commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/10#issuecomment-1866110709 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png

Re: [PR] SLING-12208 Update Dependencies to 2023 [sling-org-apache-sling-testing-sling-mock-oak]

2023-12-21 Thread via GitHub
sonarcloud[bot] commented on PR #10: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/10#issuecomment-1866102182 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png

[PR] SLING-12208 Update Dependencies to 2023 [sling-org-apache-sling-testing-sling-mock-oak]

2023-12-21 Thread via GitHub
stefanseifert opened a new pull request, #10: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/10 see https://issues.apache.org/jira/browse/SLING-12208 for details -- This is an automated message from the Apache Git Service. To respond to the message

[RESULT] [VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-15 Thread Eric Norman
Hi, The vote has passed with the following result : +1 (binding): Robert Munteanu, Stefan Seifert, Daniel Klco, Jörg Hoh, Eric Norman +1 (non binding): None I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository.

Re: [VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-15 Thread Eric Norman
+1 On Mon, Oct 9, 2023 at 4:14 PM Eric Norman wrote: > Hi, > > These releases are needed to be compatible with the latest production > version of oak (1.56.0 or later). > > We solved 2 issues in the JCR Maintenance release: > >

Re: [VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-11 Thread Jörg Hoh
+1 Am Di., 10. Okt. 2023 um 01:15 Uhr schrieb Eric Norman : > Hi, > > These releases are needed to be compatible with the latest production > version of oak (1.56.0 or later). > > We solved 2 issues in the JCR Maintenance release: > >

Re: [VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-11 Thread Daniel Klco
+1 On Wed, Oct 11, 2023 at 6:56 AM Stefan Seifert wrote: > > +1 > > stefan

RE: [VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-11 Thread Stefan Seifert
+1 stefan

Re: [PR] Bump org.apache.sling.jcr.base from 3.0.4 to 3.1.12 [sling-org-apache-sling-jcr-oak-server]

2023-10-10 Thread via GitHub
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/7#issuecomment-1755973019 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

Re: [VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-10 Thread Robert Munteanu
On Mon, 2023-10-09 at 16:14 -0700, Eric Norman wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[VOTE] Release Apache Sling JCR Maintenance v1.1.0, Apache Sling JCR Oak Server v1.4.0

2023-10-09 Thread Eric Norman
Hi, These releases are needed to be compatible with the latest production version of oak (1.56.0 or later). We solved 2 issues in the JCR Maintenance release: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310710=12350102=Text We solved 5 issues in the JCR Oak Server

[GitHub] [sling-org-apache-sling-jcr-oak-server] sonarcloud[bot] commented on pull request #7: Bump org.apache.sling.jcr.base from 3.0.4 to 3.1.12

2023-09-27 Thread via GitHub
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/7#issuecomment-1737474342 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-jcr-oak-server] enapps-enorman merged pull request #9: SLING-12045 Update to Sling Bundle Parent 52

2023-09-26 Thread via GitHub
enapps-enorman merged PR #9: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/9 -- 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] [sling-org-apache-sling-jcr-oak-server] sonarcloud[bot] commented on pull request #9: SLING-12045 Update to Sling Bundle Parent 52

2023-09-26 Thread via GitHub
sonarcloud[bot] commented on PR #9: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/9#issuecomment-1736193191 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-jcr-oak-server] enapps-enorman opened a new pull request, #9: SLING-12045 Update to Sling Bundle Parent 52

2023-09-26 Thread via GitHub
enapps-enorman opened a new pull request, #9: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/9 Update to latest bundle parent version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [sling-org-apache-sling-jcr-oak-server] enapps-enorman merged pull request #8: SLING-12035 bump oak dependency for compatibility with version 1.56.0

2023-09-26 Thread via GitHub
enapps-enorman merged PR #8: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/8 -- 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] [sling-org-apache-sling-jcr-oak-server] sonarcloud[bot] commented on pull request #8: SLING-12035 bump oak dependency for compatibility with version 1.56.0

2023-09-21 Thread via GitHub
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/8#issuecomment-1730363739 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-jcr-oak-server] sonarcloud[bot] commented on pull request #8: SLING-12035 bump oak dependency for compatibility with version 1.56.0

2023-09-20 Thread via GitHub
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/8#issuecomment-1728599711 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-jcr-oak-server] enapps-enorman opened a new pull request, #8: SLING-12035 bump oak dependency for compatibility with version 1.56.0

2023-09-20 Thread via GitHub
enapps-enorman opened a new pull request, #8: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/8 In order for sling to work with the latest release of oak, the oak dependencies must be bumped to 1.56.0 or later. The oak 1.56.0 release completed the removal

[GitHub] [sling-org-apache-sling-testing-sling-mock-oak] stefanseifert merged pull request #9: SLING-12000 Update to sling-bundle-parent 52, switch to Java 11

2023-08-14 Thread via GitHub
stefanseifert merged PR #9: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/9 -- 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] [sling-org-apache-sling-testing-sling-mock-oak] sonarcloud[bot] commented on pull request #9: SLING-12000 Update to sling-bundle-parent 52, switch to Java 11

2023-08-14 Thread via GitHub
sonarcloud[bot] commented on PR #9: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/9#issuecomment-1677382277 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-testing-sling-mock-oak] stefanseifert opened a new pull request, #9: SLING-12000 Update to sling-bundle-parent 52, switch to Java 11

2023-08-14 Thread via GitHub
stefanseifert opened a new pull request, #9: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/9 https://issues.apache.org/jira/browse/SLING-12000 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [sling-org-apache-sling-jcr-oak-server] sonarcloud[bot] commented on pull request #7: Bump org.apache.sling.jcr.base from 3.0.4 to 3.1.12

2023-07-12 Thread via GitHub
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-jcr-oak-server/pull/7#issuecomment-1633381711 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[jira] [Closed] (SLING-11873) sling-mock-oak: Improve oak-jcr dependency exclusions

2023-05-19 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-11873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert closed SLING-11873. -- > sling-mock-oak: Improve oak-jcr dependency exclusi

[jira] [Closed] (SLING-11752) sling-mock-oak: Update to Jackrabbit 2.20.6

2023-05-19 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-11752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert closed SLING-11752. -- > sling-mock-oak: Update to Jackrabbit 2.2

[RESULT] [VOTE] Release Apache Sling Testing JCR Mock 1.6.10, OSGi Mock 3.3.8, ResourceResolver Mock 1.4.2, Sling Mock 3.4.10, Sling Mock Oak 3.1.10-1.44.0, Context-Aware Configuration Mock Plugin 1.5

2023-05-19 Thread Stefan Seifert
Hi, The vote has passed with the following result : +1 (binding): Stefan Seifert, Robert Munteanu, Eric Norman, Daniel Klco I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. stefan

Re: [VOTE] Release Apache Sling Testing JCR Mock 1.6.10, OSGi Mock 3.3.8, ResourceResolver Mock 1.4.2, Sling Mock 3.4.10, Sling Mock Oak 3.1.10-1.44.0, Context-Aware Configuration Mock Plugin 1.5.0

2023-05-18 Thread Daniel Klco
ling Mock 3.4.10 (2 issues) > > https://issues.apache.org/jira/browse/SLING/fixforversion/12353212 > > > > Testing Sling Mock Oak 3.1.10-1.44.0 (2 issues) > > https://issues.apache.org/jira/browse/SLING/fixforversion/12352741 > > > > Context-Aware Configuration

Re: [VOTE] Release Apache Sling Testing JCR Mock 1.6.10, OSGi Mock 3.3.8, ResourceResolver Mock 1.4.2, Sling Mock 3.4.10, Sling Mock Oak 3.1.10-1.44.0, Context-Aware Configuration Mock Plugin 1.5.0

2023-05-18 Thread Eric Norman
/12353031 > > Testing ResourceResolver Mock 1.4.2 (1 issue) > https://issues.apache.org/jira/browse/SLING/fixforversion/12352243 > > Testing Sling Mock 3.4.10 (2 issues) > https://issues.apache.org/jira/browse/SLING/fixforversion/12353212 > > Testing Sling Mock Oak 3.1.10-1

Re: [VOTE] Release Apache Sling Testing JCR Mock 1.6.10, OSGi Mock 3.3.8, ResourceResolver Mock 1.4.2, Sling Mock 3.4.10, Sling Mock Oak 3.1.10-1.44.0, Context-Aware Configuration Mock Plugin 1.5.0

2023-05-16 Thread Robert Munteanu
On Tue, 2023-05-16 at 08:57 +, Stefan Seifert wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

RE: [VOTE] Release Apache Sling Testing JCR Mock 1.6.10, OSGi Mock 3.3.8, ResourceResolver Mock 1.4.2, Sling Mock 3.4.10, Sling Mock Oak 3.1.10-1.44.0, Context-Aware Configuration Mock Plugin 1.5.0

2023-05-16 Thread Stefan Seifert
+1 stefan

[VOTE] Release Apache Sling Testing JCR Mock 1.6.10, OSGi Mock 3.3.8, ResourceResolver Mock 1.4.2, Sling Mock 3.4.10, Sling Mock Oak 3.1.10-1.44.0, Context-Aware Configuration Mock Plugin 1.5.0

2023-05-16 Thread Stefan Seifert
/SLING/fixforversion/12352243 Testing Sling Mock 3.4.10 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12353212 Testing Sling Mock Oak 3.1.10-1.44.0 (2 issues) https://issues.apache.org/jira/browse/SLING/fixforversion/12352741 Context-Aware Configuration Mock Plugin 1.5.0

[jira] [Resolved] (SLING-11873) sling-mock-oak: Improve oak-jcr dependency exclusions

2023-05-15 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-11873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert resolved SLING-11873. Resolution: Fixed https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak

[GitHub] [sling-org-apache-sling-testing-sling-mock-oak] stefanseifert merged pull request #8: SLING-11873 sling-mock-oak: Improve oak-jcr dependency exclusions

2023-05-15 Thread via GitHub
stefanseifert merged PR #8: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/8 -- 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] [sling-org-apache-sling-testing-sling-mock-oak] sonarcloud[bot] commented on pull request #8: SLING-11873 sling-mock-oak: Improve oak-jcr dependency exclusions

2023-05-12 Thread via GitHub
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock-oak/pull/8#issuecomment-1545531669 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[jira] [Created] (SLING-11873) sling-mock-oak: Improve oak-jcr dependency exclusions

2023-05-12 Thread Stefan Seifert (Jira)
Stefan Seifert created SLING-11873: -- Summary: sling-mock-oak: Improve oak-jcr dependency exclusions Key: SLING-11873 URL: https://issues.apache.org/jira/browse/SLING-11873 Project: Sling

[GitHub] [sling-org-apache-sling-discovery-oak] sonarcloud[bot] commented on pull request #12: Bump commons-net from 3.3 to 3.9.0

2023-04-05 Thread via GitHub
sonarcloud[bot] commented on PR #12: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/12#issuecomment-1498006868 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-discovery-oak] sonarcloud[bot] commented on pull request #12: Bump commons-net from 3.3 to 3.9.0

2023-03-27 Thread via GitHub
sonarcloud[bot] commented on PR #12: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/12#issuecomment-1485782300 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-discovery-oak] sonarcloud[bot] commented on pull request #12: Bump commons-net from 3.3 to 3.9.0

2023-03-20 Thread via GitHub
sonarcloud[bot] commented on PR #12: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/12#issuecomment-1476817600 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-discovery-oak] stefan-egli merged pull request #14: SLING-11805 : Don't stop slingId cleanup upon PROPERTIES_CHANGED

2023-03-20 Thread via GitHub
stefan-egli merged PR #14: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/14 -- 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] [sling-org-apache-sling-discovery-oak] sonarcloud[bot] commented on pull request #14: SLING-11805 : added test to reproduce the current restricted behaviour

2023-03-16 Thread via GitHub
sonarcloud[bot] commented on PR #14: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/14#issuecomment-1472221422 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-discovery-oak] sonarcloud[bot] commented on pull request #14: SLING-11805 : added test to reproduce the current restricted behaviour

2023-03-16 Thread via GitHub
sonarcloud[bot] commented on PR #14: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/14#issuecomment-1471784495 Kudos, SonarCloud Quality Gate passed! [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

[GitHub] [sling-org-apache-sling-discovery-oak] stefan-egli merged pull request #13: SLING-10854 : introducing SlingIdCleanupTask to clean up old slingIds…

2023-03-14 Thread via GitHub
stefan-egli merged PR #13: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/13 -- 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   >