[GitHub] [sling-org-apache-sling-hc-support] sonarcloud[bot] commented on pull request #1: SLING-11141 update to o.a.felix.healthcheck.generalchecks 3.x

2022-02-12 Thread GitBox


sonarcloud[bot] commented on pull request #1:
URL: 
https://github.com/apache/sling-org-apache-sling-hc-support/pull/1#issuecomment-1037574868


   Kudos, SonarCloud Quality Gate passed!  ![Quality Gate 
passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png
 'Quality Gate passed')
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-hc-support=1=false=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-hc-support=1=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-hc-support=1=false=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-hc-support=1=false=CODE_SMELL)
   
   [![No Coverage 
information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png
 'No Coverage 
information')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-hc-support=1=coverage=list)
 No Coverage information  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-hc-support=1=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-hc-support=1=new_duplicated_lines_density=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Comment Edited] (SLING-11141) Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x

2022-02-12 Thread Eric Norman (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-11141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491469#comment-17491469
 ] 

Eric Norman edited comment on SLING-11141 at 2/12/22, 11:31 PM:


After updating the dependency to the 3.0.0 version, I discovered that the 
org.apache.felix.healthcheck.generalchecks version 3.0.0 no longer exports the 
org.apache.felix.hc.generalchecks.util package anymore.

Also, after the changes from [~henzlerg] for SLING-9859 it looks like we now 
have an inlined copy of the org.apache.felix.hc.generalchecks.util package in 
the o.a..sling.hc.support bundle.  But that inlined package isn't exported 
anymore either.

So I suppose, we just exclude the package from the Import-Package instruction 
since we have a local copy of that package within our bundle?  That seems kind 
of messy, so if anyone has a better idea then please speak up.

I've stashed the proposed changes at 
[https://github.com/apache/sling-org-apache-sling-hc-support/pull/1] for review 
and feedback.


was (Author: enorman):
After updating the dependency to the 3.0.0 version, I discovered that the 
org.apache.felix.healthcheck.generalchecks version 3.0.0 no longer exports the 
org.apache.felix.hc.generalchecks.util package anymore.

Also, after the changes from [~henzlerg] for SLING-9859 it looks like we now 
have an inlined copy of the org.apache.felix.hc.generalchecks.util package in 
the o.a..sling.hc.support bundle.  But that inlined package isn't exported 
anymore either.

So I suppose, we just exclude the package from the Import-Package instruction 
since we have a local copy of that package within our bundle?  That seems kind 
of messy, so if anyone has a better idea then please speak up.

> Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x
> ---
>
> Key: SLING-11141
> URL: https://issues.apache.org/jira/browse/SLING-11141
> Project: Sling
>  Issue Type: Bug
>Reporter: Eric Norman
>Priority: Major
> Fix For: Health Check Support 1.0.8
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> After updating to the org.apache.felix.healthcheck.generalchecks version 
> 3.0.0 release, the org.apache.sling.hc.support bundle fails during the 
> feature analyzer with this error:
> {noformat}
> [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.hc.support:1.0.6: 
>  is importing package(s) org.apache.felix.hc.generalchecks.util in start 
> level 20 but no bundle is exporting these for that start level.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [sling-org-apache-sling-hc-support] enapps-enorman opened a new pull request #1: SLING-11141 update to o.a.felix.healthcheck.generalchecks 3.x

2022-02-12 Thread GitBox


enapps-enorman opened a new pull request #1:
URL: https://github.com/apache/sling-org-apache-sling-hc-support/pull/1


   1. updated to sling-bundle-parent 47
   2. updated org.apache.felix.healthcheck.generalchecks dependency to version 
3.x


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Comment Edited] (SLING-11141) Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x

2022-02-12 Thread Eric Norman (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-11141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491469#comment-17491469
 ] 

Eric Norman edited comment on SLING-11141 at 2/12/22, 11:17 PM:


After updating the dependency to the 3.0.0 version, I discovered that the 
org.apache.felix.healthcheck.generalchecks version 3.0.0 no longer exports the 
org.apache.felix.hc.generalchecks.util package anymore.

Also, after the changes from [~henzlerg] for SLING-9859 it looks like we now 
have an inlined copy of the org.apache.felix.hc.generalchecks.util package in 
the o.a..sling.hc.support bundle.  But that inlined package isn't exported 
anymore either.

So I suppose, we just exclude the package from the Import-Package instruction 
since we have a local copy of that package within our bundle?  That seems kind 
of messy, so if anyone has a better idea then please speak up.


was (Author: enorman):
After updating the dependency to the 3.0.0 version, I discovered that the 
org.apache.felix.healthcheck.generalchecks version 3.0.0 no longer exports the 
org.apache.felix.hc.generalchecks.util package anymore.

Also, after the changes from [~henzlerg] for SLING-9859 it looks like we now 
have an inlined copy of the org.apache.felix.hc.generalchecks.util package in 
the o.a..sling.hc.support bundle.  But that inlined package isn't exported 
anymore either.

So I suppose, we just exclude the package from the Import-Package instruction 
since we have a local copy of that package within our bundle?  That seems kind 
of messy, so if anyone has a better idea then speak up.

> Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x
> ---
>
> Key: SLING-11141
> URL: https://issues.apache.org/jira/browse/SLING-11141
> Project: Sling
>  Issue Type: Bug
>Reporter: Eric Norman
>Priority: Major
> Fix For: Health Check Support 1.0.8
>
>
> After updating to the org.apache.felix.healthcheck.generalchecks version 
> 3.0.0 release, the org.apache.sling.hc.support bundle fails during the 
> feature analyzer with this error:
> {noformat}
> [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.hc.support:1.0.6: 
>  is importing package(s) org.apache.felix.hc.generalchecks.util in start 
> level 20 but no bundle is exporting these for that start level.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (SLING-11141) Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x

2022-02-12 Thread Eric Norman (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-11141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491469#comment-17491469
 ] 

Eric Norman commented on SLING-11141:
-

After updating the dependency to the 3.0.0 version, I discovered that the 
org.apache.felix.healthcheck.generalchecks version 3.0.0 no longer exports the 
org.apache.felix.hc.generalchecks.util package anymore.

Also, after the changes from [~henzlerg] for SLING-9859 it looks like we now 
have an inlined copy of the org.apache.felix.hc.generalchecks.util package in 
the o.a..sling.hc.support bundle.  But that inlined package isn't exported 
anymore either.

So I suppose, we just exclude the package from the Import-Package instruction 
since we have a local copy of that package within our bundle?  That seems kind 
of messy, so if anyone has a better idea then speak up.

> Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x
> ---
>
> Key: SLING-11141
> URL: https://issues.apache.org/jira/browse/SLING-11141
> Project: Sling
>  Issue Type: Bug
>Reporter: Eric Norman
>Priority: Major
> Fix For: Health Check Support 1.0.8
>
>
> After updating to the org.apache.felix.healthcheck.generalchecks version 
> 3.0.0 release, the org.apache.sling.hc.support bundle fails during the 
> feature analyzer with this error:
> {noformat}
> [ERROR] [bundle-packages] org.apache.sling:org.apache.sling.hc.support:1.0.6: 
>  is importing package(s) org.apache.felix.hc.generalchecks.util in start 
> level 20 but no bundle is exporting these for that start level.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (SLING-11140) Update bundles referenced in sling starter to the latest releases

2022-02-12 Thread Eric Norman (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Norman updated SLING-11140:

Description: 
Update the sling starter to use the latest bundles - according to 
{code:java}
mvn versions:display-dependency-updates{code}
the sling starter is a bit out of date with the dependencies
{noformat}
[INFO] The following dependencies in Dependencies have newer versions:

[INFO]   com.composum.nodes:composum-nodes-commons . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-console . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-jslibs .. 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-pckgmgr . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-usermgr . 3.1.0 -> 4.0.1
[INFO]   com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 2.13.1
[INFO]   com.fasterxml.jackson.core:jackson-core . 2.13.0 -> 2.13.1
[INFO]   com.fasterxml.jackson.core:jackson-databind . 2.13.0 -> 2.13.1
...
[INFO]   org.apache.felix:org.apache.felix.configadmin.plugin.interpolation ...
[INFO]                                                           1.1.2 -> 1.2.2
[INFO]   org.apache.felix:org.apache.felix.healthcheck.core ...
[INFO]                                                         2.0.10 -> 2.0.12
...
[INFO]   org.apache.felix:org.apache.felix.http.jetty  4.1.12 -> 4.1.14
[INFO]   org.apache.httpcomponents:httpcore-osgi . 4.4.14 -> 4.4.15
[INFO]   org.apache.pdfbox:fontbox ... 2.0.24 -> 2.0.25
[INFO]   org.apache.pdfbox:pdfbox  2.0.24 -> 2.0.25
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl ...
[INFO]                                                      3.2.18_1 -> 3.3.2_1
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.rhino ...
[INFO]                                                     1.7.13_1 -> 1.7.14_1
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf 
...
[INFO]                                     3.0.12.RELEASE_1 -> 3.0.14.RELEASE_1
[INFO]   org.apache.sling:org.apache.sling.commons.johnzon  1.2.6 -> 1.2.14
[INFO]   org.apache.sling:org.apache.sling.commons.log . 5.3.0 -> 5.4.0
[INFO]   org.apache.sling:org.apache.sling.commons.metrics  1.2.8 -> 1.2.10
[INFO]   org.apache.sling:org.apache.sling.event . 4.2.20 -> 4.2.24
[INFO]   org.apache.sling:org.apache.sling.fsresource . 2.1.16 -> 2.2.0
[INFO]   org.apache.sling:org.apache.sling.i18n .. 2.5.16 -> 2.5.18
[INFO]   org.apache.sling:org.apache.sling.installer.core  3.11.4 -> 3.12.0
[INFO]   org.apache.sling:org.apache.sling.installer.factory.configuration ...
[INFO]                                                           1.3.4 -> 1.4.2
[INFO]   org.apache.sling:org.apache.sling.javax.activation  0.2.0 -> 0.3.0
[INFO]   org.apache.sling:org.apache.sling.jcr.base ... 3.1.6 -> 3.1.10
[INFO]   org.apache.sling:org.apache.sling.models.validation-impl ...
[INFO]                                                           1.0.0 -> 1.1.0
[INFO]   org.apache.sling:org.apache.sling.repoinit.parser ... 1.6.10 -> 1.6.12
[INFO]   org.apache.sling:org.apache.sling.resourceresolver  1.8.0 -> 1.8.4
[INFO]   org.apache.sling:org.apache.sling.scripting.core .. 2.3.6 -> 2.4.2
[INFO]   org.apache.sling:org.apache.sling.scripting.jsp ... 2.5.2 -> 2.5.4
[INFO]   org.apache.sling:org.apache.sling.scripting.sightly ...
[INFO]                                             1.4.14-1.4.0 -> 1.4.16-1.4.0
[INFO]   org.apache.sling:org.apache.sling.servlets.get .. 2.1.40 -> 2.1.44
[INFO]   org.apache.sling:org.apache.sling.servlets.resolver ... 2.9.0 -> 2.9.2
[INFO]   org.apache.tika:tika-core .. 1.27 -> 1.28.1
[INFO]   org.apache.tika:tika-parsers ... 1.27 -> 1.28.1
[INFO]   org.javassist:javassist ... 3.27.0-GA -> 3.28.0-GA
[INFO]   org.jvnet.staxex:stax-ex .. 1.7.6 -> 1.8.3
[INFO]   org.slf4j:jcl-over-slf4j  1.7.32 -> 1.7.36
[INFO]   org.slf4j:log4j-over-slf4j .. 1.7.32 -> 1.7.36
[INFO]   org.slf4j:slf4j-api . 1.7.32 -> 1.7.36
 {noformat}
And these plugins as well:

 
{noformat}
[INFO] The following plugin updates are available:

[INFO]   biz.aQute.bnd:bnd-indexer-maven-plugin . 5.2.0 -> 5.3.0
[INFO]   io.fabric8:docker-maven-plugin ... 0.38.0 -> 0.39.0
{noformat}
 

 

  was:
Update the sling starter uses the latest bundles - according to 
{code:java}
mvn versions:display-dependency-updates{code}
the sling starter is a bit out of date with the dependencies
{noformat}
[INFO] The following dependencies in Dependencies have newer 

[jira] [Created] (SLING-11141) Make compatible with org.apache.felix.healthcheck.generalchecks version 3.x

2022-02-12 Thread Eric Norman (Jira)
Eric Norman created SLING-11141:
---

 Summary: Make compatible with 
org.apache.felix.healthcheck.generalchecks version 3.x
 Key: SLING-11141
 URL: https://issues.apache.org/jira/browse/SLING-11141
 Project: Sling
  Issue Type: Bug
Reporter: Eric Norman
 Fix For: Health Check Support 1.0.8


After updating to the org.apache.felix.healthcheck.generalchecks version 3.0.0 
release, the org.apache.sling.hc.support bundle fails during the feature 
analyzer with this error:
{noformat}
[ERROR] [bundle-packages] org.apache.sling:org.apache.sling.hc.support:1.0.6:  
is importing package(s) org.apache.felix.hc.generalchecks.util in start level 
20 but no bundle is exporting these for that start level.
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (SLING-11140) Update bundles referenced in sling starter to the latest releases

2022-02-12 Thread Eric Norman (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Norman updated SLING-11140:

Fix Version/s: Starter 12

> Update bundles referenced in sling starter to the latest releases
> -
>
> Key: SLING-11140
> URL: https://issues.apache.org/jira/browse/SLING-11140
> Project: Sling
>  Issue Type: Improvement
>Reporter: Eric Norman
>Assignee: Eric Norman
>Priority: Major
> Fix For: Starter 12
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update the sling starter uses the latest bundles - according to 
> {code:java}
> mvn versions:display-dependency-updates{code}
> the sling starter is a bit out of date with the dependencies
> {noformat}
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO]   com.composum.nodes:composum-nodes-commons . 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-console . 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-jslibs .. 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-pckgmgr . 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-usermgr . 3.1.0 -> 
> 4.0.1
> [INFO]   com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 
> 2.13.1
> [INFO]   com.fasterxml.jackson.core:jackson-core . 2.13.0 -> 
> 2.13.1
> [INFO]   com.fasterxml.jackson.core:jackson-databind . 2.13.0 -> 
> 2.13.1
> ...
> [INFO]   org.apache.felix:org.apache.felix.configadmin.plugin.interpolation 
> ...
> [INFO]                                                           1.1.2 -> 
> 1.2.2
> [INFO]   org.apache.felix:org.apache.felix.healthcheck.core ...
> [INFO]                                                         2.0.10 -> 
> 2.0.12
> ...
> [INFO]   org.apache.felix:org.apache.felix.http.jetty  4.1.12 -> 
> 4.1.14
> [INFO]   org.apache.httpcomponents:httpcore-osgi . 4.4.14 -> 
> 4.4.15
> [INFO]   org.apache.pdfbox:fontbox ... 2.0.24 -> 
> 2.0.25
> [INFO]   org.apache.pdfbox:pdfbox  2.0.24 -> 
> 2.0.25
> [INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl ...
> [INFO]                                                      3.2.18_1 -> 
> 3.3.2_1
> [INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.rhino ...
> [INFO]                                                     1.7.13_1 -> 
> 1.7.14_1
> [INFO]   
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf ...
> [INFO]                                     3.0.12.RELEASE_1 -> 
> 3.0.14.RELEASE_1
> [INFO]   org.apache.sling:org.apache.sling.commons.johnzon  1.2.6 -> 
> 1.2.14
> [INFO]   org.apache.sling:org.apache.sling.commons.log . 5.3.0 -> 
> 5.4.0
> [INFO]   org.apache.sling:org.apache.sling.commons.metrics  1.2.8 -> 
> 1.2.10
> [INFO]   org.apache.sling:org.apache.sling.event . 4.2.20 -> 
> 4.2.24
> [INFO]   org.apache.sling:org.apache.sling.fsresource . 2.1.16 -> 
> 2.2.0
> [INFO]   org.apache.sling:org.apache.sling.i18n .. 2.5.16 -> 
> 2.5.18
> [INFO]   org.apache.sling:org.apache.sling.installer.core  3.11.4 -> 
> 3.12.0
> [INFO]   org.apache.sling:org.apache.sling.installer.factory.configuration ...
> [INFO]                                                           1.3.4 -> 
> 1.4.2
> [INFO]   org.apache.sling:org.apache.sling.javax.activation  0.2.0 -> 
> 0.3.0
> [INFO]   org.apache.sling:org.apache.sling.jcr.base ... 3.1.6 -> 
> 3.1.10
> [INFO]   org.apache.sling:org.apache.sling.models.validation-impl ...
> [INFO]                                                           1.0.0 -> 
> 1.1.0
> [INFO]   org.apache.sling:org.apache.sling.repoinit.parser ... 1.6.10 -> 
> 1.6.12
> [INFO]   org.apache.sling:org.apache.sling.resourceresolver  1.8.0 -> 
> 1.8.4
> [INFO]   org.apache.sling:org.apache.sling.scripting.core .. 2.3.6 -> 
> 2.4.2
> [INFO]   org.apache.sling:org.apache.sling.scripting.jsp ... 2.5.2 -> 
> 2.5.4
> [INFO]   org.apache.sling:org.apache.sling.scripting.sightly ...
> [INFO]                                             1.4.14-1.4.0 -> 
> 1.4.16-1.4.0
> [INFO]   org.apache.sling:org.apache.sling.servlets.get .. 2.1.40 -> 
> 2.1.44
> [INFO]   org.apache.sling:org.apache.sling.servlets.resolver ... 2.9.0 -> 
> 2.9.2
> [INFO]   org.apache.tika:tika-core .. 1.27 -> 
> 1.28.1
> [INFO]   org.apache.tika:tika-parsers ... 1.27 -> 
> 1.28.1
> [INFO]   org.javassist:javassist ... 3.27.0-GA -> 
> 3.28.0-GA
> [INFO]   org.jvnet.staxex:stax-ex .. 1.7.6 -> 
> 1.8.3
> [INFO]   org.slf4j:jcl-over-slf4j 

[jira] [Commented] (SLING-11140) Update bundles referenced in sling starter to the latest releases

2022-02-12 Thread Eric Norman (Jira)


[ 
https://issues.apache.org/jira/browse/SLING-11140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17491468#comment-17491468
 ] 

Eric Norman commented on SLING-11140:
-

Created PR #50 with the proposed changes for review and feedback

> Update bundles referenced in sling starter to the latest releases
> -
>
> Key: SLING-11140
> URL: https://issues.apache.org/jira/browse/SLING-11140
> Project: Sling
>  Issue Type: Improvement
>Reporter: Eric Norman
>Assignee: Eric Norman
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Update the sling starter uses the latest bundles - according to 
> {code:java}
> mvn versions:display-dependency-updates{code}
> the sling starter is a bit out of date with the dependencies
> {noformat}
> [INFO] The following dependencies in Dependencies have newer versions:
> [INFO]   com.composum.nodes:composum-nodes-commons . 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-console . 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-jslibs .. 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-pckgmgr . 3.1.0 -> 
> 4.0.1
> [INFO]   com.composum.nodes:composum-nodes-usermgr . 3.1.0 -> 
> 4.0.1
> [INFO]   com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 
> 2.13.1
> [INFO]   com.fasterxml.jackson.core:jackson-core . 2.13.0 -> 
> 2.13.1
> [INFO]   com.fasterxml.jackson.core:jackson-databind . 2.13.0 -> 
> 2.13.1
> ...
> [INFO]   org.apache.felix:org.apache.felix.configadmin.plugin.interpolation 
> ...
> [INFO]                                                           1.1.2 -> 
> 1.2.2
> [INFO]   org.apache.felix:org.apache.felix.healthcheck.core ...
> [INFO]                                                         2.0.10 -> 
> 2.0.12
> ...
> [INFO]   org.apache.felix:org.apache.felix.http.jetty  4.1.12 -> 
> 4.1.14
> [INFO]   org.apache.httpcomponents:httpcore-osgi . 4.4.14 -> 
> 4.4.15
> [INFO]   org.apache.pdfbox:fontbox ... 2.0.24 -> 
> 2.0.25
> [INFO]   org.apache.pdfbox:pdfbox  2.0.24 -> 
> 2.0.25
> [INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl ...
> [INFO]                                                      3.2.18_1 -> 
> 3.3.2_1
> [INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.rhino ...
> [INFO]                                                     1.7.13_1 -> 
> 1.7.14_1
> [INFO]   
> org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf ...
> [INFO]                                     3.0.12.RELEASE_1 -> 
> 3.0.14.RELEASE_1
> [INFO]   org.apache.sling:org.apache.sling.commons.johnzon  1.2.6 -> 
> 1.2.14
> [INFO]   org.apache.sling:org.apache.sling.commons.log . 5.3.0 -> 
> 5.4.0
> [INFO]   org.apache.sling:org.apache.sling.commons.metrics  1.2.8 -> 
> 1.2.10
> [INFO]   org.apache.sling:org.apache.sling.event . 4.2.20 -> 
> 4.2.24
> [INFO]   org.apache.sling:org.apache.sling.fsresource . 2.1.16 -> 
> 2.2.0
> [INFO]   org.apache.sling:org.apache.sling.i18n .. 2.5.16 -> 
> 2.5.18
> [INFO]   org.apache.sling:org.apache.sling.installer.core  3.11.4 -> 
> 3.12.0
> [INFO]   org.apache.sling:org.apache.sling.installer.factory.configuration ...
> [INFO]                                                           1.3.4 -> 
> 1.4.2
> [INFO]   org.apache.sling:org.apache.sling.javax.activation  0.2.0 -> 
> 0.3.0
> [INFO]   org.apache.sling:org.apache.sling.jcr.base ... 3.1.6 -> 
> 3.1.10
> [INFO]   org.apache.sling:org.apache.sling.models.validation-impl ...
> [INFO]                                                           1.0.0 -> 
> 1.1.0
> [INFO]   org.apache.sling:org.apache.sling.repoinit.parser ... 1.6.10 -> 
> 1.6.12
> [INFO]   org.apache.sling:org.apache.sling.resourceresolver  1.8.0 -> 
> 1.8.4
> [INFO]   org.apache.sling:org.apache.sling.scripting.core .. 2.3.6 -> 
> 2.4.2
> [INFO]   org.apache.sling:org.apache.sling.scripting.jsp ... 2.5.2 -> 
> 2.5.4
> [INFO]   org.apache.sling:org.apache.sling.scripting.sightly ...
> [INFO]                                             1.4.14-1.4.0 -> 
> 1.4.16-1.4.0
> [INFO]   org.apache.sling:org.apache.sling.servlets.get .. 2.1.40 -> 
> 2.1.44
> [INFO]   org.apache.sling:org.apache.sling.servlets.resolver ... 2.9.0 -> 
> 2.9.2
> [INFO]   org.apache.tika:tika-core .. 1.27 -> 
> 1.28.1
> [INFO]   org.apache.tika:tika-parsers ... 1.27 -> 
> 1.28.1
> [INFO]   org.javassist:javassist ... 3.27.0-GA -> 
> 3.28.0-GA
> [INFO]   org.jvnet.staxex:stax-ex .. 1.7.6 -> 
> 1.8.3
> 

[GitHub] [sling-org-apache-sling-starter] sonarcloud[bot] commented on pull request #50: SLING-11140 Update bundles to the latest releases

2022-02-12 Thread GitBox


sonarcloud[bot] commented on pull request #50:
URL: 
https://github.com/apache/sling-org-apache-sling-starter/pull/50#issuecomment-1037540409


   Kudos, SonarCloud Quality Gate passed!  ![Quality Gate 
passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png
 'Quality Gate passed')
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-starter=50=false=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-starter=50=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-starter=50=false=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-starter=50=false=CODE_SMELL)
   
   [![No Coverage 
information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png
 'No Coverage 
information')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-starter=50)
 No Coverage information  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-starter=50=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-starter=50=new_duplicated_lines_density=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Updated] (SLING-11140) Update bundles referenced in sling starter to the latest releases

2022-02-12 Thread Eric Norman (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Norman updated SLING-11140:

Description: 
Update the sling starter uses the latest bundles - according to 
{code:java}
mvn versions:display-dependency-updates{code}
the sling starter is a bit out of date with the dependencies
{noformat}
[INFO] The following dependencies in Dependencies have newer versions:

[INFO]   com.composum.nodes:composum-nodes-commons . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-console . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-jslibs .. 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-pckgmgr . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-usermgr . 3.1.0 -> 4.0.1
[INFO]   com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 2.13.1
[INFO]   com.fasterxml.jackson.core:jackson-core . 2.13.0 -> 2.13.1
[INFO]   com.fasterxml.jackson.core:jackson-databind . 2.13.0 -> 2.13.1
...
[INFO]   org.apache.felix:org.apache.felix.configadmin.plugin.interpolation ...
[INFO]                                                           1.1.2 -> 1.2.2
[INFO]   org.apache.felix:org.apache.felix.healthcheck.core ...
[INFO]                                                         2.0.10 -> 2.0.12
...
[INFO]   org.apache.felix:org.apache.felix.http.jetty  4.1.12 -> 4.1.14
[INFO]   org.apache.httpcomponents:httpcore-osgi . 4.4.14 -> 4.4.15
[INFO]   org.apache.pdfbox:fontbox ... 2.0.24 -> 2.0.25
[INFO]   org.apache.pdfbox:pdfbox  2.0.24 -> 2.0.25
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl ...
[INFO]                                                      3.2.18_1 -> 3.3.2_1
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.rhino ...
[INFO]                                                     1.7.13_1 -> 1.7.14_1
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf 
...
[INFO]                                     3.0.12.RELEASE_1 -> 3.0.14.RELEASE_1
[INFO]   org.apache.sling:org.apache.sling.commons.johnzon  1.2.6 -> 1.2.14
[INFO]   org.apache.sling:org.apache.sling.commons.log . 5.3.0 -> 5.4.0
[INFO]   org.apache.sling:org.apache.sling.commons.metrics  1.2.8 -> 1.2.10
[INFO]   org.apache.sling:org.apache.sling.event . 4.2.20 -> 4.2.24
[INFO]   org.apache.sling:org.apache.sling.fsresource . 2.1.16 -> 2.2.0
[INFO]   org.apache.sling:org.apache.sling.i18n .. 2.5.16 -> 2.5.18
[INFO]   org.apache.sling:org.apache.sling.installer.core  3.11.4 -> 3.12.0
[INFO]   org.apache.sling:org.apache.sling.installer.factory.configuration ...
[INFO]                                                           1.3.4 -> 1.4.2
[INFO]   org.apache.sling:org.apache.sling.javax.activation  0.2.0 -> 0.3.0
[INFO]   org.apache.sling:org.apache.sling.jcr.base ... 3.1.6 -> 3.1.10
[INFO]   org.apache.sling:org.apache.sling.models.validation-impl ...
[INFO]                                                           1.0.0 -> 1.1.0
[INFO]   org.apache.sling:org.apache.sling.repoinit.parser ... 1.6.10 -> 1.6.12
[INFO]   org.apache.sling:org.apache.sling.resourceresolver  1.8.0 -> 1.8.4
[INFO]   org.apache.sling:org.apache.sling.scripting.core .. 2.3.6 -> 2.4.2
[INFO]   org.apache.sling:org.apache.sling.scripting.jsp ... 2.5.2 -> 2.5.4
[INFO]   org.apache.sling:org.apache.sling.scripting.sightly ...
[INFO]                                             1.4.14-1.4.0 -> 1.4.16-1.4.0
[INFO]   org.apache.sling:org.apache.sling.servlets.get .. 2.1.40 -> 2.1.44
[INFO]   org.apache.sling:org.apache.sling.servlets.resolver ... 2.9.0 -> 2.9.2
[INFO]   org.apache.tika:tika-core .. 1.27 -> 1.28.1
[INFO]   org.apache.tika:tika-parsers ... 1.27 -> 1.28.1
[INFO]   org.javassist:javassist ... 3.27.0-GA -> 3.28.0-GA
[INFO]   org.jvnet.staxex:stax-ex .. 1.7.6 -> 1.8.3
[INFO]   org.slf4j:jcl-over-slf4j  1.7.32 -> 1.7.36
[INFO]   org.slf4j:log4j-over-slf4j .. 1.7.32 -> 1.7.36
[INFO]   org.slf4j:slf4j-api . 1.7.32 -> 1.7.36
 {noformat}
And these plugins as well:

 
{noformat}
[INFO] The following plugin updates are available:

[INFO]   biz.aQute.bnd:bnd-indexer-maven-plugin . 5.2.0 -> 5.3.0
[INFO]   io.fabric8:docker-maven-plugin ... 0.38.0 -> 0.39.0
{noformat}
 

 

  was:
Update the sling starter uses the latest bundles - according to 
{code}
mvn versions:display-dependency-updates{code}
the sling starter is a bit out of date with the dependencies
{noformat}
[INFO] The following dependencies in Dependencies have newer versions:


[jira] [Created] (SLING-11140) Update bundles referenced in sling starter to the latest releases

2022-02-12 Thread Eric Norman (Jira)
Eric Norman created SLING-11140:
---

 Summary: Update bundles referenced in sling starter to the latest 
releases
 Key: SLING-11140
 URL: https://issues.apache.org/jira/browse/SLING-11140
 Project: Sling
  Issue Type: Improvement
Reporter: Eric Norman
Assignee: Eric Norman


Update the sling starter uses the latest bundles - according to 
{code}
mvn versions:display-dependency-updates{code}
the sling starter is a bit out of date with the dependencies
{noformat}
[INFO] The following dependencies in Dependencies have newer versions:

[INFO]   com.composum.nodes:composum-nodes-commons . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-console . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-jslibs .. 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-pckgmgr . 3.1.0 -> 4.0.1
[INFO]   com.composum.nodes:composum-nodes-usermgr . 3.1.0 -> 4.0.1
[INFO]   com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 2.13.1
[INFO]   com.fasterxml.jackson.core:jackson-core . 2.13.0 -> 2.13.1
[INFO]   com.fasterxml.jackson.core:jackson-databind . 2.13.0 -> 2.13.1
...
[INFO]   org.apache.felix:org.apache.felix.configadmin.plugin.interpolation ...
[INFO]                                                           1.1.2 -> 1.2.2
[INFO]   org.apache.felix:org.apache.felix.healthcheck.core ...
[INFO]                                                         2.0.10 -> 2.0.12
...
[INFO]   org.apache.felix:org.apache.felix.http.jetty  4.1.12 -> 4.1.14
[INFO]   org.apache.httpcomponents:httpcore-osgi . 4.4.14 -> 4.4.15
[INFO]   org.apache.pdfbox:fontbox ... 2.0.24 -> 2.0.25
[INFO]   org.apache.pdfbox:pdfbox  2.0.24 -> 2.0.25
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.ognl ...
[INFO]                                                      3.2.18_1 -> 3.3.2_1
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.rhino ...
[INFO]                                                     1.7.13_1 -> 1.7.14_1
[INFO]   org.apache.servicemix.bundles:org.apache.servicemix.bundles.thymeleaf 
...
[INFO]                                     3.0.12.RELEASE_1 -> 3.0.14.RELEASE_1
[INFO]   org.apache.sling:org.apache.sling.commons.johnzon  1.2.6 -> 1.2.14
[INFO]   org.apache.sling:org.apache.sling.commons.log . 5.3.0 -> 5.4.0
[INFO]   org.apache.sling:org.apache.sling.commons.metrics  1.2.8 -> 1.2.10
[INFO]   org.apache.sling:org.apache.sling.event . 4.2.20 -> 4.2.24
[INFO]   org.apache.sling:org.apache.sling.fsresource . 2.1.16 -> 2.2.0
[INFO]   org.apache.sling:org.apache.sling.i18n .. 2.5.16 -> 2.5.18
[INFO]   org.apache.sling:org.apache.sling.installer.core  3.11.4 -> 3.12.0
[INFO]   org.apache.sling:org.apache.sling.installer.factory.configuration ...
[INFO]                                                           1.3.4 -> 1.4.2
[INFO]   org.apache.sling:org.apache.sling.javax.activation  0.2.0 -> 0.3.0
[INFO]   org.apache.sling:org.apache.sling.jcr.base ... 3.1.6 -> 3.1.10
[INFO]   org.apache.sling:org.apache.sling.models.validation-impl ...
[INFO]                                                           1.0.0 -> 1.1.0
[INFO]   org.apache.sling:org.apache.sling.repoinit.parser ... 1.6.10 -> 1.6.12
[INFO]   org.apache.sling:org.apache.sling.resourceresolver  1.8.0 -> 1.8.4
[INFO]   org.apache.sling:org.apache.sling.scripting.core .. 2.3.6 -> 2.4.2
[INFO]   org.apache.sling:org.apache.sling.scripting.jsp ... 2.5.2 -> 2.5.4
[INFO]   org.apache.sling:org.apache.sling.scripting.sightly ...
[INFO]                                             1.4.14-1.4.0 -> 1.4.16-1.4.0
[INFO]   org.apache.sling:org.apache.sling.servlets.get .. 2.1.40 -> 2.1.44
[INFO]   org.apache.sling:org.apache.sling.servlets.resolver ... 2.9.0 -> 2.9.2
[INFO]   org.apache.tika:tika-core .. 1.27 -> 1.28.1
[INFO]   org.apache.tika:tika-parsers ... 1.27 -> 1.28.1
[INFO]   org.javassist:javassist ... 3.27.0-GA -> 3.28.0-GA
[INFO]   org.jvnet.staxex:stax-ex .. 1.7.6 -> 1.8.3
[INFO]   org.slf4j:jcl-over-slf4j  1.7.32 -> 1.7.36
[INFO]   org.slf4j:log4j-over-slf4j .. 1.7.32 -> 1.7.36
[INFO]   org.slf4j:slf4j-api . 1.7.32 -> 1.7.36
 {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[GitHub] [sling-org-apache-sling-launchpad-integration-tests] sonarcloud[bot] commented on pull request #1: [SLING-9417] Added test for an nt:file child of a versioned node

2022-02-12 Thread GitBox


sonarcloud[bot] commented on pull request #1:
URL: 
https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/1#issuecomment-1037414683


   SonarCloud Quality Gate failed.  ![Quality Gate 
failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png
 'Quality Gate failed')
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=CODE_SMELL)
   
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/0-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_coverage=list)
 [0.0% 
Coverage](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_coverage=list)
  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_duplicated_lines_density=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [sling-org-apache-sling-launchpad-integration-tests] sonarcloud[bot] removed a comment on pull request #1: [SLING-9417] Added test for an nt:file child of a versioned node

2022-02-12 Thread GitBox


sonarcloud[bot] removed a comment on pull request #1:
URL: 
https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/pull/1#issuecomment-1030685412


   SonarCloud Quality Gate failed.  ![Quality Gate 
failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/failed-16px.png
 'Quality Gate failed')
   
   
[![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png
 
'Bug')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=BUG)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=BUG)
  
   
[![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png
 
'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=VULNERABILITY)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=VULNERABILITY)
  
   [![Security 
Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png
 'Security 
Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=SECURITY_HOTSPOT)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=SECURITY_HOTSPOT)
  
   [![Code 
Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png
 'Code 
Smell')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=CODE_SMELL)
 
[![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png
 
'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=false=CODE_SMELL)
   
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/0-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_coverage=list)
 [0.0% 
Coverage](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_coverage=list)
  
   
[![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png
 
'0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-launchpad-integration-tests=1=new_duplicated_lines_density=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: Releasing Sling Starter 12

2022-02-12 Thread Eric Norman
Is there any interest in splitting the feature definitions from the starter
project?

IMHO, it would be better if the starter was just referencing small
features defined elsewhere and then each of those features could be
released on its own schedule.

Regards,
Eric

On Fri, Feb 11, 2022 at 8:58 AM Robert Munteanu  wrote:

> Hi,
>
> tl;dr - I propose we release Sling Starter 12 at the end of February.
>
> Sling Starter 11 was released on October 23rd, 2018. We've accumulated
> a lot of improvements, and with the DockerHub image being switched to
> the main repository, I think we can start preparing the Starter 12
> release.
>
> I propose that we reserve the next week for testing and discussions,
> and potentially kick off the release process on the week of 21st of
> February.
>
> Regarding the preparation, we should make sure the Starter is good
> shape. If you know of a bug ( in the Starter or a module that is
> included in the Starter ) please let me know so that we won't ship
> annoying bugs. Non-annoying bugs may get a free pass :-) It would also
> be useful to have some manual testing going on.
>
> It is also important to communicate how we have improved, so if you
> think an issue should be noted in the release notes please label it
> with 'Sling-12-ReleaseNotes'. The current list can be viewed at [1].
>
> We did not finish everything we planned for Sling 12 [2], but that's OK
> IMO as we'll have lucky Sling 13.
>
> In terms of the feature model migration [3], there a couple of issues
> not yet handled:
>
> 1. Kickstart Launcher. I think it's OK to defer to Starter 13, as we
> already have settled on the way to launch [4] and we can always extend
> that
> 2. Archetype upgrades. These will come in after the Sling Starter 12 is
> released.
> 3. Documentation fixes. I think we can do this on an ongoing basis in
> the following weeks.
>
> So everyone - please give the Sling Starter a little attention and we
> can discuss in the week of February the 21st a concrete timeline for
> releasing it.
>
> Thanks!
> Robert
>
> [1]:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SLING%20AND%20labels%20%20%3D%20Sling-12-ReleaseNotes%20%20%20ORDER%20BY%20updated%20DESC
> [2]:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SLING%20AND%20fixVersion%20%3D%20%22Starter%2012%22%20AND%20resolution%20IS%20EMPTY
> [3]:
>
> https://cwiki.apache.org/confluence/display/SLING/Migrating+the+Sling+Starter+to+the+Feature+Model
> [4]:
>
> https://cwiki.apache.org/confluence/display/SLING/Recommend+mechanism+for+launching+the+feature-model+based+Starter
>


[jira] [Assigned] (SLING-10071) update distribution core to use bundle-parent 40

2022-02-12 Thread Joerg Hoh (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-10071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joerg Hoh reassigned SLING-10071:
-

Assignee: Joerg Hoh

> update distribution core to use bundle-parent 40
> 
>
> Key: SLING-10071
> URL: https://issues.apache.org/jira/browse/SLING-10071
> Project: Sling
>  Issue Type: Improvement
>  Components: Content Distribution
>Reporter: Joerg Hoh
>Assignee: Joerg Hoh
>Priority: Major
>
> Distribution core is using sling-parent 25, which is quite old.
> The update to bundle-parent 40 includes also a migration from SCR annotations 
> to OSGI annotations.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Closed] (SLING-11128) Escape tenant id

2022-02-12 Thread Carsten Ziegeler (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler closed SLING-11128.


> Escape tenant id
> 
>
> Key: SLING-11128
> URL: https://issues.apache.org/jira/browse/SLING-11128
> Project: Sling
>  Issue Type: Improvement
>  Components: General
>Affects Versions: Tenant 1.1.4
>Reporter: Carsten Ziegeler
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Tenant 1.1.6
>
>
> The id of a tenant is not properly escaped in all place (printForm is 
> missing). This can lead to corrupted html



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Closed] (SLING-11101) update artifactId for osgi-mock

2022-02-12 Thread Carsten Ziegeler (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler closed SLING-11101.


> update artifactId for osgi-mock
> ---
>
> Key: SLING-11101
> URL: https://issues.apache.org/jira/browse/SLING-11101
> Project: Sling
>  Issue Type: Improvement
>  Components: ResourceResolver
>Affects Versions: Resource Resolver 1.8.2
>Reporter: Joerg Hoh
>Assignee: Joerg Hoh
>Priority: Trivial
> Fix For: Resource Resolver 1.8.4
>
>
> Maven warns:
> {noformat}
> [WARNING] The artifact 
> org.apache.sling:org.apache.sling.testing.osgi-mock:jar:3.2.2 has been 
> relocated to 
> org.apache.sling:org.apache.sling.testing.osgi-mock.junit4:jar:3.2.2
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Closed] (SLING-11062) javadoc errors when releasing the bundle

2022-02-12 Thread Carsten Ziegeler (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler closed SLING-11062.


> javadoc errors when releasing the bundle
> 
>
> Key: SLING-11062
> URL: https://issues.apache.org/jira/browse/SLING-11062
> Project: Sling
>  Issue Type: Bug
>  Components: ResourceResolver
>Affects Versions: Resource Resolver 1.8.0
>Reporter: Joerg Hoh
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Resource Resolver 1.8.4
>
>
> When releasing the ResourceResolver bundle I had to ignore javadoc errors. 
> These should be fixed before the next release.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Closed] (SLING-11113) resource resolver: bloom filter might be out of sync on startup

2022-02-12 Thread Carsten Ziegeler (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler closed SLING-3.


> resource resolver: bloom filter might be out of sync on startup
> ---
>
> Key: SLING-3
> URL: https://issues.apache.org/jira/browse/SLING-3
> Project: Sling
>  Issue Type: Bug
>  Components: ResourceResolver
>Affects Versions: Resource Resolver 1.8.2
>Reporter: Julian Reschke
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Resource Resolver 1.8.4
>
> Attachments: SLING-3.diff
>
>  Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> It appears that the bloom filter can be out of sync with the repo on startup.
> Upon startup, when not present, it get's created, and updated with all vanity 
> paths found in the repo. If present, it is used as is.
> So for a restart of a node, there's a time window (up to save interval of 60s 
> plus downtime) during which the addition of vanity paths will not be 
> reflected in the bloom filter.
> Now the bloom filter is only relevant if the number of vanity paths exceeds 
> the maximum number, so this problem might be hard to observe.
> AFAIU, the *intent* of persisting the bloom filter is to avoid the cost of 
> re-filling it on startup. However, we already know that *finding* the vanity 
> paths (doing the query, getting the resources and processing the properties) 
> is already costly. It's dubious that avoiding the cost if updating the filter 
> helps here.
> Proposal: get rid of the persistence of the bloom filter altogether, reducing 
> the complexity of the code significantly.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Closed] (SLING-11092) ResourceResolver - update org.apache.sling.testing.osgi-mock test dependency

2022-02-12 Thread Carsten Ziegeler (Jira)


 [ 
https://issues.apache.org/jira/browse/SLING-11092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carsten Ziegeler closed SLING-11092.


> ResourceResolver - update org.apache.sling.testing.osgi-mock test dependency
> 
>
> Key: SLING-11092
> URL: https://issues.apache.org/jira/browse/SLING-11092
> Project: Sling
>  Issue Type: Task
>  Components: ResourceResolver
>Affects Versions: Resource Resolver 1.8.2
>Reporter: Julian Reschke
>Assignee: Robert Munteanu
>Priority: Minor
> Fix For: Resource Resolver 1.8.4
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[VOTE RESULT] Release Apache Sling Resource Resolver 1.8.4

2022-02-12 Thread Carsten Ziegeler

The vote passed with 5 binding +1 votes

Thanks
Carsten

--
Carsten Ziegeler
Adobe
cziege...@apache.org


[VOTE RESULT] Release Apache Sling Tenant 1.1.6

2022-02-12 Thread Carsten Ziegeler

The vote passed with 5 binding +1 votes

Thanks
Carsten
--
Carsten Ziegeler
Adobe
cziege...@apache.org


[Jenkins] Sling » Modules » sling-org-apache-sling-launchpad-testing » master #911 is FIXED

2022-02-12 Thread Apache Jenkins Server
Please see 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-launchpad-testing/job/master/911/
 for details.

No further emails will be sent until the status of the build is changed.

[RESULT] [VOTE] Release Apache Sling Testing Clients version 3.0.12

2022-02-12 Thread Andrei Dulvac
Hi, The vote has passed with the following result : +1 (binding): Carsten,
Radu, Daniel, Stefan +1 (non binding): none
-1: none I will copy this release to the Sling dist directory and promote
the artifacts to the central Maven repository.

- Andrei