Re: Sling data migrations

2020-12-03 Thread Nicolas Peltier
Hey Carlos, not sure i know SingleComponentManager nor your way of using an osgi service. The way i know is 1. check that sling pipes bundle is active (it needs sling query dependency), 2. check that plumberimpl is active 3. in your code have plumber as a reference (with the osgi annotation)

Re: Sling data migrations

2020-12-03 Thread Carlos Munoz
Hi Nicholas, I'm reviving this thread as I have continued to experiment with pipes (specifically version 3.1.0) but I am getting an error when trying to get a reference to the Plumber service. I've tracked down the error down to the class SingleComponentManager, line 277: implementationObject =

Re: Running groovy scripts in composum

2020-12-03 Thread Carlos Munoz
Thanks Oliver. With regards to Sling Karaf, we’ve had to resort to forking the configs and features’ repos in order to have frozen releases to work with. Is there a plan to do a proper release of these (plus the karaf-distribution one) to bring more stability to anyone relying on them? On Thu,

Re: Running groovy scripts in composum

2020-12-03 Thread Oliver Lietz
On Thursday, December 3, 2020 6:07:33 PM CET Carlos Munoz wrote: > I got it working. Interestingly enough when I installed the groovy-all > bundle from the karaf console it didn't work, but if I installed it > directly as part of the distribution it's successful. Nice, I can see the exception

Re: Running groovy scripts in composum

2020-12-03 Thread Carlos Munoz
I got it working. Interestingly enough when I installed the groovy-all bundle from the karaf console it didn't work, but if I installed it directly as part of the distribution it's successful. On Thu, Dec 3, 2020 at 8:06 AM Carlos Munoz wrote: > Thanks Oliver. > > Here's the information. Keep

Re: Running groovy scripts in composum

2020-12-03 Thread Carlos Munoz
Thanks Oliver. Here's the information. Keep in mind this is a karaf distribution with the features and configs from a few months ago. I tried building on the latest karaf builds but sling wont even install correctly. Here's the exception trace from the composum window:

[jira] [Updated] (SLING-9959) SystemUser.getPath must reveal the path of the original user node

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-9959: Description: -found the following repo-init statement to create system users:-

[jira] [Updated] (SLING-9959) SystemUser.getPath must reveal the path of the original user node

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-9959: Description: -found the following repo-init statement to create system users:

