[jira] [Updated] (SLING-7544) Make optimized alias lookup non-blocking

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-7544: Fix Version/s: (was: Resource Resolver 1.6.2) Resource Resolver

[jira] [Updated] (SLING-7665) Use bnd Maven plugins

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-7665: Fix Version/s: (was: Resource Resolver 1.6.2) Resource Resolver

[jira] [Closed] (SLING-7593) ResourceTraversor doesn't support ResourceDecorator pattern

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-7593. --- > ResourceTraversor doesn't support ResourceDecorator pattern >

[jira] [Closed] (SLING-3524) ResourceResolver.clone(null) should not share the same JCR session

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-3524. --- > ResourceResolver.clone(null) should not share the same JCR session >

[jira] [Updated] (SLING-7591) Session leak when a ResourceResolver is created from a Session then gets cloned

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-7591: Fix Version/s: (was: JCR Resource 3.0.10) JCR Resource 3.0.12 >

[jira] [Updated] (SLING-3524) ResourceResolver.clone(null) should not share the same JCR session

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-3524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-3524: Fix Version/s: (was: JCR Resource 3.0.10) JCR Resource 3.0.12 >

Re: /etc/map with Placeholders for farms / dev stack

2018-07-30 Thread Georg Henzler
Hi Andreas, Install Hooks have their own issues like that they do not work for replication Install Hooks work flawlessly with replication since around two years (AEM 6.3) and they requires to changes whatever the customer has / provides in order to add the place holders. not sure what you

Re: [Dev][GSoC]Resource /favicon.ico not found

2018-07-30 Thread Robert Munteanu
Hi Hasini, On 2018-07-30 19:43, Hasini Witharana wrote: Hi all, I am creating a custom authentication handler by implementing AuthenticationHandler interface. I have registered the custom authentication handler as a OSGI component and the below code shows the custom authentication handler I

[jira] [Commented] (SLING-7790) Allow for synchronous installation of bundles and configurations via install hook

2018-07-30 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16562593#comment-16562593 ] Georg Henzler commented on SLING-7790: -- bq. What do you think about explicitly mention each to be

/etc/map units tests and the issue of recursive mapping

2018-07-30 Thread Andreas Schaefer
Hi For SLING-7768 I created two unit test classes (org.apache.sling.resourceresolver, branch: feature/SLING-7768) that test the basic etc mapping behaving directly with MapEntries and one through the Resource Resolver which also includes tests using resolve(). During my tests I ran into an

Re: /etc/map with Placeholders for farms / dev stack

2018-07-30 Thread Andreas Schaefer
Hi George > On Jul 26, 2018, at 2:21 PM, Georg Henzler wrote: > > Hi Andreas, > > I'm not sure if this is going in the right direction - this is currently > implemented at at a local module level > (sling-org-apache-sling-resourceresolver) > when it is really something that the platform

[jira] [Commented] (SLING-7768) Add String Interpolation support to /etc/map

2018-07-30 Thread Andreas Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16562500#comment-16562500 ] Andreas Schaefer commented on SLING-7768: - Added a unit test class for the Etc Map through Etc

[jira] [Updated] (SLING-7699) Add ability to stream a Resource tree to Sling

