Re: Sling Type System: started a wiki page for concepts, ideas, motivation

2019-01-09 Thread Christanto Leonardo
BTW I rename things to use "type" instead of "model". See for example https://github.com/christanto/sling-whiteboard/blob/c8d06a5520bd89ecf97243088e37f75bacf96d38/modeling/src/main/java/org/apache/sling/types/TypeSystem.java Cheers, Christanto

[GitHub] JEBailey commented on a change in pull request #1: Sling 3270

2019-01-09 Thread GitBox
JEBailey commented on a change in pull request #1: Sling 3270 URL: https://github.com/apache/sling-org-apache-sling-commons-html/pull/1#discussion_r246518430 ## File path: pom.xml ## @@ -37,25 +37,36 @@ 8 -4.11.0 +4.12.0 +UTF-8 +

[jira] [Assigned] (SLING-7256) Sling Models injector for CAConfig

2019-01-09 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert reassigned SLING-7256: - Assignee: Stefan Seifert > Sling Models injector for CAConfig >

[jira] [Commented] (SLING-7256) Sling Models injector for CAConfig

2019-01-09 Thread Stefan Seifert (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738346#comment-16738346 ] Stefan Seifert commented on SLING-7256: --- we will create a separate git repository

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Stefan Egli
On 09.01.19 16:41, Daniel Klco wrote: Because I was looking at the Sling 7 JavaDoc :-) Strangely the Job interface doesn't seem to be present in the newer JavaDocs. That must be a mistake. Perhaps related to separating the API from the implementation bundle? Cheers, Stefan

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Stefan Egli
On 09.01.19 15:38, Jason E Bailey wrote: On Wed, Jan 9, 2019, at 3:05 AM, Stefan Egli wrote: (a) having to support job queries makes messaging-based implementations hard. You typically don't want to do queries against a messaging system. So this is not only about the default resource-based

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Daniel Klco
Because I was looking at the Sling 7 JavaDoc :-) Strangely the Job interface doesn't seem to be present in the newer JavaDocs. On Wed, Jan 9, 2019 at 10:31 AM Stefan Egli wrote: > On 09.01.19 15:01, Daniel Klco wrote: > > I would argue though that there is a significant loss of functionality by

RE: [DISCUSS] integration of sling models with context-aware configuration - which way around

2019-01-09 Thread Stefan Seifert
result: most prefer c) = a separate module - i'm fine with it. i propose "sling-org-apache-sling-models-caconfig" as name for the new git repository. i will take care of creating the repo. > PS I think @Via is the way to go, not @Source, so a @ViaProvider. From there > you can adapt it to

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Stefan Egli
On 09.01.19 15:01, Daniel Klco wrote: I would argue though that there is a significant loss of functionality by eliminating the ability to see what jobs exist on an instance. Agree, that's why I suggested B over A. What if rather than eliminating the functionality entirely a new interface

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Jason E Bailey
On Wed, Jan 9, 2019, at 3:05 AM, Stefan Egli wrote: > The problem is two fold: > > (a) having to support job queries makes messaging-based implementations > hard. You typically don't want to do queries against a messaging system. > So this is not only about the default resource-based

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Daniel Klco
I would argue though that there is a significant loss of functionality by eliminating the ability to see what jobs exist on an instance. What if rather than eliminating the functionality entirely a new interface was created for a "LocalJobManager" and the query based functionality moved there?

[jira] [Assigned] (SLING-8205) Stop using Class.getField() in order to avoid throwing NoSuchFieldException

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu reassigned SLING-8205: --- Assignee: Radu Cotescu (was: Nicolas Peltier) > Stop using Class.getField() in order to

[jira] [Updated] (SLING-8205) Stop using Class.getField() in order to avoid throwing NoSuchFieldException

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-8205: Fix Version/s: Scripting HTL Runtime 1.0.2-1.4.0 > Stop using Class.getField() in order to avoid

[jira] [Resolved] (SLING-8205) Stop using Class.getField() in order to avoid throwing NoSuchFieldException

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu resolved SLING-8205. - Resolution: Fixed > Stop using Class.getField() in order to avoid throwing NoSuchFieldException

