Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
anchela commented on code in PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#discussion_r1388024166 ## src/test/java/org/apache/sling/jcr/repoinit/GeneralAclTest.java: ## @@ -270,9 +270,9 @@ private void verifyRegisterNamespace(String username

[PR] SLING-12137 - XSS API bundle no longer embeds the needed org.owasp.ht… [sling-org-apache-sling-xss]

2023-11-09 Thread via GitHub
rombert opened a new pull request, #40: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/40 …ml classes Mark org.owasp.html as a private-package so that it is included in the jar file. Use 'merge-first' since we provide classes in our own project. We don't overwrite any

Re: [PR] SLING-12137 - XSS API bundle no longer embeds the needed org.owasp.html classes [sling-org-apache-sling-xss]

2023-11-09 Thread via GitHub
rombert commented on PR #40: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/40#issuecomment-1803866476 Manual checks for the generated jar ``` $ jar tf target/org.apache.sling.xss-2.3.11-SNAPSHOT.jar | grep -E -c 'owasp/html/.*.class' 117 $ jar tf target/org.

Re: [PR] SLING-12137 - XSS API bundle no longer embeds the needed org.owasp.html classes [sling-org-apache-sling-xss]

2023-11-09 Thread via GitHub
sonarcloud[bot] commented on PR #40: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/40#issuecomment-1803869680 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed

Re: [PR] Updated Hamcrest version to 2.2 [sling-org-apache-sling-testing-hamcrest]

2023-11-09 Thread via GitHub
rmcdouga commented on PR #2: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/2#issuecomment-1803926586 Thank you for doing that and walking me through the process. I will structure my commit comments like that in the future. -- This is an automated message fr

Re: [PR] Updated Hamcrest version to 2.2 [sling-org-apache-sling-testing-hamcrest]

2023-11-09 Thread via GitHub
rombert commented on PR #2: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/2#issuecomment-1803933132 All good, thanks for the contribution! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
jsedding commented on code in PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#discussion_r1388150998 ## src/test/java/org/apache/sling/jcr/repoinit/GeneralAclTest.java: ## @@ -270,9 +270,9 @@ private void verifyRegisterNamespace(String usernam

Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
jsedding commented on PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#issuecomment-1804022381 Thank you for your reviews, @anchela! Addressing the points you raised forced me to look at all the details again, and I believe the result is an improvement ove

Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
rombert commented on code in PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#discussion_r1388291023 ## src/main/java/org/apache/sling/jcr/repoinit/impl/AclUtil.java: ## @@ -174,9 +173,26 @@ private static void setAcl(Session session, List pri

Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
jsedding commented on code in PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#discussion_r1389007296 ## src/main/java/org/apache/sling/jcr/repoinit/impl/AclUtil.java: ## @@ -174,9 +173,26 @@ private static void setAcl(Session session, List pr

Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
jsedding commented on PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#issuecomment-1805221195 @anchela in order to clear your "changes request" status from the PR, I clicked the "re-request review" icon. Should have done that yesterday, before you reviewe

Re: [PR] SLING-12115 - Repoinit should leave importBehaviour for ACL creation to JCR [sling-org-apache-sling-jcr-repoinit]

2023-11-09 Thread via GitHub
jsedding merged PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45 -- 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: dev-u

Re: [PR] SLING-12123 - Unexpected new requirements for the XSS bundle [sling-org-apache-sling-xss]

2023-11-10 Thread via GitHub
rombert merged PR #39: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/39 -- 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: dev-unsubscr...

Re: [PR] SLING-12137 - XSS API bundle no longer embeds the needed org.owasp.html classes [sling-org-apache-sling-xss]

2023-11-10 Thread via GitHub
rombert merged PR #40: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/40 -- 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: dev-unsubscr...

[PR] SLING-12139 - Bump dependency versions [sling-org-apache-sling-testing-hamcrest]

2023-11-10 Thread via GitHub
rmcdouga opened a new pull request, #3: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/3 org.apache.sling.testing.sling-mock 1.8.0->3.4.14 org.apache.sling:sling 47->52 -- This is an automated message from the Apache Git Service. To respond to the message, p

[PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-test-services]

2023-11-10 Thread via GitHub
rombert opened a new pull request, #6: URL: https://github.com/apache/sling-org-apache-sling-launchpad-test-services/pull/6 Add a servlet that uses the Jakarta JSON APIs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
rombert opened a new pull request, #17: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/17 Add a test that uses the Jakarta JSON test service -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
rombert commented on PR #17: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/17#issuecomment-1805729792 Must be merged after https://github.com/apache/sling-org-apache-sling-launchpad-test-services/pull/6 -- This is an automated message from the Apa

Re: [PR] SLING-12124 - Inconsistent handling of empty selectors [sling-org-apache-sling-engine]

2023-11-10 Thread via GitHub
cziegeler merged PR #40: URL: https://github.com/apache/sling-org-apache-sling-engine/pull/40 -- 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: dev-unsubs

Re: [PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-test-services]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-org-apache-sling-launchpad-test-services/pull/6#issuecomment-1805793798 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateB

Re: [PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-test-services]

2023-11-10 Thread via GitHub
rombert merged PR #6: URL: https://github.com/apache/sling-org-apache-sling-launchpad-test-services/pull/6 -- 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-ma

[PR] chore: don't generate javadoc [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
rombert opened a new pull request, #18: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/18 The javadoc generation fails with multiple errors and we don't need to generate it for these tests. -- This is an automated message from the Apache Git Servic

Re: [PR] chore: don't generate javadoc [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #18: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/18#issuecomment-1805835422 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

Re: [PR] chore: don't generate javadoc [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
rombert merged PR #18: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/18 -- 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

