Re: SlingPostServlet should not throw 500 on any exception

2020-11-11 Thread Andrei Dulvac
Hi. Strongly agree this should not be a 5xx response. A 4xx makes sense. - Andrei On Wed, 11 Nov 2020 at 14:25, Carsten Ziegeler wrote: > Hi, > > agreed - in many cases we're return a 500 where a 4xx would be more > appropriate. As you mention, the post servlet can't decide which case it >

[jira] [Commented] (SLING-9898) Support interpolation in Context-Aware Configuration

2020-11-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17230169#comment-17230169 ] Konrad Windszus commented on SLING-9898: The extension could be hooked into

[jira] [Updated] (SLING-9898) Support interpolation in Context-Aware Configuration

2020-11-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-9898: --- Description: Similar to https://issues.apache.org/jira/browse/SLING-7768 and

[jira] [Updated] (SLING-9898) Support interpolation in Context-Aware Configuration

2020-11-11 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-9898: --- Description: Similar to https://issues.apache.org/jira/browse/SLING-7768 and

[jira] [Created] (SLING-9898) Support interpolation in Context-Aware Configuration

2020-11-11 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-9898: -- Summary: Support interpolation in Context-Aware Configuration Key: SLING-9898 URL: https://issues.apache.org/jira/browse/SLING-9898 Project: Sling Issue

Re: [VOTE] Release Apache Sling Content Package Archetype 1.0.0

2020-11-11 Thread Radu Cotescu
Hi, > On 6 Nov 2020, at 16:24, Ruben Reusser wrote: > > I totally understand the idea behind why to put a simple html component into > the content package. I however struggle with the fact that Java Use Objects > are probably not a best practice for sling projects or other upstream >

[CANCELLED] [VOTE] Release Apache Sling Content Package Archetype 1.0.0

2020-11-11 Thread Robert Munteanu
Hi, I'm cancelling this vote to address the feedback raised by Ruben and Konrad. Thanks, Robert

Re: [VOTE] Release Apache Sling Content Package Archetype 1.0.0

2020-11-11 Thread Robert Munteanu
Hi Konrad, On Fri, 2020-11-06 at 16:47 +0100, Konrad Windszus wrote: > Sorry I haven't checked the code up till now. > Some questions/remarks: > > 1. Why filevault-package-maven-plugin 1.1.2 and not the latest > version 1.1.4? It was the latest version available at the time. I just pushed an

[GitHub] [sling-org-apache-sling-feature-extension-apiregions] sonarcloud[bot] commented on pull request #11: SLING-9897 Update API Regions Analysers to use artifact-aware error reporting

2020-11-11 Thread GitBox
sonarcloud[bot] commented on pull request #11: URL: https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/pull/11#issuecomment-725511527 SonarCloud Quality Gate failed.

[GitHub] [sling-org-apache-sling-feature-extension-apiregions] bosschaert opened a new pull request #11: SLING-9897 Update API Regions Analysers to use artifact-aware error reporting

2020-11-11 Thread GitBox
bosschaert opened a new pull request #11: URL: https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/pull/11 Also updated some error messages to be a little easier to understand. This is an automated

[jira] [Updated] (SLING-9896) change statuscode in SlingPostServlet for PersistenceException

