Re: state of sling-org-apache-sling-starter

2020-11-24 Thread Ruben Reusser
here's the current list of mismatches: org.apache.sling.commons.fsclassloader starter: 1.0.14 downloads: 1.0.8 org.apache.sling.commons.scheduler starter: 2.7.6 downloads: 2.7.2 org.apache.sling.models.impl starter: 1.4.12 downloads: 1.4.16 org.apache.sling.serviceusermapper starter: 1.4.4

[GitHub] [sling-org-apache-sling-junit-core] cmrockwell commented on pull request #5: Sling 9915 support for sling annotations test runner

2020-11-24 Thread GitBox
cmrockwell commented on pull request #5: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/5#issuecomment-733281786 > I think a similar setup would work for your tests, creating a distinct test bundle in the same junit-core repository and testing it via the invoker

[GitHub] [sling-org-apache-sling-servlets-post] enapps-enorman edited a comment on pull request #6: SLING-9896 handle PersistenceExceptions explicitly and throw a 405

2020-11-24 Thread GitBox
enapps-enorman edited a comment on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-servlets-post/pull/6#issuecomment-733247057 > Hi @enapps-enorman > > Regarding extensibility: I don't see any request to make the existing implementation more extensible

[GitHub] [sling-org-apache-sling-servlets-post] enapps-enorman commented on pull request #6: SLING-9896 handle PersistenceExceptions explicitly and throw a 405

2020-11-24 Thread GitBox
enapps-enorman commented on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-servlets-post/pull/6#issuecomment-733247057 > Hi @enapps-enorman > > Regarding extensibility: I don't see any request to make the existing implementation more extensible regarding the

[jira] [Commented] (SLING-9929) Use PaxExamServer for HTTP-based integration testing

2020-11-24 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238354#comment-17238354 ] Oliver Lietz commented on SLING-9929: - [~bdelacretaz], This could be a major change which would fit

[jira] [Updated] (SLING-9929) Use PaxExamServer for HTTP-based integration testing

2020-11-24 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9929: Fix Version/s: Testing PaxExam 4.0.0 > Use PaxExamServer for HTTP-based integration testing >

[jira] [Updated] (SLING-9934) Fix typo in option spifly

2020-11-24 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-9934: Fix Version/s: (was: Testing PaxExam 4.0.2) Testing PaxExam 4.0.0 > Fix

[jira] [Created] (SLING-9935) NoClassDefFoundError org/junit/platform/engine/TestEngine

2020-11-24 Thread Cris Rockwell (Jira)
Cris Rockwell created SLING-9935: Summary: NoClassDefFoundError org/junit/platform/engine/TestEngine Key: SLING-9935 URL: https://issues.apache.org/jira/browse/SLING-9935 Project: Sling

Re: state of sling-org-apache-sling-starter

2020-11-24 Thread Bertrand Delacretaz
Hi Ruben, On Tue, Nov 24, 2020 at 4:29 PM Ruben Reusser wrote: > ...is there a process to update the starter and the downloads page when a > new version of a bundle is released?... Updating it is part of our release instructions at

[jira] [Created] (SLING-9934) Fix typo in option spifly

2020-11-24 Thread Oliver Lietz (Jira)
Oliver Lietz created SLING-9934: --- Summary: Fix typo in option spifly Key: SLING-9934 URL: https://issues.apache.org/jira/browse/SLING-9934 Project: Sling Issue Type: Task Components:

state of sling-org-apache-sling-starter

2020-11-24 Thread Ruben Reusser
dear sling devs I was looking at the feature files in sling starter as bit today and noticed some discrepancies between the sling starter and the latest released modules list on the sling website just some examples: org.apache.sling:org.apache.sling.commons.osgi starter: 2.4.0, downloads

[GitHub] [sling-org-apache-sling-servlets-post] joerghoh commented on pull request #6: SLING-9896 handle PersistenceExceptions explicitly and throw a 405

2020-11-24 Thread GitBox
joerghoh commented on pull request #6: URL: https://github.com/apache/sling-org-apache-sling-servlets-post/pull/6#issuecomment-733045651 Hi @enapps-enorman Regarding extensibility: I don't see any request to make the existing implementation more extensible regarding the handling

[GitHub] [sling-org-apache-sling-junit-core] jsedding commented on pull request #5: Sling 9915 support for sling annotations test runner

2020-11-24 Thread GitBox
jsedding commented on pull request #5: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/5#issuecomment-733041714 > > `Import-Package: org.junit.platform.*;resolution:=optional, \` > > Is this something to be addressed here or later? @cmrockwell could

Re: [VOTE][LAZY] deprecate the sling-org-apache-sling-servlets-annotations-it module