[jira] [Updated] (SLING-9959) SystemUser.getPath must reveal the path of the original user node

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-9959: Summary: SystemUser.getPath must reveal the path of the original user node (was:

[jira] [Commented] (SLING-9959) DefaultAclManager: path with create system user needs to be intermediate path

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243385#comment-17243385 ] Angela Schreiber commented on SLING-9959: - additional note: in order to be able to fix SLING-9953

Re: Running groovy scripts in composum

2020-12-03 Thread Oliver Lietz
On Wednesday, December 2, 2020 11:33:59 PM CET Carlos Munoz wrote: > Hi all, Hi Carlos, > I am trying to run a groovy script directly from the resource browser in > composum, and getting a ClassNotFoundExfeption for one of the groovy base > classes, even when groovy is deployed on the sling

Re: Running groovy scripts in composum

2020-12-03 Thread Carlos Munoz
Daniel, I’m using the karaf distribution. On Thu, Dec 3, 2020 at 8:17 AM Daniel Klco wrote: > Carlos, > > What version of Sling are you using? Sling Starter just[1] got support > for Groovy therefore 12 or older will not support it without > installing the Groovy All 2.4 or older JAR. > > [1] -

[jira] [Commented] (SLING-9976) Refactor RepPolicyEntryHandler to allow for other types of access control lists

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243212#comment-17243212 ] Angela Schreiber commented on SLING-9976: - draft patch extracted from SLING-9692 with some

[jira] [Updated] (SLING-9976) Refactor RepPolicyEntryHandler to allow for other types of access control lists

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-9976: Description: to deal with other types of access control lists namely - repository-level

[jira] [Updated] (SLING-9976) Refactor RepPolicyEntryHandler to allow for other types of access control lists

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-9976: Attachment: SLING-9976.patch > Refactor RepPolicyEntryHandler to allow for other types of

[jira] [Updated] (SLING-9976) Refactor RepPolicyEntryHandler to allow for other types of access control lists

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9976: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 > Refactor

[jira] [Created] (SLING-9976) Refactor RepPolicyEntryHandler to allow for other types of access control lists

2020-12-03 Thread Angela Schreiber (Jira)
Angela Schreiber created SLING-9976: --- Summary: Refactor RepPolicyEntryHandler to allow for other types of access control lists Key: SLING-9976 URL: https://issues.apache.org/jira/browse/SLING-9976

[jira] [Updated] (SLING-9975) RepPolicyEntryHandler ignores restrictions defined in jackrabbit2 format

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9975: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 > RepPolicyEntryHandler

[jira] [Created] (SLING-9975) RepPolicyEntryHandler ignores restrictions defined in jackrabbit2 format

2020-12-03 Thread Angela Schreiber (Jira)
Angela Schreiber created SLING-9975: --- Summary: RepPolicyEntryHandler ignores restrictions defined in jackrabbit2 format Key: SLING-9975 URL: https://issues.apache.org/jira/browse/SLING-9975

Re: Running groovy scripts in composum

2020-12-03 Thread Daniel Klco
Carlos, What version of Sling are you using? Sling Starter just[1] got support for Groovy therefore 12 or older will not support it without installing the Groovy All 2.4 or older JAR. [1] - https://issues.apache.org/jira/browse/SLING-9421 On Thu, Dec 3, 2020 at 4:43 AM Bertrand Delacretaz

[jira] [Updated] (SLING-8942) Support aggregate and abstract privileges

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-8942: Issue Type: Bug (was: Improvement) > Support aggregate and abstract privileges >

[jira] [Comment Edited] (SLING-8942) Support aggregate and abstract privileges

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243172#comment-17243172 ] Angela Schreiber edited comment on SLING-8942 at 12/3/20, 1:01 PM: ---

[jira] [Updated] (SLING-8942) Support aggregate and abstract privileges

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber updated SLING-8942: Priority: Critical (was: Major) > Support aggregate and abstract privileges >

[jira] [Commented] (SLING-8942) Support aggregate and abstract privileges

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-8942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243172#comment-17243172 ] Angela Schreiber commented on SLING-8942: - [~kwin], IMHO this is actually a critical bug

[jira] [Comment Edited] (SLING-9959) DefaultAclManager: path with create system user needs to be intermediate path

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243161#comment-17243161 ] Angela Schreiber edited comment on SLING-9959 at 12/3/20, 12:45 PM:

[jira] [Comment Edited] (SLING-9959) DefaultAclManager: path with create system user needs to be intermediate path

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243161#comment-17243161 ] Angela Schreiber edited comment on SLING-9959 at 12/3/20, 12:43 PM:

[jira] [Updated] (SLING-9967) AclManagerTest.makeSureAclsAreCreatedOnlyoutsideSytemUsersPaths covers too many different scenarios

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9967: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 >

[jira] [Updated] (SLING-9970) SystemUser.getPath doesn't reflect the repository path

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9970: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 > SystemUser.getPath

[jira] [Updated] (SLING-9969) SystemUsersEntryHandler contains hardcoded users home path and doesn't include system-rel-path

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9969: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 > SystemUsersEntryHandler

[jira] [Commented] (SLING-9959) DefaultAclManager: path with create system user needs to be intermediate path

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243161#comment-17243161 ] Angela Schreiber commented on SLING-9959: - update: i verified this again with using the

[jira] [Updated] (SLING-9962) DefaultAclManager#addPaths prone to causing ConstraintViolationException

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9962: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 >

[jira] [Updated] (SLING-9973) DefaultAclManager.addAclStatement: redundant check for null

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9973: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 >

[jira] [Updated] (SLING-9974) Add nullability annotations

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9974: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 > Add nullability

[jira] [Updated] (SLING-9971) AclManagerTest/RepPolicyEntryHandlerTest : no tests for 'deny' entries

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9971: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 >

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#issuecomment-73789 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] removed a comment on pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
sonarcloud[bot] removed a comment on pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#issuecomment-737737397 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 closed pull request #35: Dummytest

2020-12-03 Thread GitBox
akankshajain18 closed pull request #35: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/35 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] removed a comment on pull request #35: Dummytest

2020-12-03 Thread GitBox
sonarcloud[bot] removed a comment on pull request #35: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/35#issuecomment-737892311 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #35: Dummytest

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #35: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/35#issuecomment-737895230 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #35: Dummytest

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #35: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/35#issuecomment-737892311 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 opened a new pull request #35: Dummytest

2020-12-03 Thread GitBox
akankshajain18 opened a new pull request #35: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/35 This is an automated message from the Apache Git Service. To respond to the message, please log on

[jira] [Created] (SLING-9974) Add nullability annotations

2020-12-03 Thread Angela Schreiber (Jira)
Angela Schreiber created SLING-9974: --- Summary: Add nullability annotations Key: SLING-9974 URL: https://issues.apache.org/jira/browse/SLING-9974 Project: Sling Issue Type: Improvement

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
akankshajain18 commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r535122928 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java ## @@

[jira] [Created] (SLING-9973) DefaultAclManager.addAclStatement: redundant check for null

2020-12-03 Thread Angela Schreiber (Jira)
Angela Schreiber created SLING-9973: --- Summary: DefaultAclManager.addAclStatement: redundant check for null Key: SLING-9973 URL: https://issues.apache.org/jira/browse/SLING-9973 Project: Sling

[GitHub] [sling-org-apache-sling-resourceresolver] jsedding commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
jsedding commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r535100357 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java ## @@ -304,6

[GitHub] [sling-org-apache-sling-resourceresolver] jsedding commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
jsedding commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r535099785 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/CommonResourceResolverFactoryImpl.java ## @@ -472,6

[GitHub] [sling-org-apache-sling-junit-core] sonarcloud[bot] commented on pull request #6: SLING-9935 - NoClassDefFoundError org/junit/platform/engine/TestEngine

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/6#issuecomment-737866225 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-junit-core=6=false=BUG)

[GitHub] [sling-org-apache-sling-junit-core] jsedding commented on pull request #6: SLING-9935 - NoClassDefFoundError org/junit/platform/engine/TestEngine

2020-12-03 Thread GitBox
jsedding commented on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/6#issuecomment-737865787 @cmrockwell I couldn't reproduce the issue locally. But there may be various factors involved. Could you please verify if the suggested fix solves this

[GitHub] [sling-org-apache-sling-junit-core] jsedding opened a new pull request #6: SLING-9935 - NoClassDefFoundError org/junit/platform/engine/TestEngine

2020-12-03 Thread GitBox
jsedding opened a new pull request #6: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] removed a comment on pull request #34: Sling 9535 dummy

2020-12-03 Thread GitBox
sonarcloud[bot] removed a comment on pull request #34: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/34#issuecomment-737785489 SonarCloud Quality Gate failed.

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #34: Sling 9535 dummy

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #34: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/34#issuecomment-737865018 SonarCloud Quality Gate failed.

Re: PAX Exam Testing & Java 11?

2020-12-03 Thread Oliver Lietz
On Wednesday, December 2, 2020 11:45:28 PM CET Cris Rockwell wrote: > Hi Sling Devs Hi Cris, > Can anyone advise whether it is possible to use sling-testing-paxexam [0] > for projects based on Sling 12 Starter with Java11? Docs show how to > configure a slingQuickstart [1] but I was not and to

[jira] [Resolved] (SLING-9972) Sling parent pom references SNAPSHOT

2020-12-03 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-9972. Resolution: Fixed Oops :-) Fixed with https://github.com/apache/sling-parent/pull/12,

