Re: o.a.s.contentparser.api.ContentHandler: Namespace handling

2021-04-14 Thread Konrad Windszus
Indeed, support is there but I couldn't find this documented anywhere on the Sling site. I therefore clarified the documentation in https://github.com/apache/sling-site/commit/2e881f47f3c57da49bd978ba161f03b25eb3440d

[jira] [Resolved] (SLING-10307) Report warnings/errors on configurations

2021-04-14 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-10307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-10307. -- Resolution: Fixed https://github.com/apache/sling-org-apache-sling-feature-extension-a

[jira] [Created] (SLING-10307) Report warnings/errors on configurations

2021-04-14 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-10307: Summary: Report warnings/errors on configurations Key: SLING-10307 URL: https://issues.apache.org/jira/browse/SLING-10307 Project: Sling Issue Type:

[jira] [Resolved] (SLING-10306) Remove deprecation marker from AnalyserResult getErrors and getWarnings

2021-04-14 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-10306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-10306. -- Resolution: Fixed Removed in https://github.com/apache/sling-org-apache-sling-feature

[jira] [Created] (SLING-10306) Remove deprecation marker from AnalyserResult getErrors and getWarnings

2021-04-14 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-10306: Summary: Remove deprecation marker from AnalyserResult getErrors and getWarnings Key: SLING-10306 URL: https://issues.apache.org/jira/browse/SLING-10306 Proje

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r613565790 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static void p

RE: o.a.s.contentparser.api.ContentHandler: Namespace handling

2021-04-14 Thread Stefan Seifert
afaik Sling-Namespaces header is still supported - it was broken accidentally with SLING-4937 but added back in SLING-5531, so this is another option d) from your list a) and c) makes sense. not sure for b) if you have always control over this - but does not harm to have it in place there as wel

Re: o.a.s.contentparser.api.ContentHandler: Namespace handling

2021-04-14 Thread Konrad Windszus
Hi Stefan, thanks for the response. According to https://issues.apache.org/jira/browse/SLING-4937 the Sling-Namespaces header is no longer supported since 2015. The only thing which is still there is 'Sling-Nodetypes'. Therefore I think it is re

RE: o.a.s.contentparser.api.ContentHandler: Namespace handling

2021-04-14 Thread Stefan Seifert
hello konrad. i've faced the same problem in [1][2] which is using [3] internally. this is the standard list [4] i've come up with - but you have to make it configurable to support custom namespaces. in the plugin, i'm parsing the bundle for Sling-Namespaces headers [5] which usually should cont

[GitHub] [sling-org-apache-sling-feature-launcher] enapps-enorman commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
enapps-enorman commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r613468447 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static v

[GitHub] [sling-org-apache-sling-feature-launcher] enapps-enorman commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
enapps-enorman commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r613467368 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -264,20 +270,23 @@ protected static

[GitHub] [sling-org-apache-sling-feature-launcher] enapps-enorman commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
enapps-enorman commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r613455149 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static v

Re: URI Mapping for User-space

2021-04-14 Thread Eric Norman
I think you can get close to that with the existing code. For example, there is an AuthorizableResourceProvider implementation in the org.apache.sling.jcr.jackrabbit.usermanager bundle that makes the users and groups addressable as a resource. If you are using that technique, then the URI of the

o.a.s.contentparser.api.ContentHandler: Namespace handling

2021-04-14 Thread Konrad Windszus
Hi, in the context of https://issues.apache.org/jira/browse/SLING-10243 I am currently trying to convert JSON Descriptor Files (https://sling.apache.org/documentation/bundles/content-loading-jcr-contentloader.html#json-descriptor-files) to Enhanced Docview XML (http://jackrabbit.apache.org/filev

[GitHub] [sling-org-apache-sling-jcr-contentloader] sonarcloud[bot] removed a comment on pull request #6: SLING-10297 expose PathEntry as API

2021-04-14 Thread GitBox
sonarcloud[bot] removed a comment on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-jcr-contentloader/pull/6#issuecomment-818552714 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-jcr-contentloade

[GitHub] [sling-org-apache-sling-jcr-contentloader] sonarcloud[bot] commented on pull request #6: SLING-10297 expose PathEntry as API

2021-04-14 Thread GitBox
sonarcloud[bot] commented on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-jcr-contentloader/pull/6#issuecomment-819626597 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-jcr-contentloader&pullRe

Re: [VOTE] Release Apache Sling JUnit Core 1.1.2

2021-04-14 Thread Robert Munteanu
Hi Cris, > 1. The releases page [0] has a parenthesis notation. like this "JUnit > Core 1.1.0 (20th)” what does 20th mean? If the day of the month when the specific artifact was released. > > 2. Doesn't seem like I have permission to set the version to > ‘release' or create a new version 1.1.4

