[GitHub] [sling-org-apache-sling-jcr-resource] joerghoh commented on a change in pull request #22: SLING-11229 - Support Configurable Limit for JCR Resource Provider Query Methods

2022-03-29 Thread GitBox
joerghoh commented on a change in pull request #22: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/22#discussion_r838170729 ## File path: src/main/java/org/apache/sling/jcr/resource/internal/helper/JcrResourceUtil.java ## @@ -54,6 +54,25 @@ public sta

[jira] [Created] (SLING-11234) Switch Committers CLI to eclipse-temurin

2022-03-29 Thread Dan Klco (Jira)
Dan Klco created SLING-11234: Summary: Switch Committers CLI to eclipse-temurin Key: SLING-11234 URL: https://issues.apache.org/jira/browse/SLING-11234 Project: Sling Issue Type: Improvement

[jira] [Commented] (SLING-11097) Committers CLI CI Fails on Tags

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514392#comment-17514392 ] Dan Klco commented on SLING-11097: -- PR created: https://github.com/apache/sling-org-ap

[jira] [Resolved] (SLING-11224) CMS - Invalid Content Import Config

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-11224. -- Resolution: Fixed Fixed in https://github.com/apache/sling-org-apache-sling-app-cms/commit/fa942c40d9

[jira] [Resolved] (SLING-11223) Improve CMS Support for Large Repositories

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-11223. -- Resolution: Fixed Fixed in https://github.com/apache/sling-org-apache-sling-app-cms/commit/fd7e0d4cc7

[jira] [Resolved] (SLING-11228) CMS - Missing LoginAdmin Whitelist for Core Bundle

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-11228. -- Resolution: Fixed Fixed in https://github.com/apache/sling-org-apache-sling-app-cms/commit/37d262d9db

[GitHub] [sling-org-apache-sling-jcr-resource] sonarcloud[bot] commented on pull request #22: SLING-11229 - Support Configurable Limit for JCR Resource Provider Query Methods

2022-03-29 Thread GitBox
sonarcloud[bot] commented on pull request #22: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/22#issuecomment-1082484237 Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Qua

[GitHub] [sling-org-apache-sling-jcr-resource] klcodanr opened a new pull request #22: SLING-11229 - Support Configurable Limit for JCR Resource Provider Query Methods

2022-03-29 Thread GitBox
klcodanr opened a new pull request #22: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/22 Split from #21 This just covers enabling the JCR Resource Provider to configure a limit for the JCR Resource Provider's BasicQueryLanguageProvider. -- This is an aut

[jira] [Commented] (SLING-11233) Change ACL json structure to be less ambiguous for restrictions

