[jira] [Created] (SLING-9314) HTL null pointer in ObjectModel.toBoolean(Object) when object.toString() returns null

2020-03-31 Thread Paul Bjorkstrand (Jira)
Paul Bjorkstrand created SLING-9314: --- Summary: HTL null pointer in ObjectModel.toBoolean(Object) when object.toString() returns null Key: SLING-9314 URL: https://issues.apache.org/jira/browse/SLING-9314

[GitHub] [sling-whiteboard] cmrockwell opened a new pull request #51: SAML2 Service Provider Pull Request

2020-03-31 Thread GitBox
cmrockwell opened a new pull request #51: SAML2 Service Provider Pull Request URL: https://github.com/apache/sling-whiteboard/pull/51 The intent of this PR is to get it reviewed and provide me with valuable feedback about making it better, and ideally getting direct support from Sling

Re: [DISCUSS] Resource Mapping SPI

2020-03-31 Thread Julian Sedding
Hi I'm all for disentangling the mapping implementations (/etc/map, vanity, alias etc.) and making the mapping pluggable. Over the years I have come to think that the ResourceResolver methods "resolve" and "map" are actually in the "wrong" interface, because the handle a different concern than

Re: Sling 12 with Composite Node Store

2020-03-31 Thread Julian Sedding
Hi Andy I have not done this before, I'm just trying to extrapolate from looking at the code. In your above config, I think the following config "org.apache.jackrabbit.oak.segment.SegmentNodeStoreService~global" should be "org.apache.jackrabbit.oak.segment.SegmentNodeStoreFactory~global".

Re: [DISCUSS] Resource Mapping SPI