[GitHub] [sling-parent] rombert merged pull request #12: Revert "SLING-9439 - Upgrade to Jar Resource Bundle 1.0.2"

2020-12-03 Thread GitBox
rombert merged pull request #12: URL: https://github.com/apache/sling-parent/pull/12 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

[GitHub] [sling-parent] sonarcloud[bot] commented on pull request #12: Revert "SLING-9439 - Upgrade to Jar Resource Bundle 1.0.2"

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #12: URL: https://github.com/apache/sling-parent/pull/12#issuecomment-737861414 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-parent=12=false=BUG)

[GitHub] [sling-parent] rombert opened a new pull request #12: Revert "SLING-9439 - Upgrade to Jar Resource Bundle 1.0.2"

2020-12-03 Thread GitBox
rombert opened a new pull request #12: URL: https://github.com/apache/sling-parent/pull/12 This reverts commit 47b700f123098de9b77d8b746b2b2d9b211ca0c8. This is an automated message from the Apache Git Service. To respond to

[jira] [Assigned] (SLING-9972) Sling parent pom references SNAPSHOT

2020-12-03 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu reassigned SLING-9972: -- Assignee: Robert Munteanu > Sling parent pom references SNAPSHOT >

[jira] [Commented] (SLING-9970) SystemUser.getPath doesn't reflect the repository path

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243079#comment-17243079 ] Angela Schreiber commented on SLING-9970: - [~cziegeler], patch at