[GitHub] [sling-org-apache-sling-servlets-resolver] sonarcloud[bot] commented on pull request #7: [SLING-9230] - Servlet should not be allowed to register with invalid…

2021-04-14 Thread GitBox
sonarcloud[bot] commented on pull request #7: URL: https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/7#issuecomment-819561043 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-servlets-resolver&pullRequest=7

[GitHub] [sling-org-apache-sling-servlets-resolver] sonarcloud[bot] removed a comment on pull request #7: [SLING-9230] - Servlet should not be allowed to register with invalid…

2021-04-14 Thread GitBox
sonarcloud[bot] removed a comment on pull request #7: URL: https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/7#issuecomment-816034957 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-servlets-resolver&pullR

Re: URI Mapping for User-space

2021-04-14 Thread Robert Munteanu
Hi Cris, On Wed, 2021-04-14 at 09:12 -0400, Cris Rockwell wrote: > I want my app to render a webpage from the users directory > such that a resource (homepage) with a path like this > /home/users/saml/iZDWvQAJAqrroO8jkD8h6/homepage.html > maps to >/~username.html > > (in the style

[GitHub] [sling-org-apache-sling-feature-launcher] sonarcloud[bot] removed a comment on pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
sonarcloud[bot] removed a comment on pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#issuecomment-814066723 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-feature-launche

[GitHub] [sling-org-apache-sling-feature-launcher] sonarcloud[bot] commented on pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
sonarcloud[bot] commented on pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#issuecomment-819534341 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-feature-launcher&pullRe

Re: URI Mapping for User-space

2021-04-14 Thread Bertrand Delacretaz
Hi, On Wed, Apr 14, 2021 at 3:12 PM Cris Rockwell wrote: > ...I want my app to render a webpage from the users directory > such that a resource (homepage) with a path like this > /home/users/saml/iZDWvQAJAqrroO8jkD8h6/homepage.html > maps to > /~username.html ... A ResourceProvi

[GitHub] [sling-org-apache-sling-jcr-repoinit] sonarcloud[bot] commented on pull request #14: SLING-10281 revert SLING-9449

2021-04-14 Thread GitBox
sonarcloud[bot] commented on pull request #14: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/14#issuecomment-819514982 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-jcr-repoinit&pullRequest=14

[GitHub] [sling-org-apache-sling-jcr-repoinit] sonarcloud[bot] removed a comment on pull request #14: SLING-10281 revert SLING-9449

2021-04-14 Thread GitBox
sonarcloud[bot] removed a comment on pull request #14: URL: https://github.com/apache/sling-org-apache-sling-jcr-repoinit/pull/14#issuecomment-818518285 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-jcr-repoinit&pullRe

URI Mapping for User-space

2021-04-14 Thread Cris Rockwell
Hi I want my app to render a webpage from the users directory such that a resource (homepage) with a path like this /home/users/saml/iZDWvQAJAqrroO8jkD8h6/homepage.html maps to /~username.html (in the style of early unix personal homepages) I tried setting a property sling:van

Re: [VOTE] Release Apache Sling JUnit Core 1.1.2

2021-04-14 Thread Cris Rockwell
Thanks! It’s JUnit Core v1.1.2 has been promoted to maven central. Just a few more things to finish this release. 1. The releases page [0] has a parenthesis notation. like this "JUnit Core 1.1.0 (20th)” what does 20th mean? 2. Doesn't seem like I have permission to set the version to ‘release'

Re: Issue with form based authentication

2021-04-14 Thread JCR
Carsten, Cris Solved. Many thanks for the feedback. Unfortunately, Carsten's original message did not make it to the list, I also can't find it in mail-archive, so thanks for repeating. I think the confusion is that https://sling.apache.org/documentation/the-sling-engine/authentication/auth

[jira] [Commented] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Joerg Hoh (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320953#comment-17320953 ] Joerg Hoh commented on SLING-10215: --- [~kwin] I remember that I had a bunch of repoinit

Re: Release of Servlets Resolver and Scripting bundles

2021-04-14 Thread Oliver Lietz
On Wednesday, 14 April 2021 07:21:06 CEST Carsten Ziegeler wrote: > Am 14.04.2021 um 00:09 schrieb Oliver Lietz: > > I don't get the eventing example. Resources are a substantial part of > > Sling > > and defined in Sling API. Sling API bundle already contains several utils > > around Resource (and

[jira] [Resolved] (SLING-10304) Missing documentation for delete user and delete service user

2021-04-14 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz resolved SLING-10304. - Resolution: Fixed Good catch, thank you! I have updated the "kitchen sink" {{tes

[jira] [Updated] (SLING-10304) Missing documentation for delete user and delete service user

2021-04-14 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-10304: Fix Version/s: Repoinit Parser 1.6.8 > Missing documentation for delete user and d

[jira] [Updated] (SLING-10304) Missing documentation for delete user and delete service user

2021-04-14 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-10304: Affects Version/s: Repoinit Parser 1.6.6 > Missing documentation for delete user a

[jira] [Assigned] (SLING-10304) Missing documentation for delete user and delete service user

2021-04-14 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-10304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz reassigned SLING-10304: --- Assignee: Bertrand Delacretaz > Missing documentation for delete user and d

[jira] [Updated] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-10215: Component/s: Repoinit > repoinit analyser fails if there is no repoinit section >

[jira] [Resolved] (SLING-10286) Converter ignores disabled status of system user

2021-04-14 Thread Angela Schreiber (Jira)
[ https://issues.apache.org/jira/browse/SLING-10286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angela Schreiber resolved SLING-10286. -- Fix Version/s: Content-Package to Feature Model Converter 1.0.26 Resolution: Fix

[GitHub] [sling-org-apache-sling-feature-cpconverter] anchela merged pull request #73: SLING-10286 : Converter ignores disabled status of system user

2021-04-14 Thread GitBox
anchela merged pull request #73: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/73 -- 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. For qu

[GitHub] [sling-org-apache-sling-feature-cpconverter] anchela commented on pull request #73: SLING-10286 : Converter ignores disabled status of system user

2021-04-14 Thread GitBox
anchela commented on pull request #73: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/73#issuecomment-819403097 @karlpauls thanks a lot for reviewing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320825#comment-17320825 ] Carsten Ziegeler commented on SLING-10215: -- I think this was a false alarm - as

[jira] [Comment Edited] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320828#comment-17320828 ] Konrad Windszus edited comment on SLING-10215 at 4/14/21, 9:07 AM: ---

[jira] [Commented] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320828#comment-17320828 ] Konrad Windszus commented on SLING-10215: - I have seen the message from https:/

[jira] [Commented] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320810#comment-17320810 ] Konrad Windszus commented on SLING-10215: - Would be good to have a test covering

[jira] [Updated] (SLING-10243) Extract Sling-Initial-Content from bundles and put into dedicated packages

2021-04-14 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-10243: Fix Version/s: Content-Package to Feature Model Converter 1.0.26 > Extract Sling-Initial-C

[jira] [Resolved] (SLING-10127) Keep modified content packages of type "content"

2021-04-14 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-10127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved SLING-10127. - Resolution: Fixed Fixed in https://github.com/apache/sling-org-apache-sling-feature-cpc

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin merged pull request #70: SLING-10127 optionally emit converted content packages to dedicated folder

2021-04-14 Thread GitBox
kwin merged pull request #70: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/70 -- 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. For queri

[jira] [Resolved] (SLING-10215) repoinit analyser fails if there is no repoinit section

2021-04-14 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-10215. -- Resolution: Fixed Updated to latest repoinit parser in feature model analyser > repoi

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r612987440 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static void p

[jira] [Resolved] (SLING-10305) Allow analyser tasks to report configuration warnings/errors

2021-04-14 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-10305. -- Resolution: Fixed Added alongside with a test for the analyser report https://github.

[jira] [Created] (SLING-10305) Allow analyser tasks to report configuration warnings/errors

2021-04-14 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-10305: Summary: Allow analyser tasks to report configuration warnings/errors Key: SLING-10305 URL: https://issues.apache.org/jira/browse/SLING-10305 Project: Sling

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r613013455 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -264,20 +270,23 @@ protected static void

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r612751195 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -264,20 +270,23 @@ protected static void

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r612987196 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static void p

[GitHub] [sling-org-apache-sling-feature-cpconverter] kwin commented on a change in pull request #70: SLING-10127 optionally emit converted content packages to dedicated folder

2021-04-14 Thread GitBox
kwin commented on a change in pull request #70: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/70#discussion_r612993140 ## File path: src/main/java/org/apache/sling/feature/cpconverter/artifacts/LocalMavenRepositoryArtifactsDeployer.java ## @@

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r612987440 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static void p

[GitHub] [sling-org-apache-sling-feature-launcher] stbischof commented on a change in pull request #24: Fixes in cli options

2021-04-14 Thread GitBox
stbischof commented on a change in pull request #24: URL: https://github.com/apache/sling-org-apache-sling-feature-launcher/pull/24#discussion_r612987196 ## File path: src/main/java/org/apache/sling/feature/launcher/impl/Main.java ## @@ -174,8 +179,9 @@ protected static void p