Re: [PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #17: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/17#issuecomment-1805847038 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Qualit

Re: [PR] SLING-11836 - Add Jakarta JSON support to the Sling Starter [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
rombert merged PR #17: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/17 -- 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

Re: [PR] Bump org.apache.sling.jcr.base from 3.0.2 to 3.1.12 [sling-org-apache-sling-launchpad-integration-tests]

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

Re: [PR] Bump plexus-utils from 3.0.9 to 3.0.16 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/6#issuecomment-1806194597 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Q

Re: [PR] Bump org.apache.sling.servlets.post from 2.3.0 to 2.3.8 [sling-org-apache-sling-launchpad-integration-tests]

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

Re: [PR] [SLING-9417] Added test for an nt:file child of a versioned node [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #1: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/1#issuecomment-1806194807 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityG

Re: [PR] Bump logback-classic from 1.1.2 to 1.2.0 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #12: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/12#issuecomment-1806195122 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

Re: [PR] Bump org.apache.sling.api from 2.3.0 to 2.25.4 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/8#issuecomment-1806196070 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Q

Re: [PR] Bump commons-io from 2.5 to 2.7 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #14: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/14#issuecomment-1806195663 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

Re: [PR] SLING-11485 - RepoInitValidator to check for content changes contradi… [sling-org-apache-sling-jcr-repoinit]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #34: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/34#issuecomment-1806205355 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/fail

Re: [PR] Bump org.apache.sling.servlets.post from 2.1.2 to 2.3.8 [sling-org-apache-sling-launchpad-test-services]

2023-11-10 Thread via GitHub
sonarcloud[bot] commented on PR #4: URL: https://github.com/apache/sling-org-apache-sling-launchpad-test-services/pull/4#issuecomment-1806385872 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Quali

Re: [PR] SLING-12139 - Bump dependency versions [sling-org-apache-sling-testing-hamcrest]

2023-11-11 Thread via GitHub
sonarcloud[bot] commented on PR #3: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/3#issuecomment-1806800870 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateB

Re: [PR] Bump plexus-utils from 3.0.9 to 3.0.16 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-11 Thread via GitHub
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/6#issuecomment-1806899400 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Q

Re: [PR] [SLING-9417] Added test for an nt:file child of a versioned node [sling-org-apache-sling-launchpad-integration-tests]

2023-11-11 Thread via GitHub
sonarcloud[bot] commented on PR #1: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/1#issuecomment-1806899453 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityG

Re: [PR] Bump org.apache.sling.jcr.base from 3.0.2 to 3.1.12 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-11 Thread via GitHub
sonarcloud[bot] commented on PR #11: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/11#issuecomment-1806899555 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks

Re: [PR] Bump commons-io from 2.5 to 2.7 [sling-org-apache-sling-launchpad-integration-tests]

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

Re: [PR] Bump org.apache.sling.servlets.post from 2.3.0 to 2.3.8 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-11 Thread via GitHub
sonarcloud[bot] commented on PR #7: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/7#issuecomment-1806899425 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Q

Re: [PR] Bump org.apache.sling.api from 2.3.0 to 2.25.4 [sling-org-apache-sling-launchpad-integration-tests]

2023-11-11 Thread via GitHub
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/8#issuecomment-1806899499 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Q

Re: [PR] Bump logback-classic from 1.1.2 to 1.2.0 [sling-org-apache-sling-launchpad-integration-tests]

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

[PR] SLING-12144 - Bump non-sling dependencies to latest in org.apache.sling.testing.sling-mock [sling-org-apache-sling-testing-sling-mock]

2023-11-12 Thread via GitHub
rmcdouga opened a new pull request, #31: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/31 Bump dependencies: Mockito: 4.7.0 -> 5.7.0 commons-lang 2.6 -> commons-lang3 3.13.0 commons-io 2.11.0 -> 2.13.0 commons-collectios4 4.2 -> 4.4 JUnit5 5.

Re: [PR] SLING-12144 - Bump non-sling dependencies to latest in org.apache.sling.testing.sling-mock [sling-org-apache-sling-testing-sling-mock]

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

[PR] SLING-12114 - Update org.apache.sling.jcr.repoinit to parent pom 52 [sling-org-apache-sling-jcr-repoinit]

2023-11-13 Thread via GitHub
jsedding opened a new pull request, #47: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/47 - update parent and dependencies - cleanup unused dependencies -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] SLING-12114 - Update org.apache.sling.jcr.repoinit to parent pom 52 [sling-org-apache-sling-jcr-repoinit]

2023-11-13 Thread via GitHub
jsedding merged PR #47: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/47 -- 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: dev-u

Re: [PR] SLING-12147 Replace Sling XSS with OWASP Encoder [sling-org-apache-sling-caconfig-impl]

2023-11-13 Thread via GitHub
sonarcloud[bot] commented on PR #8: URL: https://github.com/apache/sling-org-apache-sling-caconfig-impl/pull/8#issuecomment-1808244803 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/faile

Re: [PR] SLING-12147 Replace Sling XSS with OWASP Encoder [sling-org-apache-sling-caconfig-impl]

2023-11-13 Thread via GitHub
stefanseifert merged PR #8: URL: https://github.com/apache/sling-org-apache-sling-caconfig-impl/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: d

Re: [PR] SLING-12139 - Bump dependency versions [sling-org-apache-sling-testing-hamcrest]

2023-11-13 Thread via GitHub
rombert commented on code in PR #3: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/3#discussion_r1391365542 ## pom.xml: ## @@ -55,7 +55,7 @@ org.apache.sling org.apache.sling.api -2.4.0 +2.

Re: [PR] SLING-11485 - RepoInitValidator to check for content changes contradi… [sling-org-apache-sling-jcr-repoinit]

2023-11-13 Thread via GitHub
sonarcloud[bot] commented on PR #34: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/34#issuecomment-1808788288 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/fail

Re: [PR] SLING-12139 - Bump dependency versions [sling-org-apache-sling-testing-hamcrest]

2023-11-13 Thread via GitHub
rmcdouga commented on code in PR #3: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/3#discussion_r1391551624 ## pom.xml: ## @@ -55,7 +55,7 @@ org.apache.sling org.apache.sling.api -2.4.0 +2

Re: [PR] SLING-12139 - Bump dependency versions [sling-org-apache-sling-testing-hamcrest]

2023-11-13 Thread via GitHub
rmcdouga commented on code in PR #3: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/3#discussion_r1391551624 ## pom.xml: ## @@ -55,7 +55,7 @@ org.apache.sling org.apache.sling.api -2.4.0 +2

Re: [PR] SLING-12139 - Bump dependency versions [sling-org-apache-sling-testing-hamcrest]

2023-11-13 Thread via GitHub
rmcdouga commented on code in PR #3: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/3#discussion_r1391551624 ## pom.xml: ## @@ -55,7 +55,7 @@ org.apache.sling org.apache.sling.api -2.4.0 +2

Re: [PR] SLING-11352 - Fix parsing of path-only mappings [sling-org-apache-sling-resourceresolver]

2023-11-13 Thread via GitHub
sonarcloud[bot] commented on PR #84: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/84#issuecomment-1808922325 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGat

Re: [PR] Various improvements for the webconsole plugin [sling-org-apache-sling-resourceresolver]

2023-11-13 Thread via GitHub
sonarcloud[bot] commented on PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#issuecomment-1808923595 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/

[PR] chore(deps): update dependency org.apache.sling:org.apache.sling.xss to v2.4.0 [sling-site]

2023-11-13 Thread via GitHub
renovate-bot opened a new pull request, #146: URL: https://github.com/apache/sling-site/pull/146 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Co

Re: [PR] chore(deps): update dependency org.apache.sling:org.apache.sling.xss to v2.4.0 [sling-site]

2023-11-13 Thread via GitHub
rombert merged PR #146: URL: https://github.com/apache/sling-site/pull/146 -- 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: dev-unsubscr...@sling.apache.

[PR] chore(deps): update dependency org.apache.sling:org.apache.sling.resourceresolver to v1.11.2 [sling-org-apache-sling-starter]

2023-11-13 Thread via GitHub
renovate-bot opened a new pull request, #272: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/272 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Ado

[PR] chore(deps): update dependency org.apache.sling:org.apache.sling.xss to v2.4.0 [sling-org-apache-sling-starter]

2023-11-13 Thread via GitHub
renovate-bot opened a new pull request, #273: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/273 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Ado

Re: [PR] chore(deps): update dependency org.apache.sling:org.apache.sling.xss to v2.4.0 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
rombert merged PR #273: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/273 -- 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: dev-unsub

Re: [PR] chore(deps): update dependency org.apache.sling:org.apache.sling.resourceresolver to v1.11.2 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
rombert closed pull request #272: chore(deps): update dependency org.apache.sling:org.apache.sling.resourceresolver to v1.11.2 URL: https://github.com/apache/sling-org-apache-sling-starter/pull/272 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] chore(deps): update dependency org.apache.sling:org.apache.sling.resourceresolver to v1.11.2 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
rombert commented on PR #272: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/272#issuecomment-1809868535 Will wait for the follow-up 1.11.4 release - https://lists.apache.org/thread/f8c4x9r0o0fg54rm1q0mf1wmcm715s01 . -- This is an automated message from the Apache Git

Re: [PR] chore(deps): update dependency org.apache.sling:org.apache.sling.resourceresolver to v1.11.2 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
forking-renovate[bot] commented on PR #272: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/272#issuecomment-1809868910 ### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`1.11.2`). You will get a PR once

Re: [PR] chore(deps): update dependency org.apache.sling:slingfeature-maven-plugin to v1.7.4 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
rombert merged PR #271: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/271 -- 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: dev-unsub

Re: [PR] SLING-12144 - Bump non-sling dependencies to latest in org.apache.sling.testing.sling-mock [sling-org-apache-sling-testing-sling-mock]

2023-11-14 Thread via GitHub
stefanseifert commented on PR #31: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/31#issuecomment-1809987488 thanks for this PR! some comments: * updating the testing dependencies junit and and mockito is an non-brainer and should be done immediately

Re: [PR] SLING-12144 - Bump non-sling dependencies to latest in org.apache.sling.testing.sling-mock [sling-org-apache-sling-testing-sling-mock]

2023-11-14 Thread via GitHub
rmcdouga commented on PR #31: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/31#issuecomment-1810126968 OK, I will split up the changes into multiple PRs as requested. I'm not sure I agree with the idea of using older dependency versions for compatibili

Re: [PR] SLING-12144 - Bump non-sling dependencies to latest in org.apache.sling.testing.sling-mock [sling-org-apache-sling-testing-sling-mock]

2023-11-14 Thread via GitHub
stefanseifert commented on PR #31: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/31#issuecomment-1810204110 > I'm not sure I agree with the idea of using older dependency versions for compatibility with older downstream product versions. Older versions of [s

[PR] chore(deps): update dependency org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle to v1.3.7 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
renovate-bot opened a new pull request, #274: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/274 [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Ado

Re: [PR] SLING-12144 - Bump non-sling dependencies to latest in org.apache.sling.testing.sling-mock [sling-org-apache-sling-testing-sling-mock]

2023-11-14 Thread via GitHub
rmcdouga commented on PR #31: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/31#issuecomment-1810370859 > in general i'm completely on your side, but if you are e.g. stuck in an older AEM 6.5 project, you are bound to work with a certain set of outdated 3rdpa

Re: [PR] chore(deps): update dependency org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle to v1.3.7 [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
rombert merged PR #274: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/274 -- 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: dev-unsub

Re: [PR] SLING-12153 - Update maven-archiver and maven-filtering [sling-slingfeature-maven-plugin]

2023-11-14 Thread via GitHub
sonarcloud[bot] commented on PR #81: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/81#issuecomment-1810713081 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/p

Re: [PR] SLING-11352 - Fix parsing of path-only mappings [sling-org-apache-sling-resourceresolver]

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

Re: [PR] Various improvements for the webconsole plugin [sling-org-apache-sling-resourceresolver]

2023-11-14 Thread via GitHub
sonarcloud[bot] commented on PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#issuecomment-1811093184 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/

[PR] SLING-12154 - Add Generic Proxy configuration for Composum Health Checks [sling-org-apache-sling-starter]

2023-11-14 Thread via GitHub
klcodanr opened a new pull request, #275: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/275 Currently returns a 404 due to the proxy not being configured. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] SLING-9745 Sling Uri Mapping SPI [sling-org-apache-sling-api]

2023-11-14 Thread via GitHub
cziegeler closed pull request #25: SLING-9745 Sling Uri Mapping SPI URL: https://github.com/apache/sling-org-apache-sling-api/pull/25 -- 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 comm

Re: [PR] SLING-9662 Introduce Resource Mapping SPI [sling-org-apache-sling-resourceresolver]

2023-11-14 Thread via GitHub
cziegeler closed pull request #22: SLING-9662 Introduce Resource Mapping SPI URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/22 -- 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 g

Re: [PR] Feature/sling 9662 introduce sling uri mapping spi v3 [sling-org-apache-sling-auth-core]

2023-11-14 Thread via GitHub
cziegeler closed pull request #6: Feature/sling 9662 introduce sling uri mapping spi v3 URL: https://github.com/apache/sling-org-apache-sling-auth-core/pull/6 -- 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

Re: [PR] SLING-12153 - Update maven-archiver and maven-filtering [sling-slingfeature-maven-plugin]

2023-11-14 Thread via GitHub
rombert merged PR #81: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/81 -- 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: dev-unsubs

[PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-sling-mock]

2023-11-15 Thread via GitHub
rmcdouga opened a new pull request, #32: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/32 Broken into a separate PR, Removed commons-lang in favour of more recent commons-lang3. I plan to update this in the other mock projects to 3.13.0 as well

[PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub
rmcdouga opened a new pull request, #36: URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/36 Bump commons-lang3 3.9->3.13.0 -- 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 g

Re: [PR] SLING-12071: upgrade to sling parent 49 [sling-org-apache-sling-fsresource]

2023-11-15 Thread via GitHub
sonarcloud[bot] commented on PR #2: URL: https://github.com/apache/sling-org-apache-sling-fsresource/pull/2#issuecomment-1812497569 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/p

Re: [PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-sling-mock]

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

Re: [PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub
sonarcloud[bot] commented on PR #36: URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/36#issuecomment-1812500227 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGa

Re: [PR] SLING-12154 - Add Generic Proxy configuration for Composum Health Checks [sling-org-apache-sling-starter]

2023-11-15 Thread via GitHub
klcodanr merged PR #275: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/275 -- 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: dev-unsu

Re: [PR] SLING-12072: migrate to jakarta.json [sling-org-apache-sling-junit-core]

2023-11-15 Thread via GitHub
jsedding commented on code in PR #20: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/20#discussion_r1394490078 ## pom.xml: ## @@ -34,12 +34,10 @@ Runs JUnit tests in an OSGi framework and provides the JUnit libraries -4.13 +

[PR] SLING-12157 [osgi-mock] late binding does not work for non-service DS components [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub
jsedding opened a new pull request, #37: URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/37 - OsgiServiceUtilBindUnbindTest seems to have worked around this issue, hence the change - factored out "registerDSComponent" in order to reduce code duplication - w

Re: [PR] SLING-12157 [osgi-mock] late binding does not work for non-service DS components [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub
sonarcloud[bot] commented on PR #37: URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/37#issuecomment-1812938063 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGa

[PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-jcr-mock]

2023-11-16 Thread via GitHub
rmcdouga opened a new pull request, #25: URL: https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/25 Bump commons-lang3 3.9->3.13.0 -- 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-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-jcr-mock]

2023-11-16 Thread via GitHub
sonarcloud[bot] commented on PR #25: URL: https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/25#issuecomment-1814358933 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGat

[PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-resourceresolver-mock]

2023-11-16 Thread via GitHub
rmcdouga opened a new pull request, #12: URL: https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock/pull/12 Bump commons-lang3 3.9->3.13.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-resourceresolver-mock]

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

[PR] Sling 12144 Update JUnit and Mockito dependencies [sling-org-apache-sling-testing-sling-mock]

2023-11-16 Thread via GitHub
rmcdouga opened a new pull request, #33: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/33 Bump Mockito: 4.7.0 -> 5.7.0 Bunp JUnit5 5.2.0 -> 5.10.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] Sling 12144 Update JUnit and Mockito dependencies [sling-org-apache-sling-testing-sling-mock]

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

[PR] Sling-12144 Update JUnit and Mockito dependencies [sling-org-apache-sling-testing-osgi-mock]

2023-11-16 Thread via GitHub
rmcdouga opened a new pull request, #38: URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/38 Bump Mockito: 4.7.0 -> 5.7.0 Bunp JUnit5 5.2.0 -> 5.10.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Sling-12144 Update JUnit and Mockito dependencies [sling-org-apache-sling-testing-osgi-mock]

2023-11-16 Thread via GitHub
sonarcloud[bot] commented on PR #38: URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/38#issuecomment-1814417404 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGa

[PR] SLING-12144 - Bump Mockito dependency to latest version (5.7.0) [sling-org-apache-sling-testing-jcr-mock]

2023-11-16 Thread via GitHub
rmcdouga opened a new pull request, #26: URL: https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/26 Bump Mockito: 4.5.1 -> 5.7.0 -- 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 t

[PR] SLING-12144 - Bump Mockito dependency to latest version (5.7.0) [sling-org-apache-sling-testing-resourceresolver-mock]

2023-11-16 Thread via GitHub
rmcdouga opened a new pull request, #13: URL: https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock/pull/13 Bump Mockito: 4.7.0 -> 5.7.0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] SLING-12144 - Bump Mockito dependency to latest version (5.7.0) [sling-org-apache-sling-testing-jcr-mock]

2023-11-16 Thread via GitHub
sonarcloud[bot] commented on PR #26: URL: https://github.com/apache/sling-org-apache-sling-testing-jcr-mock/pull/26#issuecomment-1814532953 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGat

Re: [PR] SLING-12144 - Bump Mockito dependency to latest version (5.7.0) [sling-org-apache-sling-testing-resourceresolver-mock]

2023-11-16 Thread via GitHub
sonarcloud[bot] commented on PR #13: URL: https://github.com/apache/sling-org-apache-sling-testing-resourceresolver-mock/pull/13#issuecomment-1814541546 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/chec

  1   2   3   4   5   6   7   8   9   10   >