[jira] [Updated] (SLING-9786) Use pre-authentication for system users

2020-12-03 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9786: Component/s: Karaf > Use pre-authentication for system users >

[jira] [Updated] (SLING-9786) Use pre-authentication for system users

2020-12-03 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9786: Fix Version/s: Karaf Configs 1.0.0 > Use pre-authentication for system users >

Re: Running groovy scripts in composum

2020-12-03 Thread Bertrand Delacretaz
Hi Carlos, On Wed, Dec 2, 2020 at 11:34 PM Carlos Munoz wrote: > ...I am trying to run a groovy script directly from the resource browser in > composum, and getting a ClassNotFoundExfeption for one of the groovy base > classes... I cannot help with this particular problem, but note that

[jira] [Updated] (SLING-9685) Support principal-based authentication

2020-12-03 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9685: Fix Version/s: Karaf Configs 1.0.0 Karaf Features 1.0.0 > Support

[jira] [Updated] (SLING-9685) Support principal-based authentication

2020-12-03 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9685: Component/s: Karaf > Support principal-based authentication >

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
akankshajain18 commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r534997531 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java ## @@

[jira] [Updated] (SLING-9690) Configure best-effort import behaviour for access control items

2020-12-03 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9690: Fix Version/s: Karaf Configs 1.0.0 Karaf Features 1.0.0 > Configure best-effort

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] removed a comment on pull request #34: Sling 9535 dummy

2020-12-03 Thread GitBox
sonarcloud[bot] removed a comment on pull request #34: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/34#issuecomment-737734291 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #34: Sling 9535 dummy

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #34: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/34#issuecomment-737785489 SonarCloud Quality Gate failed.

[jira] [Updated] (SLING-9690) Configure best-effort import behaviour for access control items

2020-12-03 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9690: Component/s: Karaf > Configure best-effort import behaviour for access control items >

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
akankshajain18 commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r534997531 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java ## @@

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
akankshajain18 commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r534947261 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/CommonResourceResolverFactoryImpl.java ## @@

[jira] [Commented] (SLING-9935) NoClassDefFoundError org/junit/platform/engine/TestEngine

