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

2022-10-20 Thread Apache Jenkins Server
Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/484/ for details. No further emails will be sent until the status of the build is changed. Build log follows below: [...truncated 14042 lines...] [INFO] [INFO] --- feature-launcher-maven

[jira] [Resolved] (SLING-11631) The server ready waitForQuietPeriod pause should only happen once

2022-10-20 Thread Eric Norman (Jira)
[ https://issues.apache.org/jira/browse/SLING-11631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman resolved SLING-11631. - Resolution: Fixed Fixed at: [c97ac74|https://github.com/apache/sling-org-apache-sling-testing-s

[jira] [Created] (SLING-11631) The server ready waitForQuietPeriod pause should only happen once

2022-10-20 Thread Eric Norman (Jira)
Eric Norman created SLING-11631: --- Summary: The server ready waitForQuietPeriod pause should only happen once Key: SLING-11631 URL: https://issues.apache.org/jira/browse/SLING-11631 Project: Sling

[GitHub] [sling-org-apache-sling-caconfig-integration-tests] sonarcloud[bot] commented on pull request #1: SLING-11114 update SLING API to 2.21.0

2022-10-20 Thread GitBox
sonarcloud[bot] commented on PR #1: URL: https://github.com/apache/sling-org-apache-sling-caconfig-integration-tests/pull/1#issuecomment-1285928906 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Qu

[GitHub] [sling-org-apache-sling-auth-xing-oauth] sonarcloud[bot] commented on pull request #2: Upgrade to sling 48

2022-10-20 Thread GitBox
sonarcloud[bot] commented on PR #2: URL: https://github.com/apache/sling-org-apache-sling-auth-xing-oauth/pull/2#issuecomment-1285869232 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/fai

[GitHub] [sling-org-apache-sling-auth-xing-login] sonarcloud[bot] commented on pull request #2: Upgrade to sling 48

2022-10-20 Thread GitBox
sonarcloud[bot] commented on PR #2: URL: https://github.com/apache/sling-org-apache-sling-auth-xing-login/pull/2#issuecomment-1285869076 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/fai

[GitHub] [sling-org-apache-sling-xss] rombert commented on a diff in pull request #30: SLING-11592 - Fix policy adapter condition chaining and add tests

2022-10-20 Thread GitBox
rombert commented on code in PR #30: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/30#discussion_r1000827100 ## src/main/java/org/apache/sling/xss/impl/xml/AntiSamyRules.java: ## @@ -125,3 +126,10 @@ public Map getCommonPatternByName() { .colle

[GitHub] [sling-org-apache-sling-discovery-oak] ashokmca07 commented on pull request #11: SLING-11619 : safeguard backoff factors config

2022-10-20 Thread GitBox
ashokmca07 commented on PR #11: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/11#issuecomment-1285710670 > @ashokmca07 : this issue (SLING-11619) popped up recently and I started to look into it. As you were involved in the parent 47 upgrade I thought perhaps you

[GitHub] [sling-org-apache-sling-discovery-oak] sonarcloud[bot] commented on pull request #11: SLING-11619 : safeguard backoff factors config

2022-10-20 Thread GitBox
sonarcloud[bot] commented on PR #11: URL: https://github.com/apache/sling-org-apache-sling-discovery-oak/pull/11#issuecomment-1285560726 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBa

[GitHub] [sling-org-apache-sling-xss] sonarcloud[bot] commented on pull request #30: SLING-11592 - Fix policy adapter condition chaining and add tests

2022-10-20 Thread GitBox
sonarcloud[bot] commented on PR #30: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/30#issuecomment-1285466183 SonarCloud Quality Gate failed.    [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.p

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #30: SLING-11592 - Fix policy adapter condition chaining and add tests

2022-10-20 Thread GitBox
nonanalou commented on code in PR #30: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/30#discussion_r1000559957 ## src/test/java/org/apache/sling/xss/impl/AntiSamyPolicyWithTestConfigTest.java: ## @@ -0,0 +1,146 @@ +/*

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #30: SLING-11592 - Fix policy adapter condition chaining and add tests

2022-10-20 Thread GitBox
nonanalou commented on code in PR #30: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/30#discussion_r1000559727 ## src/test/java/org/apache/sling/xss/impl/AntiSamyPolicyWithTestConfigTest.java: ## @@ -0,0 +1,146 @@ +/*

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #30: SLING-11592 - Fix policy adapter condition chaining and add tests

2022-10-20 Thread GitBox
nonanalou commented on code in PR #30: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/30#discussion_r1000559047 ## src/main/java/org/apache/sling/xss/impl/AntiSamyPolicyAdapter.java: ## @@ -222,43 +224,28 @@ public boolean apply(String s) { private static P

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #30: SLING-11592 - Fix policy adapter condition chaining and add tests

2022-10-20 Thread GitBox
nonanalou commented on code in PR #30: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/30#discussion_r1000558760 ## src/main/java/org/apache/sling/xss/impl/AntiSamyPolicyAdapter.java: ## @@ -222,43 +224,28 @@ public boolean apply(String s) { private static P

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

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

[GitHub] [sling-org-apache-sling-feature] rombert commented on pull request #31: Set use caches to false in IOUtils get jar to work around a possible …

2022-10-20 Thread GitBox
rombert commented on PR #31: URL: https://github.com/apache/sling-org-apache-sling-feature/pull/31#issuecomment-1285108380 For the record, this was done for https://issues.apache.org/jira/browse/SLING-11630 -- This is an automated message from the Apache Git Service. To respond to the me