2022-03-29 Thread Eric Norman (Jira)
[ https://issues.apache.org/jira/browse/SLING-11233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514273#comment-17514273 ] Eric Norman commented on SLING-11233: - [~bdelacretaz] The repoinit syntax would not

Re: content hacks in the pipeline

2022-03-29 Thread Nicolas Peltier
sure! and yes it makes much more sense in that direction! thanks for bringing this Le mar. 29 mars 2022 à 17:13, Julian Sedding a écrit : > Hi Nicolas > > I suppose it could also work the other way around: > > - first define a way to describe content transformations that can be > used for decora

Re: content hacks in the pipeline

2022-03-29 Thread Julian Sedding
Hi Nicolas I suppose it could also work the other way around: - first define a way to describe content transformations that can be used for decorating resources (and yes, that's the hard part) - then integrate support for the same descriptions into Sling pipes That way you don't have to support

Re: content hacks in the pipeline

2022-03-29 Thread Nicolas Peltier
Hi Julian didn't necessarily want to bind both of them even if i get your point: having both"$ some/type | write foo=bar" and something saying more or less the same (point 2 of my former mail) looks cumbersome, but it's also a good first step to get both hacking & "masking" parts simple. Having so

Re: content hacks in the pipeline

2022-03-29 Thread Julian Sedding
Hi Nicolas Do you think it would be possible to "apply" a Sling pipes execution only via a decorator until after the blue/green deployment is completed. And only after that lazily "apply" the pipes execution to the persisted content? That's what I read into your initial email, and that would IMHO

[jira] [Comment Edited] (SLING-11230) Support Limit and Offset via JcrResourceProvider / findResources

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514119#comment-17514119 ] Dan Klco edited comment on SLING-11230 at 3/29/22, 2:14 PM:

[jira] [Commented] (SLING-11230) Support Limit and Offset via JcrResourceProvider / findResources

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17514119#comment-17514119 ] Dan Klco commented on SLING-11230: -- Updated ticket as per discussion on PR#21. I am co

[jira] [Updated] (SLING-11230) Support Limit and Offset via JcrResourceProvider / findResources

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11230: - Description: *Problem Statement* In addition to not supporting global limits, there are good reasons th

[jira] [Updated] (SLING-11230) Support Limit and Offset via JcrResourceProvider / findResources

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11230: - Fix Version/s: (was: JCR Resource 3.2.2) > Support Limit and Offset via JcrResourceProvider / findRe

[jira] [Updated] (SLING-11230) Support Limit and Offset via JcrResourceProvider / findResources

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11230: - Affects Version/s: (was: JCR Resource 3.2.0) > Support Limit and Offset via JcrResourceProvider / fi

[jira] [Updated] (SLING-11230) Support Limit and Offset via JcrResourceProvider / findResources

2022-03-29 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-11230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-11230: - Summary: Support Limit and Offset via JcrResourceProvider / findResources (was: Extract Limit / Start F

[GitHub] [sling-org-apache-sling-jcr-resource] klcodanr closed pull request #21: Fixes SLING-11229 / SLING-11230

2022-03-29 Thread GitBox
klcodanr closed pull request #21: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/21 -- 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 unsubscrib

[GitHub] [sling-org-apache-sling-jcr-resource] klcodanr commented on pull request #21: Fixes SLING-11229 / SLING-11230

2022-03-29 Thread GitBox
klcodanr commented on pull request #21: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/21#issuecomment-1081910732 Closing as per discussion. Will create follow up PR for just SLING-11229. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [sling-org-apache-sling-jcr-resource] klcodanr commented on a change in pull request #21: Fixes SLING-11229 / SLING-11230

2022-03-29 Thread GitBox
klcodanr commented on a change in pull request #21: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/21#discussion_r837514522 ## File path: src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/LimitingQueryLanguageProvider.java ## @@ -0,0 +1,

Re: [VOTE] Release Apache Sling API 2.25.0, Engine 2.9.0, Servlets Resolver 2.9.4, Scripting HTL Engine 1.4.18-1.4.0

2022-03-29 Thread Nicolas Peltier
+1 Le mar. 29 mars 2022 à 10:58, Carsten Ziegeler a écrit : > +1 > > Carsten > > Am 29.03.2022 um 08:40 schrieb Carsten Ziegeler: > > Hi, > > > > we solved three issues for API 2.25.0 > > https://issues.apache.org/jira/projects/SLING/versions/12351311 > > > > we solved three issues for Engine 2.

[Jenkins] Sling » Modules » sling-org-apache-sling-launchpad-testing » master #1000 is FIXED

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

[jira] [Commented] (SLING-11233) Change ACL json structure to be less ambiguous for restrictions

2022-03-29 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-11233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17513947#comment-17513947 ] Bertrand Delacretaz commented on SLING-11233: - Instead of inventing a new fo

Re: [VOTE] Release Apache Sling API 2.25.0, Engine 2.9.0, Servlets Resolver 2.9.4, Scripting HTL Engine 1.4.18-1.4.0

2022-03-29 Thread Carsten Ziegeler
+1 Carsten Am 29.03.2022 um 08:40 schrieb Carsten Ziegeler: Hi, we solved three issues for API 2.25.0 https://issues.apache.org/jira/projects/SLING/versions/12351311 we solved three issues for Engine 2.9.0 https://issues.apache.org/jira/projects/SLING/versions/12351448 we solved five issues

Re: [VOTE] Release Apache Sling API 2.25.0, Engine 2.9.0, Servlets Resolver 2.9.4, Scripting HTL Engine 1.4.18-1.4.0

2022-03-29 Thread Robert Munteanu
On Tue, 2022-03-29 at 08:40 +0200, Carsten Ziegeler wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

Re: [VOTE] Release Apache Sling Slingfeature Maven Plugin 1.6.4

2022-03-29 Thread Robert Munteanu
On Tue, 2022-03-29 at 08:37 +0200, Carsten Ziegeler wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[GitHub] [sling-org-apache-sling-jcr-resource] joerghoh commented on a change in pull request #21: Fixes SLING-11229 / SLING-11230

2022-03-29 Thread GitBox
joerghoh commented on a change in pull request #21: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/21#discussion_r837188990 ## File path: src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/LimitingQueryLanguageProvider.java ## @@ -0,0 +1,

[GitHub] [sling-org-apache-sling-jcr-resource] thomasmueller commented on a change in pull request #21: Fixes SLING-11229 / SLING-11230

2022-03-29 Thread GitBox
thomasmueller commented on a change in pull request #21: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/21#discussion_r837175782 ## File path: src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/LimitingQueryLanguageProvider.java ## @@ -0,

[GitHub] [sling-org-apache-sling-jcr-resource] thomasmueller commented on a change in pull request #21: Fixes SLING-11229 / SLING-11230

2022-03-29 Thread GitBox
thomasmueller commented on a change in pull request #21: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/21#discussion_r837175782 ## File path: src/main/java/org/apache/sling/jcr/resource/internal/helper/jcr/LimitingQueryLanguageProvider.java ## @@ -0,

[GitHub] [sling-org-apache-sling-jcr-repoinit] sonarcloud[bot] removed a comment on pull request #23: SLING-8843 repoinit developer mode

2022-03-29 Thread GitBox
sonarcloud[bot] removed a comment on pull request #23: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/23#issuecomment-1077927489 SonarCloud Quality Gate failed.    ![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Qua

[GitHub] [sling-org-apache-sling-jcr-repoinit] sonarcloud[bot] commented on pull request #23: SLING-8843 repoinit developer mode

2022-03-29 Thread GitBox
sonarcloud[bot] commented on pull request #23: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/23#issuecomment-1081537755 SonarCloud Quality Gate failed.    ![Quality Gate failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGate

Re: [VOTE] Release Apache Sling Slingfeature Maven Plugin 1.6.4

2022-03-29 Thread Carsten Ziegeler
+1 Carsten Am 29.03.2022 um 08:37 schrieb Carsten Ziegeler: Hi, we solved two issues in this release https://issues.apache.org/jira/projects/SLING/versions/12351475 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2619/ You can use this UNIX script to dow

Re: [VOTE] Release Apache Sling Slingfeature Maven Plugin 1.6.4

2022-03-29 Thread davidb
+1 David On Tuesday, 29 March 2022, Carsten Ziegeler wrote: > Hi, > > we solved two issues in this release > https://issues.apache.org/jira/projects/SLING/versions/12351475 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-2619/ > > You can use this UNI