2020-12-03 Thread Julian Sedding (Jira)
[ https://issues.apache.org/jira/browse/SLING-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243022#comment-17243022 ] Julian Sedding commented on SLING-9935: --- The switch between JUnit 5 and JUnit 4 is implemented as a

[GitHub] [sling-org-apache-sling-resourceresolver] akankshajain18 commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
akankshajain18 commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r534947261 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/CommonResourceResolverFactoryImpl.java ## @@

[jira] [Assigned] (SLING-9935) NoClassDefFoundError org/junit/platform/engine/TestEngine

2020-12-03 Thread Julian Sedding (Jira)
[ https://issues.apache.org/jira/browse/SLING-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Sedding reassigned SLING-9935: - Assignee: Julian Sedding > NoClassDefFoundError org/junit/platform/engine/TestEngine >

[jira] [Commented] (SLING-9972) Sling parent pom references SNAPSHOT

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243018#comment-17243018 ] Carsten Ziegeler commented on SLING-9972: - [~rombert] It seems

[jira] [Created] (SLING-9972) Sling parent pom references SNAPSHOT

2020-12-03 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-9972: --- Summary: Sling parent pom references SNAPSHOT Key: SLING-9972 URL: https://issues.apache.org/jira/browse/SLING-9972 Project: Sling Issue Type: Bug

[jira] [Commented] (SLING-9963) AccessControlEntry: refactor 'operation' string to boolean/enum

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243012#comment-17243012 ] Carsten Ziegeler commented on SLING-9963: - Thanks [~angela] - I've applied your change >

[jira] [Resolved] (SLING-9963) AccessControlEntry: refactor 'operation' string to boolean/enum

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-9963. - Resolution: Fixed > AccessControlEntry: refactor 'operation' string to boolean/enum >

[jira] [Assigned] (SLING-9963) AccessControlEntry: refactor 'operation' string to boolean/enum

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-9963: --- Assignee: Carsten Ziegeler > AccessControlEntry: refactor 'operation' string to

[GitHub] [sling-org-apache-sling-feature-cpconverter] cziegeler merged pull request #36: SLING-9963 : AccessControlEntry: refactor 'operation' string to boole…

2020-12-03 Thread GitBox
cziegeler merged pull request #36: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/36 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [sling-org-apache-sling-feature-cpconverter] cziegeler opened a new pull request #36: SLING-9963 : AccessControlEntry: refactor 'operation' string to boole…

2020-12-03 Thread GitBox
cziegeler opened a new pull request #36: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/36 …an/enum This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Updated] (SLING-9963) AccessControlEntry: refactor 'operation' string to boolean/enum

2020-12-03 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-9963: Fix Version/s: Content-Package to Feature Model Converter 1.0.24 > AccessControlEntry:

[jira] [Commented] (SLING-9963) AccessControlEntry: refactor 'operation' string to boolean/enum

2020-12-03 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-9963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17243004#comment-17243004 ] Angela Schreiber commented on SLING-9963: - [~cziegeler], extracted from patch at SLING-9692 ->

[jira] [Created] (SLING-9971) AclManagerTest/RepPolicyEntryHandlerTest : no tests for 'deny' entries

2020-12-03 Thread Angela Schreiber (Jira)
Angela Schreiber created SLING-9971: --- Summary: AclManagerTest/RepPolicyEntryHandlerTest : no tests for 'deny' entries Key: SLING-9971 URL: https://issues.apache.org/jira/browse/SLING-9971 Project:

[GitHub] [sling-org-apache-sling-resourceresolver] wimsymons commented on a change in pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
wimsymons commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#discussion_r534896767 ## File path: src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverFactoryActivator.java ## @@ -304,6

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] removed a comment on pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
sonarcloud[bot] removed a comment on pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#issuecomment-734254434 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #24: SLING-9535 - Improve performance of sling:alias

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #24: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/24#issuecomment-737737397 Kudos, SonarCloud Quality Gate passed!

[jira] [Created] (SLING-9970) SystemUser.getPath doesn't reflect the repository path

2020-12-03 Thread Angela Schreiber (Jira)
Angela Schreiber created SLING-9970: --- Summary: SystemUser.getPath doesn't reflect the repository path Key: SLING-9970 URL: https://issues.apache.org/jira/browse/SLING-9970 Project: Sling

[GitHub] [sling-org-apache-sling-resourceresolver] sonarcloud[bot] commented on pull request #34: Sling 9535 dummy

2020-12-03 Thread GitBox
sonarcloud[bot] commented on pull request #34: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/34#issuecomment-737734291 Kudos, SonarCloud Quality Gate passed!