2020-11-24 Thread Julian Sedding
+1 Regards Julian On Tue, Nov 24, 2020 at 12:14 PM Bertrand Delacretaz wrote: > > Hi, > > In SLING-9930 I have merged the integration tests that were in the > sling-org-apache-sling-servlets-annotations-it module in the main > sling-org-apache-sling-servlets-annotations module. > > As the

[GitHub] [sling-org-apache-sling-junit-core] jsedding commented on a change in pull request #5: Sling 9915 support for sling annotations test runner

2020-11-24 Thread GitBox
jsedding commented on a change in pull request #5: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/5#discussion_r529609030 ## File path: src/main/java/org/apache/sling/junit/annotations/SlingAnnotationsTestRunner.java ## @@ -56,4 +57,16 @@ protected

[jira] [Commented] (SLING-9929) Use PaxExamServer for HTTP-based integration testing

2020-11-24 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238191#comment-17238191 ] Bertrand Delacretaz commented on SLING-9929: I'll try to have a look but I don't know when

[GitHub] [sling-org-apache-sling-junit-core] cmrockwell commented on pull request #5: Sling 9915 support for sling annotations test runner

2020-11-24 Thread GitBox
cmrockwell commented on pull request #5: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/5#issuecomment-733019791 Thanks! @bdelacretaz I'll try using the example you gave. @jsedding I have another other question for you. I'm getting many many errors in the

[jira] [Commented] (SLING-9929) Use PaxExamServer for HTTP-based integration testing

2020-11-24 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238140#comment-17238140 ] Oliver Lietz commented on SLING-9929: - [~bdelacretaz], Will you look into the {{baseConfiguration()}}

[jira] [Resolved] (SLING-9932) Sling Installer Configuration: Calling the configuration dumper web console might bind a configuration to the wrong bundle

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

[GitHub] [sling-org-apache-sling-installer-console] kwin merged pull request #2: SLING-9932 prevent binding configurations to the Installer Console

2020-11-24 Thread GitBox
kwin merged pull request #2: URL: https://github.com/apache/sling-org-apache-sling-installer-console/pull/2 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Resolved] (SLING-9933) Make it possible to plug into the ArtifactProvider used in the AnalyserMojo

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert resolved SLING-9933. --- Resolution: Fixed > Make it possible to plug into the ArtifactProvider used

[GitHub] [sling-slingfeature-maven-plugin] bosschaert merged pull request #62: SLING-9933 Make it possible to plug into the ArtifactProvider used in the AnalyserMojo

2020-11-24 Thread GitBox
bosschaert merged pull request #62: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/62 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [sling-slingfeature-maven-plugin] sonarcloud[bot] commented on pull request #62: SLING-9933 Make it possible to plug into the ArtifactProvider used in the AnalyserMojo

2020-11-24 Thread GitBox
sonarcloud[bot] commented on pull request #62: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/62#issuecomment-732937708 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-slingfeature-maven-plugin=62=false=BUG)

[GitHub] [sling-org-apache-sling-installer-console] rombert commented on pull request #2: SLING-9932 prevent binding configurations to the Installer Console

2020-11-24 Thread GitBox
rombert commented on pull request #2: URL: https://github.com/apache/sling-org-apache-sling-installer-console/pull/2#issuecomment-732926141 Looks like this triggered a bug somewhere in the Jenkins setup: ```

Re: [VOTE] Release org.apache.sling.scripting.el-api 1.0.4

2020-11-24 Thread davidb
+1 David On Tue, 24 Nov 2020 at 11:59, Stefan Seifert wrote: > +1 > >

RE: [VOTE] Release org.apache.sling.scripting.el-api 1.0.4

2020-11-24 Thread Stefan Seifert
+1

[GitHub] [sling-slingfeature-maven-plugin] bosschaert opened a new pull request #62: SLING-9933 Make it possible to plug into the ArtifactProvider used in the AnalyserMojo

2020-11-24 Thread GitBox
bosschaert opened a new pull request #62: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/62 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (SLING-9933) Make it possible to plug into the ArtifactProvider used in the AnalyserMojo

2020-11-24 Thread A. J. David Bosschaert (Jira)
A. J. David Bosschaert created SLING-9933: - Summary: Make it possible to plug into the ArtifactProvider used in the AnalyserMojo Key: SLING-9933 URL: https://issues.apache.org/jira/browse/SLING-9933

[jira] [Updated] (SLING-9932) Sling Installer Configuration: Calling the configuration dumper web console might bind a configuration to the wrong bundle