[jira] [Updated] (SLING-8205) Stop using Class.getField() in order to avoid throwing NoSuchFieldException

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-8205: Affects Version/s: Scripting HTL Runtime 1.0.0-1.4.0 > Stop using Class.getField() in order to

Re: [VOTE] Release Apache Sling Servlets Post 2.3.28

2019-01-09 Thread Radu Cotescu
+1 > On 9 Jan 2019, at 11:30, Radu Cotescu wrote: > > Please vote to approve this release: > > [ ] +1 Approve the release > [ ] 0 Don't care > [ ] -1 Don't release, because ... > > This majority vote is open for at least 72 hours. >

[jira] [Commented] (SLING-8186) Moved node is deleted if @Delete parameter points to its name

2019-01-09 Thread Burkhard Pauli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738119#comment-16738119 ] Burkhard Pauli commented on SLING-8186: --- I don't see a name collision problem in the provided

[jira] [Comment Edited] (SLING-8186) Moved node is deleted if @Delete parameter points to its name

2019-01-09 Thread Burkhard Pauli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738119#comment-16738119 ] Burkhard Pauli edited comment on SLING-8186 at 1/9/19 11:20 AM: I don't

[jira] [Commented] (SLING-8186) Moved node is deleted if @Delete parameter points to its name

2019-01-09 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738102#comment-16738102 ] Bertrand Delacretaz commented on SLING-8186: Don't you think we would have the same name

