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:

[jira] [Created] (SLING-12138) Node Browser page keeps popping up login window

2023-11-09 Thread James Raynor (Jira)
James Raynor created SLING-12138: Summary: Node Browser page keeps popping up login window Key: SLING-12138 URL: https://issues.apache.org/jira/browse/SLING-12138 Project: Sling Issue Type:

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

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

[jira] [Commented] (SLING-12026) Check for implementation/extension of provider types

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784682#comment-17784682 ] Carsten Ziegeler commented on SLING-12026: -- I wasn't thinking of anything particular. maybe a

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

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

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

[jira] [Commented] (SLING-12131) Update sling-parent pom.xml to include JUnit5 dependencies

2023-11-09 Thread Rob McDougall (Jira)
[ https://issues.apache.org/jira/browse/SLING-12131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784482#comment-17784482 ] Rob McDougall commented on SLING-12131: --- OK, will do.  Thanks for the pointers. > Update

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] 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

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

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

[jira] [Updated] (SLING-12137) XSS API bundle no longer embeds the needed org.owasp.html classes

2023-11-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-12137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-12137: Priority: Critical (was: Major) > XSS API bundle no longer embeds the needed

[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

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

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

2023-11-09 Thread via GitHub
sonarcloud[bot] commented on PR #39: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/39#issuecomment-1803855483 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

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_r1388016165 ## src/main/java/org/apache/sling/jcr/repoinit/impl/DoNothingVisitor.java: ## @@ -66,7 +66,7 @@ protected DoNothingVisitor(Session s) {

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_r1388015841 ## src/main/java/org/apache/sling/jcr/repoinit/impl/AclVisitor.java: ## Review Comment: @jsedding , those are all valid points... it's

[jira] [Created] (SLING-12137) XSS API bundle no longer embeds the needed org.owasp.html classes

2023-11-09 Thread Robert Munteanu (Jira)
Robert Munteanu created SLING-12137: --- Summary: XSS API bundle no longer embeds the needed org.owasp.html classes Key: SLING-12137 URL: https://issues.apache.org/jira/browse/SLING-12137 Project:

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_r1388010901 ## src/main/java/org/apache/sling/jcr/repoinit/impl/AclUtil.java: ## @@ -420,7 +419,7 @@ private static boolean isValidPath(@NotNull Session

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_r1388009498 ## src/main/java/org/apache/sling/jcr/repoinit/impl/AclUtil.java: ## @@ -152,7 +154,9 @@ private static void setAcl(Session session, List

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_r1388008517 ## src/main/java/org/apache/sling/jcr/repoinit/impl/AclUtil.java: ## @@ -156,8 +156,11 @@ private static void setAcl(Session session, List

[jira] [Commented] (SLING-12026) Check for implementation/extension of provider types

2023-11-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784456#comment-17784456 ] Konrad Windszus commented on SLING-12026: - Are you referring to a specific Maven plugin where

[Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #1119 is FIXED

2023-11-09 Thread Apache Jenkins Server
Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/1119/ for details. No further emails will be sent until the status of the build is changed.

[jira] [Resolved] (SLING-12136) MapUtil.toMap infinite loop for Dictionary arguments

2023-11-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-12136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-12136. - Resolution: Fixed Fix applied, thanks [~RobMcDougall]! > MapUtil.toMap infinite loop

[jira] [Resolved] (SLING-12130) Update Apache Sling Hamcrest Matchers to use latest version of Hamcrest libraries

2023-11-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-12130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-12130. - Resolution: Fixed Fixed applied, thanks [~RobMcDougall]! > Update Apache Sling

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

2023-11-09 Thread via GitHub
rombert merged PR #2: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/2 -- 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:

[jira] [Assigned] (SLING-12123) Unexpected new requirements for the XSS bundle

2023-11-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-12123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-12123: --- Assignee: Robert Munteanu > Unexpected new requirements for the XSS bundle >

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

2023-11-09 Thread via GitHub
sonarcloud[bot] commented on PR #2: URL: https://github.com/apache/sling-org-apache-sling-testing-hamcrest/pull/2#issuecomment-1803763338 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

[jira] [Updated] (SLING-12136) MapUtil.toMap infinite loop for Dictionary arguments

2023-11-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-12136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-12136: Description: MapUtil.toLoop causes an infinite loop in case an object that implements

[jira] [Created] (SLING-12136) MapUtil.toMap infinite loop for Dictionary arguments

2023-11-09 Thread Robert Munteanu (Jira)
Robert Munteanu created SLING-12136: --- Summary: MapUtil.toMap infinite loop for Dictionary arguments Key: SLING-12136 URL: https://issues.apache.org/jira/browse/SLING-12136 Project: Sling

[jira] [Assigned] (SLING-12130) Update Apache Sling Hamcrest Matchers to use latest version of Hamcrest libraries

2023-11-09 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-12130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-12130: --- Assignee: Rob McDougall > Update Apache Sling Hamcrest Matchers to use latest

[jira] [Comment Edited] (SLING-12026) Check for implementation/extension of provider types

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784410#comment-17784410 ] Carsten Ziegeler edited comment on SLING-12026 at 11/9/23 12:16 PM:

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
sonarcloud[bot] commented on PR #45: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/45#issuecomment-1803721129 Kudos, SonarCloud Quality Gate passed! [![Quality Gate

[Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #1120 is BROKEN

2023-11-09 Thread Apache Jenkins Server
Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/1120/ for details. No further emails will be sent until the status of the build is changed. Build log follows below: [...truncated 28903 lines...] @media (min-width: 48em) {

[jira] [Commented] (SLING-12026) Check for implementation/extension of provider types

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784410#comment-17784410 ] Carsten Ziegeler commented on SLING-12026: -- I don't have a good idea; I have the feeling that

[jira] [Commented] (SLING-12135) Expose provider types in apis jar

2023-11-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784385#comment-17784385 ] Konrad Windszus commented on SLING-12135: - Just FTR: Each line in {{provider-types.txt}}

[jira] [Resolved] (SLING-12084) Expose provider types in feature model

2023-11-09 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved SLING-12084. - Resolution: Won't Fix [~cziegeler] Thanks, that should work fine as well for

[jira] [Commented] (SLING-12084) Expose provider types in feature model

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784373#comment-17784373 ] Carsten Ziegeler commented on SLING-12084: -- I've added a similar functionality which adds the

[jira] [Assigned] (SLING-12084) Expose provider types in feature model

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-12084: Assignee: (was: Carsten Ziegeler) > Expose provider types in feature model >

[jira] [Updated] (SLING-12135) Expose provider types in apis jar

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-12135: - Description: In order to be able to check whether provider type interfaces of an API

[jira] [Commented] (SLING-12135) Expose provider types in apis jar

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17784371#comment-17784371 ] Carsten Ziegeler commented on SLING-12135: -- The list of provider types is added to the apis jar

[jira] [Created] (SLING-12135) Expose provider types in apis jar

2023-11-09 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-12135: Summary: Expose provider types in apis jar Key: SLING-12135 URL: https://issues.apache.org/jira/browse/SLING-12135 Project: Sling Issue Type:

[jira] [Updated] (SLING-12084) Expose provider types in feature model

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-12084: - Fix Version/s: (was: OSGi Feature Maven Plugin 1.8.0) > Expose provider types in

[jira] [Updated] (SLING-12135) Expose provider types in apis jar

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-12135: - Fix Version/s: OSGi Feature Maven Plugin 1.8.0 > Expose provider types in apis jar >

[jira] [Updated] (SLING-12084) Expose provider types in feature model

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-12084: - Fix Version/s: OSGi Feature Maven Plugin 1.7.6 > Expose provider types in feature model

[jira] [Updated] (SLING-12084) Expose provider types in feature model

2023-11-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-12084: - Component/s: Maven Plugins and Archetypes > Expose provider types in feature model >

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

2023-11-09 Thread via GitHub
cziegeler commented on code in PR #40: URL: https://github.com/apache/sling-org-apache-sling-engine/pull/40#discussion_r1387629421 ## src/main/java/org/apache/sling/engine/impl/request/RequestData.java: ## @@ -507,7 +507,12 @@ public static void service(SlingHttpServletRequest