2020-11-24 Thread Konrad Windszus (Jira)
[ https://issues.apache.org/jira/browse/SLING-9932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konrad Windszus updated SLING-9932: --- Fix Version/s: Installer Console 1.1.2 > Sling Installer Configuration: Calling the

[GitHub] [sling-org-apache-sling-installer-console] kwin opened a new pull request #2: SLING-9932 prevent binding configurations to the Installer Console

2020-11-24 Thread GitBox
kwin opened a new pull request #2: URL: https://github.com/apache/sling-org-apache-sling-installer-console/pull/2 Bundle This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (SLING-9932) Sling Installer Configuration: Calling the configuration dumper web console might bind a configuration to the wrong bundle

2020-11-24 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-9932: -- Summary: Sling Installer Configuration: Calling the configuration dumper web console might bind a configuration to the wrong bundle Key: SLING-9932 URL:

[VOTE][LAZY] deprecate the sling-org-apache-sling-servlets-annotations-it module

2020-11-24 Thread Bertrand Delacretaz
Hi, In SLING-9930 I have merged the integration tests that were in the sling-org-apache-sling-servlets-annotations-it module in the main sling-org-apache-sling-servlets-annotations module. As the former is not needed anymore I suggest deprecating it,

[GitHub] [sling-org-apache-sling-junit-core] bdelacretaz commented on pull request #5: Sling 9915 support for sling annotations test runner

2020-11-24 Thread GitBox
bdelacretaz commented on pull request #5: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/5#issuecomment-732835451 > One option can delete the tests I made which were useful for my development efforts... That wouldn't be good! But modifying the tests so that

Re: [VOTE] Release org.apache.sling.scripting.el-api 1.0.4

2020-11-24 Thread Carsten Ziegeler
+1 Carsten Am 24.11.2020 um 09:13 schrieb Carsten Ziegeler: Hi, we solved one issue in this release: https://issues.apache.org/jira/browse/SLING-9928 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2381 You can use this UNIX script to download the

[jira] [Commented] (SLING-9930) Move sling-servlets-annotations-it tests to sling-servlets-annotations module

2020-11-24 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17238057#comment-17238057 ] Bertrand Delacretaz commented on SLING-9930: Implemented in commit

[jira] [Updated] (SLING-9930) Move sling-servlets-annotations-it tests to sling-servlets-annotations module

2020-11-24 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-9930: --- Description: Having the ITs in a different Git repository creates a slower feedback

[jira] [Resolved] (SLING-9931) Upgrade to Composum 2.1.1

2020-11-24 Thread Robert Munteanu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-9931. Resolution: Fixed Fixed with [sling-org-apache-sling-starter commit

[jira] [Created] (SLING-9931) Upgrade to Composum 2.1.1

2020-11-24 Thread Robert Munteanu (Jira)
Robert Munteanu created SLING-9931: -- Summary: Upgrade to Composum 2.1.1 Key: SLING-9931 URL: https://issues.apache.org/jira/browse/SLING-9931 Project: Sling Issue Type: Task

[jira] [Created] (SLING-9930) Move sling-servlets-annotations-it tests to sling-servlets-annotations module

2020-11-24 Thread Bertrand Delacretaz (Jira)
Bertrand Delacretaz created SLING-9930: -- Summary: Move sling-servlets-annotations-it tests to sling-servlets-annotations module Key: SLING-9930 URL: https://issues.apache.org/jira/browse/SLING-9930

[jira] [Commented] (SLING-7993) create some karate tests for pipes http api integration tests

2020-11-24 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-7993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237994#comment-17237994 ] Bertrand Delacretaz commented on SLING-7993: I have created SLING-9929 to more generally

[jira] [Commented] (SLING-9929) Use PaxExamServer for HTTP-based integration testing

2020-11-24 Thread Bertrand Delacretaz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237991#comment-17237991 ] Bertrand Delacretaz commented on SLING-9929: I have a working example at

[jira] [Created] (SLING-9929) Use PaxExamServer for HTTP-based integration testing

2020-11-24 Thread Bertrand Delacretaz (Jira)
Bertrand Delacretaz created SLING-9929: -- Summary: Use PaxExamServer for HTTP-based integration testing Key: SLING-9929 URL: https://issues.apache.org/jira/browse/SLING-9929 Project: Sling

[jira] [Commented] (SLING-9927) Allow java.* imports to be defined, in line with OSGi R7

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237986#comment-17237986 ] A. J. David Bosschaert commented on SLING-9927: --- The feature model analyser needs to be

[jira] [Updated] (SLING-9927) Allow java.* imports to be defined, in line with OSGi R7

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert updated SLING-9927: -- Fix Version/s: Feature Model Analyser 1.3.14 > Allow java.* imports to be

[jira] [Closed] (SLING-9889) Slingfeature-Maven-Plugin: Fix failing ITs

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9889. - > Slingfeature-Maven-Plugin: Fix failing ITs >

[jira] [Closed] (SLING-9913) ArtifactProvider should not log stack trace if artifact is not found

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9913. - > ArtifactProvider should not log stack trace if artifact is not found >

[jira] [Closed] (SLING-9914) If no tag is specified, HEAD is used as default branch

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9914. - > If no tag is specified, HEAD is used as default branch >

[jira] [Closed] (SLING-9911) Update Feature Model Launcher to latest feature model

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9911. - > Update Feature Model Launcher to latest feature model >

[jira] [Closed] (SLING-9885) Prevent potential NPE in ConvertCPMojo

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9885. - > Prevent potential NPE in ConvertCPMojo > -- >

[jira] [Closed] (SLING-9907) Programmatic setting of Analyser Task Configuration

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9907. - > Programmatic setting of Analyser Task Configuration >

[jira] [Closed] (SLING-9908) Remove ContentOrderMergeProcessor

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9908. - > Remove ContentOrderMergeProcessor > - > >

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

2020-11-24 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 closed SLING-9897. - > Update API Regions Analysers to use artifact-aware error reporting >

[jira] [Closed] (SLING-9886) Slingfeature-maven-plugin: ITs always succeed

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9886. - > Slingfeature-maven-plugin: ITs always succeed >

[jira] [Closed] (SLING-9904) Provide an option to globally set metadata to bundles and artifacts

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9904. - > Provide an option to globally set metadata to bundles and artifacts >

[jira] [Closed] (SLING-9900) Wrong Warning and Error count reported by Feature Model Analyser

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9900. - > Wrong Warning and Error count reported by Feature Model Analyser >

[jira] [Closed] (SLING-9887) Record feature origins for configurations

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9887. - > Record feature origins for configurations >

[jira] [Closed] (SLING-9899) Support strategy FIRST for artifact merging

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9899. - > Support strategy FIRST for artifact merging >

[jira] [Closed] (SLING-9884) Feature Analyser Requirement/Capabilities check should log warnings on artifact level

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9884. - > Feature Analyser Requirement/Capabilities check should log warnings on > artifact

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

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9895. - > Provide more information to extension handlers >

[jira] [Closed] (SLING-9902) Merging with policy HIGHEST should take alias version into account.

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9902. - > Merging with policy HIGHEST should take alias version into account. >

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

2020-11-24 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 closed SLING-9881. - > CPConverter dropping type information on sling:OsgiConfig nodes >

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

2020-11-24 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 closed SLING-9894. - > CP Converter not defining explicit dependency of embedded package on parent >

[jira] [Closed] (SLING-9891) Content Package to Feature Model converter does not work on Windows

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9891. - > Content Package to Feature Model converter does not work on Windows >

[jira] [Closed] (SLING-9794) Content package artifacts found by maven plugin don't always have their 'file' attribute set

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9794. - > Content package artifacts found by maven plugin don't always have their > 'file'

[jira] [Closed] (SLING-9864) Update to latest feature model

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9864. - > Update to latest feature model > -- > >

[jira] [Closed] (SLING-9827) Specify the API Region to export packages into

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9827. - > Specify the API Region to export packages into >

[jira] [Closed] (SLING-9823) Make analyzers report more context about issues and make it possible to filter reports.

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9823. - > Make analyzers report more context about issues and make it possible to > filter

[jira] [Closed] (SLING-9805) Add a method to create the metadata cache extension

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9805. - > Add a method to create the metadata cache extension >

[jira] [Closed] (SLING-9815) Add analyser to check for "unused" bundles

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9815. - > Add analyser to check for "unused" bundles >

[jira] [Closed] (SLING-9804) Make descriptors available via AnalyseResult

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9804. - > Make descriptors available via AnalyseResult >

[jira] [Closed] (SLING-9822) Make artifact retrieval lazy for cached artifacts

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9822. - > Make artifact retrieval lazy for cached artifacts >

[jira] [Closed] (SLING-9860) Merging artifacts with the ALL strategy should keep the origins for clashing bundles and their origins only

2020-11-24 Thread A. J. David Bosschaert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. J. David Bosschaert closed SLING-9860. - > Merging artifacts with the ALL strategy should keep the origins for clashing >

[VOTE] Release org.apache.sling.scripting.el-api 1.0.4

2020-11-24 Thread Carsten Ziegeler
Hi, we solved one issue in this release: https://issues.apache.org/jira/browse/SLING-9928 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2381 You can use this UNIX script to download the release and verify the signatures:

[jira] [Comment Edited] (SLING-9928) Sling el-api embeds vulnerable version of el-api

2020-11-24 Thread Akanksha Jain (Jira)
[ https://issues.apache.org/jira/browse/SLING-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237942#comment-17237942 ] Akanksha Jain edited comment on SLING-9928 at 11/24/20, 8:05 AM: -

[jira] [Commented] (SLING-9928) Sling el-api embeds vulnerable version of el-api

2020-11-24 Thread Akanksha Jain (Jira)
[ https://issues.apache.org/jira/browse/SLING-9928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17237942#comment-17237942 ] Akanksha Jain commented on SLING-9928: -- [~cziegeler] Can you please release this updated