2018-07-30 Thread Jason E Bailey (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason E Bailey updated SLING-7699: -- Fix Version/s: Resource Filter 1.0.0 > Add ability to stream a Resource tree to Sling >

[jira] [Updated] (SLING-7699) Add ability to stream a Resource tree to Sling

2018-07-30 Thread Jason E Bailey (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason E Bailey updated SLING-7699: -- Summary: Add ability to stream a Resource tree to Sling (was: Add ability to stream a

[Dev][GSoC]Resource /favicon.ico not found

2018-07-30 Thread Hasini Witharana
Hi all, I am creating a custom authentication handler by implementing AuthenticationHandler interface. I have registered the custom authentication handler as a OSGI component and the below code shows the custom authentication handler I implemented. @Component( >> service =

[jira] [Commented] (SLING-7699) Add ability to stream a Resource tree to the API bundle

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16562205#comment-16562205 ] Carsten Ziegeler commented on SLING-7699: - [~jebailey] Thanks, no worries. I assume that we could

[jira] [Commented] (SLING-7699) Add ability to stream a Resource tree to the API bundle

2018-07-30 Thread Jason E Bailey (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16562190#comment-16562190 ] Jason E Bailey commented on SLING-7699: --- I had added a method to the API to provide a Stream of the

Re: [VOTE] Release Apache Sling API 2.18.2

2018-07-30 Thread Carsten Ziegeler
SLING-3524 is part of the changelog, I removed SLING-7699 and reopened it Thanks Carsten Stefan Seifert wrote > +1 on the release. > > comments on the changelog in jira: > - SLING-3524 is missing > - i found no trace for SLING-7699 in the git changelog for this release, we > should remove it

[jira] [Updated] (SLING-7699) Add ability to stream a Resource tree to the API bundle

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-7699: Fix Version/s: (was: API 2.18.2) > Add ability to stream a Resource tree to the API

[jira] [Reopened] (SLING-7699) Add ability to stream a Resource tree to the API bundle

2018-07-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reopened SLING-7699: - What is the status here? This is labelled as API but is not in the API bundle > Add ability

[GitHub] jimmycasey opened a new pull request #1: Fixed Spelling.

2018-07-30 Thread GitBox
jimmycasey opened a new pull request #1: Fixed Spelling. URL: https://github.com/apache/sling-org-apache-sling-mom/pull/1 Hi there, I wrote this bot based on the top 10 most misspelled english words. (https://blog.oxforddictionaries.com/2016/08/02/corpus-misspellings/) The bot

Welcome to our five new Sling PMC members!

2018-07-30 Thread Bertrand Delacretaz
Hi Sling community, The Sling PMC took a good look at our list of active committers and as a result has proposed the following people as members of the Sling PMC, and without opposition ASF's Board of Directors (*) I'm happy to announce our five new PMC members, in no specific order: Andrei

[VOTE RESULT] Release Apache Sling API 2.18.2

2018-07-30 Thread Carsten Ziegeler
The vote passes with four binding +1 votes Thanks everyone Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

[CANCELLED] [VOTE] Release Apache Sling Resource Filter version 1.0.0

2018-07-30 Thread Jason E Bailey
updating source based on feedback. - Jason On Tue, Jul 24, 2018, at 1:46 PM, Jason E Bailey wrote: > Hi, > > This is the initial release of the Sling Resource Filter > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling- 1923/ > > You can use this UNIX

Re: [VOTE] Release Apache Sling API 2.18.2

2018-07-30 Thread Daniel Klco
+1 On Mon, Jul 30, 2018 at 5:43 AM Stefan Seifert wrote: > +1 on the release. > > comments on the changelog in jira: > - SLING-3524 is missing > - i found no trace for SLING-7699 in the git changelog for this release, > we should remove it from this version > > stefan > > >-Original

[jira] [Resolved] (SLING-7613) Remove deprecation of SlingRepository.loginAdministrative()

2018-07-30 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-7613. Resolution: Won't Fix Fix Version/s: (was: JCR API 2.4.2) We failed to gather

[GitHub] rombert commented on issue #1: SLING-7613 - Remove deprecation of SlingRepository.loginAdministrative()

2018-07-30 Thread GitBox
rombert commented on issue #1: SLING-7613 - Remove deprecation of SlingRepository.loginAdministrative() URL: https://github.com/apache/sling-org-apache-sling-jcr-api/pull/1#issuecomment-408901673 We failed to gather consensus and there were strong arguments against this raised on the

[GitHub] rombert closed pull request #1: SLING-7613 - Remove deprecation of SlingRepository.loginAdministrative()

2018-07-30 Thread GitBox
rombert closed pull request #1: SLING-7613 - Remove deprecation of SlingRepository.loginAdministrative() URL: https://github.com/apache/sling-org-apache-sling-jcr-api/pull/1 This is an automated message from the Apache Git

[GitHub] toniedzwiedz commented on issue #5: Feature/stop selector duplication

2018-07-30 Thread GitBox
toniedzwiedz commented on issue #5: Feature/stop selector duplication URL: https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/5#issuecomment-408901571 @rombert ah, I see, it's a blacklist, rather than a whitelist. I renamed the package to

Re: SLING-7613 - un-deprecating loginAdministrative

2018-07-30 Thread Robert Munteanu
On Tue, 2018-07-17 at 14:55 +0200, Robert Munteanu wrote: > Comments/reviews are most welcome, I plan to merge this next Monday. It's clear from the discussions that there is no consensus on whether this is a good thing or not. I will drop this PR and close the Jira as WONTFIX. There are some

[jira] [Created] (SLING-7793) ACLs pipes

2018-07-30 Thread Nicolas Peltier (JIRA)
Nicolas Peltier created SLING-7793: -- Summary: ACLs pipes Key: SLING-7793 URL: https://issues.apache.org/jira/browse/SLING-7793 Project: Sling Issue Type: Improvement Components:

[GitHub] rombert commented on issue #5: Feature/stop selector duplication

2018-07-30 Thread GitBox
rombert commented on issue #5: Feature/stop selector duplication URL: https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/5#issuecomment-408887166 @toniedzwiedz - thanks for the update. If you look at the generated manifest, you will see that the `urlbuilder` package is

[GitHub] jimmycasey opened a new pull request #1: Fixed Spelling.

2018-07-30 Thread GitBox
jimmycasey opened a new pull request #1: Fixed Spelling. URL: https://github.com/apache/sling-org-apache-sling-jobs-it/pull/1 Hi there, I wrote this bot based on the top 10 most misspelled english words. (https://blog.oxforddictionaries.com/2016/08/02/corpus-misspellings/) The bot

[GitHub] toniedzwiedz edited a comment on issue #5: Feature/stop selector duplication

2018-07-30 Thread GitBox
toniedzwiedz edited a comment on issue #5: Feature/stop selector duplication URL: https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/5#issuecomment-408883889 @rombert the changes you suggested pertaining to the `UrlBuilder` have been introduced. Sorry for the

[GitHub] toniedzwiedz edited a comment on issue #5: Feature/stop selector duplication

2018-07-30 Thread GitBox
toniedzwiedz edited a comment on issue #5: Feature/stop selector duplication URL: https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/5#issuecomment-408883889 Sorry for the delay, I had to deal with some higher-priority stuff and then I went on vacation. We'll be

[GitHub] bdelacretaz closed pull request #4: Fixed Spelling.

2018-07-30 Thread GitBox
bdelacretaz closed pull request #4: Fixed Spelling. URL: https://github.com/apache/sling-org-apache-sling-commons-log/pull/4 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] toniedzwiedz commented on issue #5: Feature/stop selector duplication

2018-07-30 Thread GitBox
toniedzwiedz commented on issue #5: Feature/stop selector duplication URL: https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/5#issuecomment-408883889 Sorry for the delay, I had to deal with some higher-priority stuff and then I went on vacation. We'll be testing this

[GitHub] jimmycasey opened a new pull request #4: Fixed Spelling.

2018-07-30 Thread GitBox
jimmycasey opened a new pull request #4: Fixed Spelling. URL: https://github.com/apache/sling-org-apache-sling-commons-log/pull/4 Hi there, I wrote this bot based on the top 10 most misspelled english words. (https://blog.oxforddictionaries.com/2016/08/02/corpus-misspellings/) The

Re: SLING-7613 - un-deprecating loginAdministrative

2018-07-30 Thread Jason E Bailey
Maybe a hybrid approach? The current problem as I understand it, is that there is a need at times for an admin session. The current way to get an admin session allows access to that user from anywhere that code can be written, from any bundle, or JSP. Service users are better because they

Re: Markdown resource provider

2018-07-30 Thread Robert Munteanu
On Sat, 2018-07-28 at 13:28 -0400, Jason E Bailey wrote: > I believe there's a difference between what the two end goals are. > There is a the rendering of a Markdown resource into HTML and then > there is using a Markdown file to generate a resource. That is a good distinction to be made, and

Re: Markdown resource provider

2018-07-30 Thread Robert Munteanu
On Fri, 2018-07-27 at 15:49 +0200, Bertrand Delacretaz wrote: > On Fri, Jul 27, 2018 at 3:16 PM Daniel Klco > wrote: > > On Fri, Jul 27, 2018, 8:46 AM Jason E Bailey > > wrote: > > ... > > > Not understanding the phrase "front matter" in it's usage here > > > > I'm assuming YAML front matter

Re: Markdown resource provider

2018-07-30 Thread Robert Munteanu
On Fri, 2018-07-27 at 10:14 +0200, Andrei Dulvac wrote: > Hi. > > That's cool indeed! > > What about using (potentially different) HTL scripts and create a > Sling > model that reads the raw markdown? The markdown files have a default resource type of sling/markdown/file [1] . This can be

Re: Markdown resource provider

2018-07-30 Thread Robert Munteanu
On Fri, 2018-07-27 at 08:07 +0200, Bertrand Delacretaz wrote: > On Fri, Jul 27, 2018 at 1:18 AM Robert Munteanu > wrote: > ... > > - render everything else as HTML into jcr:description ... > > I think rendering is a good idea but how about using a more specific > property name? > > Maybe use

Re: Markdown resource provider

2018-07-30 Thread Robert Munteanu
On Fri, 2018-07-27 at 07:51 +0200, Carsten Ziegeler wrote: > Interesting, I've started similar work some time back but never > finished > it :) Back then I thought that this is a cross cutting concern, md > files > can be stored anywhere, in the file system, in jcr, fetched by a > special > github

[jira] [Commented] (SLING-7792) Resource Resolver should return more than one resolved path if available

2018-07-30 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561780#comment-16561780 ] Robert Munteanu commented on SLING-7792: I like that better than {{maps}}, indeed. > Resource

[jira] [Commented] (SLING-7792) Resource Resolver should return more than one resolved path if available

2018-07-30 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561778#comment-16561778 ] Bertrand Delacretaz commented on SLING-7792: bq. The background is that for a given resource

[jira] [Commented] (SLING-7792) Resource Resolver should return more than one resolved path if available

2018-07-30 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561768#comment-16561768 ] Robert Munteanu commented on SLING-7792: As this is based on an offline discussion between

[jira] [Commented] (SLING-7792) Resource Resolver should return more than one resolved path if available

2018-07-30 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561756#comment-16561756 ] Bertrand Delacretaz commented on SLING-7792: How will the client code select which path to

RE: [VOTE] Release Apache Sling API 2.18.2

2018-07-30 Thread Stefan Seifert
+1 on the release. comments on the changelog in jira: - SLING-3524 is missing - i found no trace for SLING-7699 in the git changelog for this release, we should remove it from this version stefan >-Original Message- >From: Carsten Ziegeler [mailto:cziege...@apache.org] >Sent:

[jira] [Created] (SLING-7792) Resource Resolver should return more than one resolved path if available

2018-07-30 Thread Alex COLLIGNON (JIRA)
Alex COLLIGNON created SLING-7792: - Summary: Resource Resolver should return more than one resolved path if available Key: SLING-7792 URL: https://issues.apache.org/jira/browse/SLING-7792 Project:

[jira] [Updated] (SLING-7791) ContentImporter does not import characters such as "&"

2018-07-30 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-7791: --- Affects Version/s: JCR ContentLoader 2.1.10 > ContentImporter does not import characters

[jira] [Commented] (SLING-7791) ContentImporter does not import characters such as "&"

2018-07-30 Thread Julian Sedding (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561641#comment-16561641 ] Julian Sedding commented on SLING-7791: --- Thanks for reporting this issue. It would be helpful if

[jira] [Updated] (SLING-7791) ContentImporter does not import characters such as "&"

2018-07-30 Thread Van (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Van updated SLING-7791: --- Description: We are using the org.apache.sling.jcr.contentloader.ContentImporter API to import data from an UTF-8

[jira] [Updated] (SLING-7791) ContentImporter does not import characters such as "&"

2018-07-30 Thread Van (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Van updated SLING-7791: --- Description: We are using the org.apache.sling.jcr.contentloader.ContentImporter API to import data from an UTF-8

[jira] [Updated] (SLING-7791) ContentImporter does not import characters such as "&"

2018-07-30 Thread Van (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Van updated SLING-7791: --- Description: We are using the org.apache.sling.jcr.contentloader.ContentImporter API to import data from an UTF-8

[jira] [Updated] (SLING-7791) ContentImporter does not import characters such as "&"

2018-07-30 Thread Van (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Van updated SLING-7791: --- Summary: ContentImporter does not import characters such as "&" (was: ContentImporter doen not import characters

[jira] [Created] (SLING-7791) ContentImporter doen not import characters such as "&"

2018-07-30 Thread Van (JIRA)
Van created SLING-7791: -- Summary: ContentImporter doen not import characters such as "&" Key: SLING-7791 URL: https://issues.apache.org/jira/browse/SLING-7791 Project: Sling Issue Type: Bug

[jira] [Commented] (SLING-7790) Allow for synchronous installation of bundles and configurations via install hook

2018-07-30 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561576#comment-16561576 ] Konrad Windszus commented on SLING-7790: In general this looks very good. What do you think about