[GitHub] [sling-org-apache-sling-commons-johnzon] sonarcloud[bot] commented on pull request #2: SLING-9806 - Export the johnzon.core packages provided by org.apache.johnzon:johnzon-core

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #2: URL: https://github.com/apache/sling-org-apache-sling-commons-johnzon/pull/2#issuecomment-705710589 Kudos, SonarCloud Quality Gate passed!

[jira] [Updated] (SLING-9806) Export the johnzon.core packages provided by org.apache.johnzon:johnzon-core

2020-10-08 Thread Radu Cotescu (Jira)
[ https://issues.apache.org/jira/browse/SLING-9806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Radu Cotescu updated SLING-9806: Description: {{org.apache.sling.commons.johnzon}} is a wrapper over

[jira] [Created] (SLING-9806) Export the johnzon.core packages provided by org.apache.johnzon:johnzon-core

2020-10-08 Thread Radu Cotescu (Jira)
Radu Cotescu created SLING-9806: --- Summary: Export the johnzon.core packages provided by org.apache.johnzon:johnzon-core Key: SLING-9806 URL: https://issues.apache.org/jira/browse/SLING-9806 Project:

[GitHub] [sling-org-apache-sling-commons-johnzon] raducotescu opened a new pull request #2: SLING-9806 - Export the johnzon.core packages provided by org.apache.johnzon:johnzon-core

2020-10-08 Thread GitBox
raducotescu opened a new pull request #2: URL: https://github.com/apache/sling-org-apache-sling-commons-johnzon/pull/2 With this patch, the `Exported-Package` header looks like: ``` Export-Package: javax.json;version="1.1";uses:="javax.json.stream",jav

[GitHub] [sling-org-apache-sling-commons-johnzon] raducotescu commented on pull request #2: SLING-9806 - Export the johnzon.core packages provided by org.apache.johnzon:johnzon-core

2020-10-08 Thread GitBox
raducotescu commented on pull request #2: URL: https://github.com/apache/sling-org-apache-sling-commons-johnzon/pull/2#issuecomment-705710013 @karlpauls, @kwin - anything against this? See the reasoning in https://issues.apache.org/jira/browse/SLING-9806

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

2020-10-08 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-9805: --- Assignee: Karl Pauls > Add a method to create the metadata cache extension >

[jira] [Created] (SLING-9803) Deprecation info gets lost when durin serialization

2020-10-08 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-9803: --- Summary: Deprecation info gets lost when durin serialization Key: SLING-9803 URL: https://issues.apache.org/jira/browse/SLING-9803 Project: Sling

Re: [VOTE] Release Apache Sling Feature Extension Api Region 1.1.10

2020-10-08 Thread davidb
+1 David On Thu, 8 Oct 2020 at 13:36, Carsten Ziegeler wrote: > +1 > > Carsten > > Am 08.10.2020 um 14:13 schrieb Carsten Ziegeler: > > Hi, > > > > We solved 1 issue in this release: > > https://issues.apache.org/jira/browse/SLING-9803 > > > > Staging repository: > >

[GitHub] [sling-org-apache-sling-graphql-core] raducotescu opened a new pull request #7: SLING-9800 - Extract a service to be able to execute GraphQL queries directly

2020-10-08 Thread GitBox
raducotescu opened a new pull request #7: URL: https://github.com/apache/sling-org-apache-sling-graphql-core/pull/7 * defined a new service - `QueryExecutor` - to execute GraphQL queries * switched the `GraphQLServlet` and `GraphQLScriptEngine` to use the new service * cleaned code

[jira] [Commented] (SLING-9680) Sling Mocks: Add easy way to inject SlingBindings into MockSlingHttpServletRequest

2020-10-08 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210288#comment-17210288 ] Stefan Seifert commented on SLING-9680: --- with this PR it works automatically if custom

[GitHub] [sling-org-apache-sling-testing-sling-mock] sonarcloud[bot] commented on pull request #4: SLING-9680 Add easy way to inject SlingBindings into MockSlingHttpServletRequest

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #4: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/4#issuecomment-705649544 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-graphql-core] bdelacretaz commented on pull request #7: SLING-9800 - Extract a service to be able to execute GraphQL queries directly

2020-10-08 Thread GitBox
bdelacretaz commented on pull request #7: URL: https://github.com/apache/sling-org-apache-sling-graphql-core/pull/7#issuecomment-705650614 The build failed as it was not finding the parent pom 40-SNAPSHOT - in the meantime I have mvn:deployed that pom.

Re: [VOTE] Release Apache Sling Feature Extension Api Region 1.1.10

2020-10-08 Thread Carsten Ziegeler
+1 Carsten Am 08.10.2020 um 14:13 schrieb Carsten Ziegeler: Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING-9803 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2351/ You can use this UNIX script to download the

[GitHub] [sling-org-apache-sling-junit-core] sonarcloud[bot] removed a comment on pull request #4: SLING-9795 - JUnit 5 support for server-side tests

2020-10-08 Thread GitBox
sonarcloud[bot] removed a comment on pull request #4: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/4#issuecomment-705186049 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-junit-core=4=false=BUG)

[GitHub] [sling-org-apache-sling-junit-core] sonarcloud[bot] commented on pull request #4: SLING-9795 - JUnit 5 support for server-side tests

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #4: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/4#issuecomment-705543843 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-junit-core=4=false=BUG)

[GitHub] [sling-org-apache-sling-feature-analyser] cziegeler commented on pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
cziegeler commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25#issuecomment-705604409 Agreed, transient sounds better - our feature readers/writers for json do support this

[GitHub] [sling-org-apache-sling-feature-analyser] karlpauls merged pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
karlpauls merged pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [sling-org-apache-sling-graphql-core] bdelacretaz commented on a change in pull request #7: SLING-9800 - Extract a service to be able to execute GraphQL queries directly

2020-10-08 Thread GitBox
bdelacretaz commented on a change in pull request #7: URL: https://github.com/apache/sling-org-apache-sling-graphql-core/pull/7#discussion_r501813901 ## File path: src/main/java/org/apache/sling/graphql/core/schema/RankedSchemaProviders.java ## @@ -43,7 +43,7 @@

[GitHub] [sling-org-apache-sling-feature-analyser] sonarcloud[bot] commented on pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25#issuecomment-705529491 SonarCloud Quality Gate failed.

[jira] [Commented] (SLING-8481) Caching of Feature Model Analyser Metadata

2020-10-08 Thread Karl Pauls (Jira)
[ https://issues.apache.org/jira/browse/SLING-8481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210258#comment-17210258 ] Karl Pauls commented on SLING-8481: --- I added an "analyser-metadata" extension. That one can be used to

[jira] [Resolved] (SLING-8481) Caching of Feature Model Analyser Metadata

2020-10-08 Thread Karl Pauls (Jira)
[ https://issues.apache.org/jira/browse/SLING-8481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved SLING-8481. --- Resolution: Fixed > Caching of Feature Model Analyser Metadata >

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

2020-10-08 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-9804. - Resolution: Fixed Added in

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

2020-10-08 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-9805: --- Summary: Add a method to create the metadata cache extension Key: SLING-9805 URL: https://issues.apache.org/jira/browse/SLING-9805 Project: Sling

[GitHub] [sling-org-apache-sling-feature-analyser] karlpauls opened a new pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
karlpauls opened a new pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Resolved] (SLING-9803) Deprecation info gets lost when durin serialization

2020-10-08 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-9803. - Resolution: Fixed Fixed in

[GitHub] [sling-org-apache-sling-testing-sling-mock] stefanseifert opened a new pull request #4: SLING-9680 Add easy way to inject SlingBindings into MockSlingHttpServletRequest

2020-10-08 Thread GitBox
stefanseifert opened a new pull request #4: URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/4 support custom BindingsValuesProvider in a way that keeps the dynamic nature of the "OOTB" bindings depending on current resource

[RESULT] [VOTE] Release Apache Sling Models Impl Version 1.4.14

2020-10-08 Thread Justin Edelson
Hi, The vote has passed with the following result : +1 (binding): Radu Cotescu, Karl Pauls, Carsten Ziegeler, Nicolas Peltier, Dan Klco I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository.

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

2020-10-08 Thread Carsten Ziegeler (Jira)
Carsten Ziegeler created SLING-9804: --- Summary: Make descriptors available via AnalyseResult Key: SLING-9804 URL: https://issues.apache.org/jira/browse/SLING-9804 Project: Sling Issue Type:

Re: [VOTE] Release Apache Sling Scripting FreeMarker 1.0.4

2020-10-08 Thread Oliver Lietz
On Saturday, October 3, 2020 3:49:45 PM CEST Oliver Lietz wrote: > Hi, > > We solved 7 issues in this release: > https://issues.apache.org/jira/browse/SLING/fixforversion/12347017 > > Staging repository: > https://repository.apache.org/content/repositories/orgapachesling-2347 +1 O.

[jira] [Closed] (SLING-9789) Silence the incompatible improvements error (checkCurrentVersionNotRecycled)

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9789. --- > Silence the incompatible improvements error (checkCurrentVersionNotRecycled) >

[jira] [Closed] (SLING-9790) Update to Sling Bundle Parent 39

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9790. --- > Update to Sling Bundle Parent 39 > > > Key:

[jira] [Closed] (SLING-9791) Update Pax Exam to 4.13.4

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9791. --- > Update Pax Exam to 4.13.4 > - > > Key: SLING-9791 >

[jira] [Closed] (SLING-9114) Update Pax Exam to 4.13.2

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9114. --- > Update Pax Exam to 4.13.2 > - > > Key: SLING-9114 >

[jira] [Closed] (SLING-9287) Update Pax Exam to 4.13.3

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9287. --- > Update Pax Exam to 4.13.3 > - > > Key: SLING-9287 >

[jira] [Closed] (SLING-9286) Update to Sling Bundle Parent 38

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9286. --- > Update to Sling Bundle Parent 38 > > > Key:

[jira] [Closed] (SLING-9701) Enable code coverage with JaCoCo

2020-10-08 Thread Oliver Lietz (Jira)
[ https://issues.apache.org/jira/browse/SLING-9701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-9701. --- > Enable code coverage with JaCoCo > > > Key:

[GitHub] [sling-org-apache-sling-api] sonarcloud[bot] removed a comment on pull request #25: SLING-9745 Sling Uri Mapping SPI

2020-10-08 Thread GitBox
sonarcloud[bot] removed a comment on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-api/pull/25#issuecomment-701581756 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-api=25=false=BUG)

[GitHub] [sling-org-apache-sling-api] sonarcloud[bot] commented on pull request #25: SLING-9745 Sling Uri Mapping SPI

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-api/pull/25#issuecomment-705847318 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-api=25=false=BUG)

[GitHub] [sling-org-apache-sling-api] ghenzler merged pull request #24: SLING-9777 Better handling for invalid URIs when using SlingUri (special characters, spaces)

2020-10-08 Thread GitBox
ghenzler merged pull request #24: URL: https://github.com/apache/sling-org-apache-sling-api/pull/24 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Resolved] (SLING-9777) Better handling for invalid URIs when using SlingUri (special characters, spaces)

2020-10-08 Thread Georg Henzler (Jira)
[ https://issues.apache.org/jira/browse/SLING-9777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Georg Henzler resolved SLING-9777. -- Resolution: Fixed > Better handling for invalid URIs when using SlingUri (special characters,

[GitHub] [sling-org-apache-sling-api] ghenzler commented on pull request #25: SLING-9745 Sling Uri Mapping SPI

2020-10-08 Thread GitBox
ghenzler commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-api/pull/25#issuecomment-705854489 An aspect that was missing is that sometimes, independent of if you have a request at hand or not, you need to force an absolute URI to be generated. E.g.

[GitHub] [sling-org-apache-sling-junit-core] sonarcloud[bot] removed a comment on pull request #4: SLING-9795 - JUnit 5 support for server-side tests

2020-10-08 Thread GitBox
sonarcloud[bot] removed a comment on pull request #4: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/4#issuecomment-705543843 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-junit-core=4=false=BUG)

[GitHub] [sling-org-apache-sling-junit-core] sonarcloud[bot] commented on pull request #4: SLING-9795 - JUnit 5 support for server-side tests

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #4: URL: https://github.com/apache/sling-org-apache-sling-junit-core/pull/4#issuecomment-705825250 SonarCloud Quality Gate failed. [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-junit-core=4=false=BUG)

[GitHub] [sling-org-apache-sling-api] ghenzler commented on a change in pull request #25: SLING-9745 Sling Uri Mapping SPI

2020-10-08 Thread GitBox
ghenzler commented on a change in pull request #25: URL: https://github.com/apache/sling-org-apache-sling-api/pull/25#discussion_r502041988 ## File path: src/main/java/org/apache/sling/api/resource/mapping/PathToUriMappingService.java ## @@ -0,0 +1,77 @@ +/* + * Licensed to

[RESULT] [VOTE] Release Apache Sling Scripting FreeMarker 1.0.4

2020-10-08 Thread Oliver Lietz
Hi, The vote has passed with the following result: +1 (binding): Daniel Klco, Carsten Ziegeler, Radu Cotescu, Karl Pauls, Nicolas Peltier, Oliver Lietz I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Thanks for voting! O.

[GitHub] [sling-org-apache-sling-api] sonarcloud[bot] commented on pull request #25: SLING-9745 Sling Uri Mapping SPI

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-api/pull/25#issuecomment-705850601 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-api=25=false=BUG)

[GitHub] [sling-org-apache-sling-api] sonarcloud[bot] removed a comment on pull request #25: SLING-9745 Sling Uri Mapping SPI

2020-10-08 Thread GitBox
sonarcloud[bot] removed a comment on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-api/pull/25#issuecomment-705847318 Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-api=25=false=BUG)

Sling Feature / Oak Composite Seed Issue

2020-10-08 Thread Daniel Klco
Hey Sling Team, I figured I'd check here first to see if anyone else had run into this issue when setting up a composite nodestore with Apache Sling. For some reason, when I start the seed (but not in standard segment mode), the Sling Bundle Content Loader cannot install content and fails with

[VOTE] Release Apache Sling Feature Extension Api Region 1.1.10

2020-10-08 Thread Carsten Ziegeler
Hi, We solved 1 issue in this release: https://issues.apache.org/jira/browse/SLING-9803 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2351/ You can use this UNIX script to download the release and verify the signatures:

[GitHub] [sling-org-apache-sling-feature-analyser] sonarcloud[bot] removed a comment on pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
sonarcloud[bot] removed a comment on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25#issuecomment-705529491 SonarCloud Quality Gate failed.

[GitHub] [sling-org-apache-sling-feature-analyser] sonarcloud[bot] commented on pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
sonarcloud[bot] commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25#issuecomment-705543107 Kudos, SonarCloud Quality Gate passed!

[GitHub] [sling-org-apache-sling-feature-analyser] bosschaert commented on pull request #25: SLING-8481: add a caching extension for meta-data.

2020-10-08 Thread GitBox
bosschaert commented on pull request #25: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/25#issuecomment-705559816 Since it says 'caching' I was thinking that the [TRANSIENT

[jira] [Assigned] (SLING-9680) Sling Mocks: Add easy way to inject SlingBindings into MockSlingHttpServletRequest

2020-10-08 Thread Stefan Seifert (Jira)
[ https://issues.apache.org/jira/browse/SLING-9680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seifert reassigned SLING-9680: - Fix Version/s: Testing Sling Mock 2.6.4 Assignee: Stefan Seifert you're right

[jira] [Created] (SLING-9802) Launcher Classloader is not synchronizing loadClass correctly

2020-10-08 Thread Karl Pauls (Jira)
Karl Pauls created SLING-9802: - Summary: Launcher Classloader is not synchronizing loadClass correctly Key: SLING-9802 URL: https://issues.apache.org/jira/browse/SLING-9802 Project: Sling Issue

[jira] [Resolved] (SLING-9802) Launcher Classloader is not synchronizing loadClass correctly

2020-10-08 Thread Karl Pauls (Jira)
[ https://issues.apache.org/jira/browse/SLING-9802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls resolved SLING-9802. --- Resolution: Fixed Fixed in

[VOTE] Release Apache Sling Feature Model Launcher 1.1.8

2020-10-08 Thread Karl Pauls
We solved 2 issues in this release: https://issues.apache.org/jira/projects/SLING/versions/12348778 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2350/ You can use this UNIX script to download the release and verify the signatures:

[jira] [Assigned] (SLING-8481) Caching of Feature Model Analyser Metadata

2020-10-08 Thread Karl Pauls (Jira)
[ https://issues.apache.org/jira/browse/SLING-8481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls reassigned SLING-8481: - Assignee: Karl Pauls > Caching of Feature Model Analyser Metadata >

Re: [VOTE] Release Apache Sling Feature Model Launcher 1.1.8

2020-10-08 Thread Carsten Ziegeler
+1 Carsten Am 08.10.2020 um 11:48 schrieb Karl Pauls: We solved 2 issues in this release: https://issues.apache.org/jira/projects/SLING/versions/12348778 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-2350/ You can use this UNIX script to download the

Re: [VOTE] Release Apache Sling Feature Model Launcher 1.1.8

2020-10-08 Thread davidb
+1 David On Thu, 8 Oct 2020 at 10:49, Carsten Ziegeler wrote: > +1 > > Carsten > > Am 08.10.2020 um 11:48 schrieb Karl Pauls: > > We solved 2 issues in this release: > > https://issues.apache.org/jira/projects/SLING/versions/12348778 > > > > Staging repository: > >