[jira] [Commented] (SLING-11525) Update dependency for sling.api v2.26.0 compatibility

2022-08-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-11525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1752#comment-1752 ] Carsten Ziegeler commented on SLING-11525: -- [~enorman] What is causing this narrow version

Re: [VOTE] Release Apache Sling Resource Resolver 1.10.0, Apache Sling Scripting HTL JS Use Provider 1.2.8, Apache Sling Scripting HTL Engine 1.4.20-1.4.0, Apache Sling Servlets Resolver 2.9.8, Apache

2022-08-09 Thread Eric Norman
+1 However, this set of new bundles can not be added to the starter yet as there is a conflict with the *org.apache.sling.jcr.jackrabbit.usermanager* artifact. I started SLING-11525 to track the problem and prepared a PR that fixes the problem. That PR is blocked until these bundles are released

[GitHub] [sling-org-apache-sling-jcr-jackrabbit-usermanager] enapps-enorman commented on pull request #14: SLING-11525 Update dependency for sling.api v2.26.0 compatibility

2022-08-09 Thread GitBox
enapps-enorman commented on PR #14: URL: https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager/pull/14#issuecomment-1210036938 FYI: This PR won't build until org.apache.sling.api:2.26.0 is available on central -- This is an automated message from the Apache Git

[GitHub] [sling-org-apache-sling-jcr-jackrabbit-usermanager] enapps-enorman opened a new pull request, #14: SLING-11525 Update dependency for sling.api v2.26.0 compatibility

2022-08-09 Thread GitBox
enapps-enorman opened a new pull request, #14: URL: https://github.com/apache/sling-org-apache-sling-jcr-jackrabbit-usermanager/pull/14 Update dependency for compatibility with sling.api v2.26.0 Resolves this error from the feature analyzer: `[ERROR] [bundle-packages]

[jira] [Updated] (SLING-6767) Jackrabbit Usermanager: Allow to detect whether a POST request was treated by the default POST servlet or the jackrabbit.usermanager