2020-11-11 Thread Jira
[ https://issues.apache.org/jira/browse/SLING-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Hoh updated SLING-9896: Description: When the SlingPostServlet receives a PersistenceExceptions while trying to persist the

Re: [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.0.18

2020-11-11 Thread Daniel Klco
+1 On Wed, Nov 11, 2020 at 7:01 AM Julian Sedding wrote: > > +1 > > Regards > Julian > > > On Wed, Nov 11, 2020 at 10:38 AM wrote: > > > > Hi all, > > > > I would like to call the release on the Content-Package to Feature Model > > Converter 1.0.18 > >

Re: [VOTE] Release Sling Adapter Annotations 2.0.0

2020-11-11 Thread Daniel Klco
+1 On Wed, Nov 11, 2020 at 6:53 AM Julian Sedding wrote: > > +1 > > Regards > Julian > > > On Tue, Nov 10, 2020 at 7:11 PM Bertrand Delacretaz > wrote: > > > > Hi, > > > > This is a new module, at > > https://github.com/apache/sling-org-apache-sling-adapter-annotations > > > > ...not to be

[jira] [Updated] (SLING-9897) Update API Regions Analysers to use artifact-aware error reporting

2020-11-11 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert updated SLING-9897: -- Summary: Update API Regions Analysers to use artifact-aware error reporting

[jira] [Created] (SLING-9897) Update API Regions Analysers to use artifac-aware error reporting

2020-11-11 Thread A. J. David Bosschaert (Jira)
A. J. David Bosschaert created SLING-9897: - Summary: Update API Regions Analysers to use artifac-aware error reporting Key: SLING-9897 URL: https://issues.apache.org/jira/browse/SLING-9897

Re: SlingPostServlet should not throw 500 on any exception

2020-11-11 Thread Carsten Ziegeler
Hi, agreed - in many cases we're return a 500 where a 4xx would be more appropriate. As you mention, the post servlet can't decide which case it is, so we have to map all exceptions either to 500 (like today) or to 4xx. In both cases, we have a false positives. But I agree, that it's more

Re: [Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #52 is BROKEN

2020-11-11 Thread Konrad Windszus
This is again the issue described in https://github.com/bndtools/bnd/issues/4125#issuecomment-691707488 . The metadata of staxex is again corrupt on Maven Central. I opened https://issues.sonatype.org/browse/MVNCENTRAL-6303

[jira] [Updated] (SLING-9896) change statuscode in SlingPostServlet for PersistenceException

2020-11-11 Thread Jira
[ https://issues.apache.org/jira/browse/SLING-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörg Hoh updated SLING-9896: Description: When the SlingPostServlet receives a PersistenceExceptions while trying to persist the

SlingPostServlet should not throw 500 on any exception

2020-11-11 Thread Jörg Hoh
Hi all, while trying to assess a number of internal server errors, I came across the behavior that the SlingPostServlet is always returning a 500 if it has been invoked and wasn't able to write to the repository because of missing write permissions [2]. See

[jira] [Commented] (SLING-9874) Allow adapting SlingHttpServletRequest and ResourceResolver to XSSAPI

2020-11-11 Thread Julian Sedding (Jira)
[ https://issues.apache.org/jira/browse/SLING-9874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17229933#comment-17229933 ] Julian Sedding commented on SLING-9874: --- I started a [discussion on the dev mailing

Re: [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.0.18

2020-11-11 Thread Julian Sedding
+1 Regards Julian On Wed, Nov 11, 2020 at 10:38 AM wrote: > > Hi all, > > I would like to call the release on the Content-Package to Feature Model > Converter 1.0.18 > https://issues.apache.org/jira/projects/SLING/versions/12349329 > > Staging repository: >

[jira] [Created] (SLING-9896) change statuscode in SlingPostServlet for PersistenceException

2020-11-11 Thread Jira
Jörg Hoh created SLING-9896: --- Summary: change statuscode in SlingPostServlet for PersistenceException Key: SLING-9896 URL: https://issues.apache.org/jira/browse/SLING-9896 Project: Sling Issue

Re: [VOTE] Release Sling Adapter Annotations 2.0.0

2020-11-11 Thread Julian Sedding
+1 Regards Julian On Tue, Nov 10, 2020 at 7:11 PM Bertrand Delacretaz wrote: > > Hi, > > This is a new module, at > https://github.com/apache/sling-org-apache-sling-adapter-annotations > > ...not to be confused with the older > https://github.com/apache/sling-adapter-annotations module, which

Re: [VOTE] Release Apache Sling Testing Clients version 2.0.8

2020-11-11 Thread Julian Sedding
+1 Regards Julian On Wed, Nov 11, 2020 at 9:16 AM Stefan Seifert wrote: > > +1

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

2020-11-11 Thread Apache Jenkins Server
Please see https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/52/ for details. No further emails will be sent until the status of the build is changed. Build log follows below: [...truncated 190 lines...] [WARNING] Bundle

Re: [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.0.18

2020-11-11 Thread Karl Pauls
+1 regards, Karl On Wed, Nov 11, 2020 at 11:36 AM wrote: > > +1 > > David > > On Wed, 11 Nov 2020 at 09:38, wrote: > > > Hi all, > > > > I would like to call the release on the Content-Package to Feature Model > > Converter 1.0.18 > >

Re: [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.0.18

2020-11-11 Thread davidb
+1 David On Wed, 11 Nov 2020 at 09:38, wrote: > Hi all, > > I would like to call the release on the Content-Package to Feature Model > Converter 1.0.18 > https://issues.apache.org/jira/projects/SLING/versions/12349329 > > Staging repository: >

Re: [VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.0.18

2020-11-11 Thread Carsten Ziegeler
+1 Carsten Am 11.11.2020 um 10:38 schrieb dav...@apache.org: Hi all, I would like to call the release on the Content-Package to Feature Model Converter 1.0.18 https://issues.apache.org/jira/projects/SLING/versions/12349329 Staging repository:

[VOTE] Release Apache Sling Content-Package to Feature Model Converter 1.0.18

2020-11-11 Thread davidb
Hi all, I would like to call the release on the Content-Package to Feature Model Converter 1.0.18 https://issues.apache.org/jira/projects/SLING/versions/12349329 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2375 You can use this UNIX script to download

[jira] [Resolved] (SLING-9881) CPConverter dropping type information on sling:OsgiConfig nodes

2020-11-11 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert resolved SLING-9881. --- Resolution: Fixed > CPConverter dropping type information on

[jira] [Resolved] (SLING-9894) CP Converter not defining explicit dependency of embedded package on parent

2020-11-11 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert resolved SLING-9894. --- Resolution: Fixed > CP Converter not defining explicit dependency of

[GitHub] [sling-org-apache-sling-feature-cpconverter] bosschaert merged pull request #32: Issue/sling 9881

2020-11-11 Thread GitBox
bosschaert merged pull request #32: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/32 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] sonarcloud[bot] commented on pull request #32: Issue/sling 9881

2020-11-11 Thread GitBox
sonarcloud[bot] commented on pull request #32: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/32#issuecomment-725306690 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-feature-cpconverter] sonarcloud[bot] removed a comment on pull request #32: Issue/sling 9881

2020-11-11 Thread GitBox
sonarcloud[bot] removed a comment on pull request #32: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/32#issuecomment-724571619 Kudos, SonarCloud Quality Gate passed!

[jira] [Resolved] (SLING-9895) Provide more information to extension handlers

2020-11-11 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-9895. - Resolution: Fixed Added two new boolean methods to the HandlerContext

[GitHub] [sling-org-apache-sling-feature-cpconverter] bosschaert merged pull request #34: SLING-9894 - setting explicit dependency from embedded to non-contain…

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

[jira] [Created] (SLING-9895) Provide more information to extension handlers

2020-11-11 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-9895: --- Summary: Provide more information to extension handlers Key: SLING-9895 URL: https://issues.apache.org/jira/browse/SLING-9895 Project: Sling Issue

[GitHub] [sling-org-apache-sling-feature-cpconverter] bosschaert commented on pull request #34: SLING-9894 - setting explicit dependency from embedded to non-contain…

2020-11-11 Thread GitBox
bosschaert commented on pull request #34: URL: https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/34#issuecomment-725300280 LGTM This is an automated message from the Apache Git Service. To respond to

[jira] [Updated] (SLING-9894) CP Converter not defining explicit dependency of embedded package on parent

2020-11-11 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert updated SLING-9894: -- Fix Version/s: Content-Package to Feature Model Converter 1.1.0 > CP Converter

Re: [VOTE] Release Sling Adapter Annotations 2.0.0

2020-11-11 Thread Konrad Windszus
+1 Konrad > On 10. Nov 2020, at 19:11, Bertrand Delacretaz wrote: > > Hi, > > This is a new module, at > https://github.com/apache/sling-org-apache-sling-adapter-annotations > > ...not to be confused with the older > https://github.com/apache/sling-adapter-annotations module, which I > have

RE: [VOTE] Release Apache Sling Testing Clients version 2.0.8

2020-11-11 Thread Stefan Seifert
+1

RE: [VOTE] Release Sling Adapter Annotations 2.0.0

2020-11-11 Thread Stefan Seifert
+1