[jira] [Updated] (SLING-8205) Stop using Class.getField() in order to avoid throwing NoSuchFieldException

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-8205: Summary: Stop using Class.getField() in order to avoid throwing NoSuchFieldException (was: stop

[jira] [Assigned] (SLING-7756) Improve logging for Job retries

2019-01-09 Thread Konrad Windszus (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus reassigned SLING-7756: -- Assignee: Konrad Windszus > Improve logging for Job retries >

[GitHub] bosschaert closed pull request #11: SLING-8113 - defining file in registryhome to capture executionplan s…

2019-01-09 Thread GitBox
bosschaert closed pull request #11: SLING-8113 - defining file in registryhome to capture executionplan s… URL: https://github.com/apache/sling-org-apache-sling-feature-extension-content/pull/11 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it

[jira] [Comment Edited] (SLING-8186) Moved node is deleted if @Delete parameter points to its name

2019-01-09 Thread Burkhard Pauli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738071#comment-16738071 ] Burkhard Pauli edited comment on SLING-8186 at 1/9/19 10:29 AM:

[jira] [Commented] (SLING-8186) Moved node is deleted if @Delete parameter points to its name

2019-01-09 Thread Burkhard Pauli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738071#comment-16738071 ] Burkhard Pauli commented on SLING-8186: --- [~bdelacretaz], Thank you for having a look into this

[jira] [Updated] (SLING-8186) Moved node is deleted if @Delete parameter points to its name

2019-01-09 Thread Burkhard Pauli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Burkhard Pauli updated SLING-8186: -- Attachment: patch.diff > Moved node is deleted if @Delete parameter points to its name >

[jira] [Comment Edited] (SLING-8205) stop using Class.getField() to stop spitting out NoSuchFieldException

2019-01-09 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738049#comment-16738049 ] Nicolas Peltier edited comment on SLING-8205 at 1/9/19 9:58 AM:

[jira] [Commented] (SLING-8205) stop using Class.getField() to stop spitting out NoSuchFieldException

2019-01-09 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16738049#comment-16738049 ] Nicolas Peltier commented on SLING-8205: raised the PR

Re: [VOTE] Release Apache Sling Servlets Post 2.3.28

2019-01-09 Thread Carsten Ziegeler
+1 Carsten Radu Cotescu wrote Hi, We solved 1 issue in this release: https://issues.apache.org/jira/projects/SLING/versions/12344817 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2034

RE: [VOTE] Release Apache Sling Servlets Post 2.3.28

2019-01-09 Thread Stefan Seifert
+1

RE: [VOTE] Release Apache Sling Tenant 1.1.4

2019-01-09 Thread Stefan Seifert
+1

[GitHub] bosschaert commented on issue #11: SLING-8113 - defining file in registryhome to capture executionplan s…

2019-01-09 Thread GitBox
bosschaert commented on issue #11: SLING-8113 - defining file in registryhome to capture executionplan s… URL: https://github.com/apache/sling-org-apache-sling-feature-extension-content/pull/11#issuecomment-452632007 LGTM

[VOTE] Release Apache Sling Servlets Post 2.3.28

2019-01-09 Thread Radu Cotescu
Hi, We solved 1 issue in this release: https://issues.apache.org/jira/projects/SLING/versions/12344817 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2034

[GitHub] DominikSuess opened a new pull request #11: SLING-8113 - defining file in registryhome to capture executionplan s…

2019-01-09 Thread GitBox
DominikSuess opened a new pull request #11: SLING-8113 - defining file in registryhome to capture executionplan s… URL: https://github.com/apache/sling-org-apache-sling-feature-extension-content/pull/11 …tatus. This is an

[GitHub] DominikSuess closed pull request #10: SLING-8113 - defining file in registryhome to capture executionplan s…

2019-01-09 Thread GitBox
DominikSuess closed pull request #10: SLING-8113 - defining file in registryhome to capture executionplan s… URL: https://github.com/apache/sling-org-apache-sling-feature-extension-content/pull/10 This is a PR merged from a forked repository. As GitHub hides the original diff on merge,

[jira] [Closed] (SLING-7648) Sling Post Servlet Throws NullPointerException On :order Last

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu closed SLING-7648. --- > Sling Post Servlet Throws NullPointerException On :order Last >

[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2019-01-09 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-2534: Fix Version/s: (was: Servlets Post 2.3.26) Servlets Post 2.3.28 > Strings

Re: [VOTE] Release Apache Sling Tenant 1.1.4

2019-01-09 Thread Carsten Ziegeler
+1 Carsten Robert Munteanu wrote Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12343999 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2033 You can use this UNIX script to download the release and

[jira] [Assigned] (SLING-8205) stop using Class.getField() to stop spitting out NoSuchFieldException

2019-01-09 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Peltier reassigned SLING-8205: -- Assignee: Nicolas Peltier > stop using Class.getField() to stop spitting out

[jira] [Commented] (SLING-8205) stop using Class.getField() to stop spitting out NoSuchFieldException

2019-01-09 Thread Nicolas Peltier (JIRA)
[ https://issues.apache.org/jira/browse/SLING-8205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16737982#comment-16737982 ] Nicolas Peltier commented on SLING-8205: cc [~radu.cotescu] did some tests as follow: on a blank

Re: [VOTE] Release Apache Sling Tenant 1.1.4

2019-01-09 Thread Robert Munteanu
On Wed, 2019-01-09 at 09:56 +0100, Robert Munteanu wrote: > Please vote to approve this release: +1 Robert signature.asc Description: This is a digitally signed message part

[VOTE] Release Apache Sling Tenant 1.1.4

2019-01-09 Thread Robert Munteanu
Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12343999 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2033 You can use this UNIX script to download the release and verify the signatures:

Re: [RESULT] [VOTE] Release Apache Sling Tenant 1.1.2

2019-01-09 Thread Robert Munteanu
On Fri, 2019-01-04 at 08:18 -0800, Andreas Schaefer wrote: > In an Adobe AEM beta build Tenant 1.1.2 was used and it fails to > deploy its services as it is missing the OSGI-INF folder. The current > master (1.1.1-SNAPHOST ??) is just doing fine. For the record, this was reported and fixed with

Re: [DISCUSS] Deprecate query part of Sling Event API

2019-01-09 Thread Stefan Egli
The problem is two fold: (a) having to support job queries makes messaging-based implementations hard. You typically don't want to do queries against a messaging system. So this is not only about the default resource-based implementation but allowing alternatives better. (b) in order to