2020-03-31 Thread Georg Henzler
Hi Konrad, yes, ResourceURI at the moment would be both for internal and external links. Immutable vs. Mutable is to be discussed (both ways have their own advantages) ResourceUri resolve(ResourceURI, ...) (not useful for absolute/external URIs) SlingUri map(SlingUri, ...) (can be useful

Re: Sling 12 with Composite Node Store

2020-03-31 Thread Andreas Schaefer
I posted that to Jackrabbit Oak Dev mailing list (oak-dev) but did not get a response so far. There are three things that looks bad to me: 1. The Global Node Store Service is not recognized as Global Node Store in the Composite Node Store 2. The Global Node Store Factory is by definition only

Re: Sling 12 with Composite Node Store

2020-03-31 Thread Daniel Klco
Thanks for looking into this Andy! I've been very curious about this as well. The documentation is not detailed to say the least. I do wonder if this is an Apache Sling question or an Apache Jackrabbit question though. On Tue, Mar 31, 2020 at 4:02 PM Andreas Schaefer wrote: > Hi > > Ruben and

Sling 12 with Composite Node Store

2020-03-31 Thread Andreas Schaefer
Hi Ruben and I want to setup a Sling 12 instance with a composite node store where /libs and /apps is in a read only repository and the rest in a read/write repo (general). I tried several approaches but for now I already fail by just trying to create a composite node store. This is my most

[jira] [Comment Edited] (SLING-9313) Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type

2020-03-31 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17071881#comment-17071881 ] Konrad Windszus edited comment on SLING-9313 at 3/31/20, 3:18 PM: -- Fixed

[jira] [Resolved] (SLING-9313) Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type

2020-03-31 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus resolved SLING-9313. Resolution: Fixed Fixed in

[GitHub] [sling-org-apache-sling-installer-factory-packages] kwin merged pull request #2: SLING-9313 - Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported

2020-03-31 Thread GitBox
kwin merged pull request #2: SLING-9313 - Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type URL: https://github.com/apache/sling-org-apache-sling-installer-factory-packages/pull/2

[jira] [Commented] (SLING-9313) Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type

2020-03-31 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17071879#comment-17071879 ] Konrad Windszus commented on SLING-9313: Indeed, this is a regression of

[GitHub] [sling-org-apache-sling-installer-factory-packages] sonarcloud[bot] commented on issue #2: SLING-9313 - Content Package Installer: do not return an InstallTask if the TaskResource is of an un

2020-03-31 Thread GitBox
sonarcloud[bot] commented on issue #2: SLING-9313 - Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type URL: https://github.com/apache/sling-org-apache-sling-installer-factory-packages/pull/2#issuecomment-606690840 Kudos, SonarCloud

[GitHub] [sling-org-apache-sling-installer-factory-packages] raducotescu opened a new pull request #2: SLING-9313 - Content Package Installer: do not return an InstallTask if the TaskResource is of an

2020-03-31 Thread GitBox
raducotescu opened a new pull request #2: SLING-9313 - Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type URL: https://github.com/apache/sling-org-apache-sling-installer-factory-packages/pull/2 * return null if the `TaskResource` is of

[jira] [Updated] (SLING-9313) Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type

2020-03-31 Thread Radu Cotescu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-9313: Description: The

[jira] [Updated] (SLING-9313) Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type

2020-03-31 Thread Radu Cotescu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-9313: Description: The

[jira] [Created] (SLING-9313) Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type

2020-03-31 Thread Radu Cotescu (Jira)
Radu Cotescu created SLING-9313: --- Summary: Content Package Installer: do not return an InstallTask if the TaskResource is of an unsupported type Key: SLING-9313 URL: https://issues.apache.org/jira/browse/SLING-9313

Re: [VOTE] Release Apache Sling Scripting Groovy 1.2.0

2020-03-31 Thread Daniel Klco
+1 On Tue, Mar 31, 2020 at 10:27 AM Oliver Lietz wrote: > Hi, > > We solved 4 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12347019 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-2229 > > You can use this UNIX

[VOTE] Release Apache Sling Scripting Groovy 1.2.0

2020-03-31 Thread Oliver Lietz
Hi, We solved 4 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12347019 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2229 You can use this UNIX script to download the release and verify the signatures:

[jira] [Resolved] (SLING-9306) Provide a path capability for scripts which are not part of a resource type

2020-03-31 Thread Radu Cotescu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu resolved SLING-9306. - Resolution: Fixed Implemented in: * [commit

[jira] [Updated] (SLING-9306) Provide a path capability for scripts which are not part of a resource type

2020-03-31 Thread Radu Cotescu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-9306: Fix Version/s: Scripting Bundle Tracker 0.2.0 > Provide a path capability for scripts which are

[jira] [Updated] (SLING-9306) Provide a path capability for scripts which are not part of a resource type

2020-03-31 Thread Radu Cotescu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-9306: Component/s: Scripting > Provide a path capability for scripts which are not part of a resource

[jira] [Closed] (SLING-9151) Reduce the cache seeding messages frequency

2020-03-31 Thread Timothee Maret (Jira)
[ https://issues.apache.org/jira/browse/SLING-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret closed SLING-9151. - > Reduce the cache seeding messages frequency > --- > >

[jira] [Closed] (SLING-9050) Failures to extract or install the packages are not reported to the upper layer

2020-03-31 Thread Timothee Maret (Jira)
[ https://issues.apache.org/jira/browse/SLING-9050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret closed SLING-9050. - > Failures to extract or install the packages are not reported to the upper > layer >

[jira] [Closed] (SLING-9162) Timeout when failing to fetch the queue state

2020-03-31 Thread Timothee Maret (Jira)
[ https://issues.apache.org/jira/browse/SLING-9162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret closed SLING-9162. - > Timeout when failing to fetch the queue state > - > >

[jira] [Closed] (SLING-9075) Support multiple agents with one StagingPrecondition

2020-03-31 Thread Timothee Maret (Jira)
[ https://issues.apache.org/jira/browse/SLING-9075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret closed SLING-9075. - > Support multiple agents with one StagingPrecondition >

[jira] [Closed] (SLING-9134) Allow to configure initial and max journal checker delay upon retries

2020-03-31 Thread Timothee Maret (Jira)
[ https://issues.apache.org/jira/browse/SLING-9134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret closed SLING-9134. - > Allow to configure initial and max journal checker delay upon retries >

[jira] [Closed] (SLING-9148) Allow to hydrate the queue cache when journal access is throttled

2020-03-31 Thread Timothee Maret (Jira)
[ https://issues.apache.org/jira/browse/SLING-9148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothee Maret closed SLING-9148. - > Allow to hydrate the queue cache when journal access is throttled >

[RESULT] [VOTE] Release Apache Sling Content Distribution Journal Core 0.1.10

2020-03-31 Thread Timothee Maret
Hi, The vote has passed with the following result : +1 (binding): Robert Munteanu, Carsten Ziegeler, Daniel Klco +1 (non binding): Andreas Schaefer, Christian Schneider I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Regards,

[jira] [Updated] (SLING-9312) Bug in LazyBindings.entrySet: hashCode of binding values is calculated

2020-03-31 Thread Hans-Peter Stoerr (Jira)
[ https://issues.apache.org/jira/browse/SLING-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans-Peter Stoerr updated SLING-9312: - Description: The method entrySet in org.apache.sling.api.scripting.LazyBindings

[jira] [Updated] (SLING-9312) Bug in LazyBindings.entrySet: hashCode of binding values is calculated

2020-03-31 Thread Hans-Peter Stoerr (Jira)
[ https://issues.apache.org/jira/browse/SLING-9312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans-Peter Stoerr updated SLING-9312: - Description: The method entrySet in org.apache.sling.api.scripting.LazyBindings

[jira] [Resolved] (SLING-9305) Provide Commons Messaging Mail Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9305. - Resolution: Done > Provide Commons Messaging Mail Option > -

[jira] [Resolved] (SLING-9304) Provide Commons Messaging Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9304. - Resolution: Done > Provide Commons Messaging Option > > >

[jira] [Resolved] (SLING-9300) Provide Commons OSGi Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9300. - Resolution: Done > Provide Commons OSGi Option > --- > >

[jira] [Resolved] (SLING-9299) Provide Commons OSGi feature

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9299. - Resolution: Done > Provide Commons OSGi feature > > >

[jira] [Created] (SLING-9312) Bug in LazyBindings.entrySet: hashCode of binding values is calculated

2020-03-31 Thread Hans-Peter Stoerr (Jira)
Hans-Peter Stoerr created SLING-9312: Summary: Bug in LazyBindings.entrySet: hashCode of binding values is calculated Key: SLING-9312 URL: https://issues.apache.org/jira/browse/SLING-9312

[jira] [Resolved] (SLING-9303) Provide Commons Crypto Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9303. - Resolution: Done > Provide Commons Crypto Option > - > >

[jira] [Resolved] (SLING-9311) Provide Thymeleaf Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9311. - Resolution: Done > Provide Thymeleaf Option > > > Key:

[jira] [Created] (SLING-9311) Provide Thymeleaf Option

2020-03-31 Thread Oliver Lietz (Jira)
Oliver Lietz created SLING-9311: --- Summary: Provide Thymeleaf Option Key: SLING-9311 URL: https://issues.apache.org/jira/browse/SLING-9311 Project: Sling Issue Type: New Feature

Re: Sonar complains about no assertion when using Awaitility

2020-03-31 Thread Christian Schneider
Many thanks for the hint. I asked on the forum and they created an issue to support Awaitility: https://jira.sonarsource.com/browse/SONARJAVA-3334 Christian Am Mo., 30. März 2020 um 11:58 Uhr schrieb Robert Munteanu < romb...@apache.org>: > Hi Christian, > > On Mon, 2020-03-30 at 11:38 +0200,

[jira] [Updated] (SLING-9305) Provide Commons Messaging Mail Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9305: Issue Type: New Feature (was: Task) > Provide Commons Messaging Mail Option >

[jira] [Updated] (SLING-9303) Provide Commons Crypto Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9303: Issue Type: New Feature (was: Task) > Provide Commons Crypto Option >

[jira] [Updated] (SLING-9304) Provide Commons Messaging Option

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9304: Issue Type: New Feature (was: Task) > Provide Commons Messaging Option >

[jira] [Resolved] (SLING-9302) Remove NoSQL Options

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9302. - Resolution: Done > Remove NoSQL Options > > > Key:

[jira] [Resolved] (SLING-9310) Rename Option composum to composumNodes

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9310. - Resolution: Done > Rename Option composum to composumNodes >

[jira] [Resolved] (SLING-9309) Rename Option slingScriptingSightly to slingScriptingHtl

2020-03-31 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-9309. - Resolution: Done > Rename Option slingScriptingSightly to slingScriptingHtl >

[jira] [Created] (SLING-9310) Rename Option composum to composumNodes

2020-03-31 Thread Oliver Lietz (Jira)
Oliver Lietz created SLING-9310: --- Summary: Rename Option composum to composumNodes Key: SLING-9310 URL: https://issues.apache.org/jira/browse/SLING-9310 Project: Sling Issue Type: Task

[jira] [Created] (SLING-9309) Rename Option slingScriptingSightly to slingScriptingHtl

2020-03-31 Thread Oliver Lietz (Jira)
Oliver Lietz created SLING-9309: --- Summary: Rename Option slingScriptingSightly to slingScriptingHtl Key: SLING-9309 URL: https://issues.apache.org/jira/browse/SLING-9309 Project: Sling Issue