2022-08-09 Thread Eric Norman (Jira)
[ https://issues.apache.org/jira/browse/SLING-6767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated SLING-6767: --- Fix Version/s: (was: JCR Jackrabbit User Manager 2.2.24) > Jackrabbit Usermanager: Allow to

[jira] [Updated] (SLING-11525) Update dependency for sling.api v2.26.0 compatibility

2022-08-09 Thread Eric Norman (Jira)
[ https://issues.apache.org/jira/browse/SLING-11525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated SLING-11525: Description: Update dependency for compatibility with  sling.api v2.26.0 Resolves this error:

[jira] [Created] (SLING-11525) Update dependency for sling.api v2.26.0 compatibility

2022-08-09 Thread Eric Norman (Jira)
Eric Norman created SLING-11525: --- Summary: Update dependency for sling.api v2.26.0 compatibility Key: SLING-11525 URL: https://issues.apache.org/jira/browse/SLING-11525 Project: Sling Issue

[GitHub] [sling-maven-plugin] sonarcloud[bot] commented on pull request #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-maven-plugin/pull/6#issuecomment-1209831608 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality

[GitHub] [sling-maven-plugin] kwin commented on a diff in pull request #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
kwin commented on code in PR #6: URL: https://github.com/apache/sling-maven-plugin/pull/6#discussion_r941694580 ## sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/BundleInstallFileMojo.java: ## @@ -17,24 +17,24 @@ package

[jira] [Created] (SLING-11524) install goal: Use always the artifact file from the underlying Maven project

2022-08-09 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-11524: --- Summary: install goal: Use always the artifact file from the underlying Maven project Key: SLING-11524 URL: https://issues.apache.org/jira/browse/SLING-11524

[GitHub] [sling-maven-plugin] sonarcloud[bot] commented on pull request #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-maven-plugin/pull/6#issuecomment-1209742171 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality

[jira] [Created] (SLING-11523) Replace scannotation and asm by classgraph

2022-08-09 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-11523: --- Summary: Replace scannotation and asm by classgraph Key: SLING-11523 URL: https://issues.apache.org/jira/browse/SLING-11523 Project: Sling Issue Type:

[GitHub] [sling-maven-plugin] sonarcloud[bot] commented on pull request #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
sonarcloud[bot] commented on PR #6: URL: https://github.com/apache/sling-maven-plugin/pull/6#issuecomment-1209734132 SonarCloud Quality Gate failed. [![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png 'Quality

[GitHub] [sling-maven-plugin] kwin commented on a diff in pull request #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
kwin commented on code in PR #6: URL: https://github.com/apache/sling-maven-plugin/pull/6#discussion_r94111 ## sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/BundleInstallFileMojo.java: ## @@ -17,24 +17,24 @@ package

[GitHub] [sling-maven-plugin] kwin commented on a diff in pull request #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
kwin commented on code in PR #6: URL: https://github.com/apache/sling-maven-plugin/pull/6#discussion_r94111 ## sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/BundleInstallFileMojo.java: ## @@ -17,24 +17,24 @@ package

[GitHub] [sling-maven-plugin] kwin opened a new pull request, #6: SLING-11522 update Maven plugins, dependencies and parent

2022-08-09 Thread GitBox
kwin opened a new pull request, #6: URL: https://github.com/apache/sling-maven-plugin/pull/6 Switch to Maven Resolver/Eclipse Aether API introduced with Maven 3.3.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Updated] (SLING-5418) Display description about Metrics being collected in WebConsole Plugin

2022-08-09 Thread Joerg Hoh (Jira)
[ https://issues.apache.org/jira/browse/SLING-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joerg Hoh updated SLING-5418: - Description: Metrics webconsole plugin currently displays all metrics in tabular format. It would be

[jira] [Created] (SLING-11522) Update parent, plugins and dependencies

2022-08-09 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-11522: --- Summary: Update parent, plugins and dependencies Key: SLING-11522 URL: https://issues.apache.org/jira/browse/SLING-11522 Project: Sling Issue Type:

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941489475 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941477555 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941466862 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941464456 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941462942 ## src/main/java/org/apache/sling/xss/impl/xml/Policy.java: ## @@ -0,0 +1,391 @@

[GitHub] [sling-org-apache-sling-resourceresolver] rombert commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
rombert commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941399874 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941381480 ## src/main/java/org/apache/sling/xss/impl/AntiSamyHtmlSanitizer.java: ## @@ -0,0 +1,95 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941378489 ## src/main/java/org/apache/sling/xss/impl/XSSAPIImpl.java: ## @@ -351,14 +351,18 @@ public String getValidXML(String xml, String defaultXml) {

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941355689 ## src/test/java/org/owasp/validator/html/XMLParser/PolicyTest.java: ## @@ -0,0 +1,73 @@

[GitHub] [sling-org-apache-sling-resourceresolver] kwin commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
kwin commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941353233 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected void

[GitHub] [sling-org-apache-sling-resourceresolver] kwin commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
kwin commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941353233 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected void

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941353303 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941343800 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941344087 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941343800 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941344087 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-resourceresolver] rombert commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
rombert commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941330770 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941319783 ## src/main/java/org/apache/sling/xss/impl/xml/Property.java: ## @@ -0,0 +1,123 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941317856 ## src/main/java/org/apache/sling/xss/impl/xml/Policy.java: ## @@ -0,0 +1,391 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941312159 ## src/main/java/org/apache/sling/xss/impl/AntiSamyHtmlSanitizer.java: ## @@ -0,0 +1,95 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941311401 ## src/main/java/org/owasp/html/DynamicAttributesSanitizerPolicy.java: ## @@ -0,0 +1,134 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941308995 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941308409 ## src/main/java/org/apache/sling/xss/impl/HtmlToHtmlContentContext.java: ## @@ -62,21 +58,17 @@ public boolean check(final PolicyHandler

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941307584 ## src/main/java/org/apache/sling/xss/impl/AntiSamyHtmlSanitizer.java: ## @@ -0,0 +1,95 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941281851 ## src/main/java/org/apache/sling/xss/impl/xml/Property.java: ## @@ -0,0 +1,123 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941280635 ## src/main/java/org/apache/sling/xss/impl/style/BatikCssCleaner.java: ## @@ -0,0 +1,83 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941277947 ## src/main/java/org/apache/sling/xss/impl/xml/Policy.java: ## @@ -0,0 +1,391 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941276440 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941276065 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941273357 ## src/main/java/org/apache/sling/xss/impl/CustomPolicy.java: ## @@ -0,0 +1,265 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941272671 ## src/main/java/org/apache/sling/xss/impl/CleanResults.java: ## @@ -0,0 +1,52 @@

[jira] [Commented] (SLING-11521) Clean up Engine code

2022-08-09 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-11521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17577383#comment-17577383 ] Carsten Ziegeler commented on SLING-11521: -- Removed commons.osgi; cleaned up code around filter

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941270439 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941269559 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941264491 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] nonanalou commented on a diff in pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
nonanalou commented on code in PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#discussion_r941264070 ## src/main/java/org/apache/sling/xss/impl/xml/Attribute.java: ## @@ -0,0 +1,142 @@

[GitHub] [sling-org-apache-sling-xss] sonarcloud[bot] commented on pull request #28: SLING-7231 Move to owasp sanitizer library

2022-08-09 Thread GitBox
sonarcloud[bot] commented on PR #28: URL: https://github.com/apache/sling-org-apache-sling-xss/pull/28#issuecomment-1209301709 SonarCloud Quality Gate failed. [![Quality Gate

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

2022-08-09 Thread Apache Jenkins Server
f after 0 ms [INFO] DOCKER> [mongo:4.4.6] "mongo": Stop and removed container 8fc7498f5169 after 0 ms [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M5:verify (default) @ org.apache.sling.starter --- [INFO] [INFO

[jira] [Created] (SLING-11521) Clean up Engine code

2022-08-09 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-11521: Summary: Clean up Engine code Key: SLING-11521 URL: https://issues.apache.org/jira/browse/SLING-11521 Project: Sling Issue Type: Improvement

[GitHub] [sling-org-apache-sling-resourceresolver] kwin commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
kwin commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941071279 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected void

[GitHub] [sling-org-apache-sling-resourceresolver] kwin commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
kwin commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941071279 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected void

Re: [VOTE] Release Apache Sling Resource Resolver 1.10.0, Apache Sling Scripting HTL JS Use Provider 1.2.8, Apache Sling Scripting HTL Engine 1.4.20-1.4.0, Apache Sling Servlets Resolver 2.9.8, Apache

2022-08-09 Thread Karl Pauls
+1 regards, Karl On Mon, Aug 8, 2022 at 6:54 PM Carsten Ziegeler wrote: > > +1 > > Carsten > > Am 08.08.2022 um 18:09 schrieb Radu Cotescu: > > Hi, > > > > We solved 18 issues in these releases: > > https://issues.apache.org/jira/browse/SLING/fixforversion/12351841 > >

[GitHub] [sling-org-apache-sling-resourceresolver] rombert commented on a diff in pull request #78: Various improvements for the webconsole plugin

2022-08-09 Thread GitBox
rombert commented on code in PR #78: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/78#discussion_r941063449 ## src/main/java/org/apache/sling/resourceresolver/impl/console/ResourceResolverWebConsolePlugin.java: ## @@ -255,19 +278,42 @@ protected

RE: [VOTE] Release Apache Sling Resource Resolver 1.10.0, Apache Sling Scripting HTL JS Use Provider 1.2.8, Apache Sling Scripting HTL Engine 1.4.20-1.4.0, Apache Sling Servlets Resolver 2.9.8, Apache

2022-08-09 Thread Stefan Seifert
+1 stefan