Re: [PR] SLING-12157 [osgi-mock] late binding does not work for non-service DS components [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub


sonarcloud[bot] commented on PR #37:
URL: 
https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/37#issuecomment-1812938063

   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')](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-testing-osgi-mock=37)
   
   
[![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-testing-osgi-mock=37=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-testing-osgi-mock=37=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-osgi-mock=37=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-testing-osgi-mock=37=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-testing-osgi-mock=37=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-osgi-mock=37=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-testing-osgi-mock=37=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-testing-osgi-mock=37=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-testing-osgi-mock=37=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-testing-osgi-mock=37=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-testing-osgi-mock=37=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-osgi-mock=37=false=CODE_SMELL)
   
   
[![100.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/100-16px.png
 
'100.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-testing-osgi-mock=37=new_coverage=list)
 [100.0% 
Coverage](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-testing-osgi-mock=37=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-testing-osgi-mock=37=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-testing-osgi-mock=37=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



[PR] SLING-12157 [osgi-mock] late binding does not work for non-service DS components [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub


jsedding opened a new pull request, #37:
URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/37

   - OsgiServiceUtilBindUnbindTest seems to have worked around this issue, 
hence the change
   - factored out "registerDSComponent" in order to reduce code duplication
   - with this fix, a non-service DS component is stored in 
MockBundleContext#registeredServices but its MockServiceRegistration#clazzes 
field is an empty set and thus cannot be retrieved via 
BundleContext#getServiceReference


-- 
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: [PR] SLING-12072: migrate to jakarta.json [sling-org-apache-sling-junit-core]

2023-11-15 Thread via GitHub


jsedding commented on code in PR #20:
URL: 
https://github.com/apache/sling-org-apache-sling-junit-core/pull/20#discussion_r1394490078


##
pom.xml:
##
@@ -34,12 +34,10 @@
 Runs JUnit tests in an OSGi framework and provides the JUnit 
libraries
 
 
-4.13
+4.13.2
 1.3
 0.6.2.201302030002
-5.6.0
-1.8
-1.8
+5.10.0

Review Comment:
   We could bump it to 5.10.1 already.



##
src/it/annotations-it/pom.xml:
##
@@ -29,7 +29,6 @@
 
 
   
-8

Review Comment:
   Do we need to drop java 8 support for technical reasons? Otherwise, I would 
be inclined to keep it.



##
pom.xml:
##
@@ -296,7 +313,7 @@
 
 org.junit.platform
 junit-platform-launcher
-1.6.2
+1.10.0

Review Comment:
   1.10.1 is already available.



-- 
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: [VOTE] Release Apache Sling Engine 2.15.8

2023-11-15 Thread Julian Sedding
+1

Regards
Julian

On Wed, Nov 15, 2023 at 4:02 PM Daniel Klco  wrote:
>
> +1
>
> On Wed, Nov 15, 2023 at 3:17 AM Stefan Seifert
>  wrote:
>
> > +1
> >
> > stefan
> >


[jira] [Created] (SLING-12158) Log affected Sling Model class for messages emitted from AbstractInjectableElement

2023-11-15 Thread Konrad Windszus (Jira)
Konrad Windszus created SLING-12158:
---

 Summary: Log affected Sling Model class for messages emitted from 
AbstractInjectableElement
 Key: SLING-12158
 URL: https://issues.apache.org/jira/browse/SLING-12158
 Project: Sling
  Issue Type: Improvement
  Components: Sling Models
Affects Versions: Models Implementation 1.6.4
Reporter: Konrad Windszus
Assignee: Konrad Windszus


Both 
https://github.com/apache/sling-org-apache-sling-models-impl/blob/b0647a3419924c46e58b78aa6384e0f49491a0c6/src/main/java/org/apache/sling/models/impl/model/AbstractInjectableElement.java
 and classes derived from it emit some log messages. Those log message miss the 
context of the Sling Model class where that happens.

This is e.g. the case in 
https://github.com/apache/sling-org-apache-sling-models-impl/blob/b701d76cd02fcbcbb5a9470400bdf3afc803cf2c/src/main/java/org/apache/sling/models/impl/model/AbstractInjectableElement.java#L182
 where only the type but neither the name nor the container model class is 
emitted.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SLING-12157) [osgi-mock] late binding does not work for non-service DS components

2023-11-15 Thread Julian Sedding (Jira)
Julian Sedding created SLING-12157:
--

 Summary: [osgi-mock] late binding does not work for non-service DS 
components 
 Key: SLING-12157
 URL: https://issues.apache.org/jira/browse/SLING-12157
 Project: Sling
  Issue Type: Task
  Components: Testing
Affects Versions: Testing OSGi Mock 3.3.10
Reporter: Julian Sedding
Assignee: Julian Sedding


A DS component that is not a service can be "injected" and "activated", but if 
a service becomes available, that satisfies a dynamic reference, the "bind" 
method is not called. The same should be true for the "unbind" scenario.

I observed this when I was registering a {{ResourceDecorator}} service in a 
test case, and it did not get bound by the {{ResourceResolverFactoryActivator}} 
that was already registered by the {{SlingContext}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (SLING-12155) Regression: Maintenance Config Missing

2023-11-15 Thread Dan Klco (Jira)


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

Dan Klco resolved SLING-12155.
--
Resolution: Fixed

Fixed in 
https://github.com/apache/sling-org-apache-sling-app-cms/commit/27c3dc1a47ee53bf6bec3506539fc70ab4b8ff76

> Regression: Maintenance Config Missing
> --
>
> Key: SLING-12155
> URL: https://issues.apache.org/jira/browse/SLING-12155
> Project: Sling
>  Issue Type: Bug
>  Components: App CMS
>Affects Versions: App CMS 1.1.8
>Reporter: Dan Klco
>Assignee: Dan Klco
>Priority: Minor
> Fix For: App CMS 1.1.10
>
>
> SLING-12120 introduced a regression where the maintenance configuration is no 
> longer provided with the Sling CMS features.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [VOTE] Release Apache Sling Engine 2.15.8

2023-11-15 Thread Daniel Klco
+1

On Wed, Nov 15, 2023 at 3:17 AM Stefan Seifert
 wrote:

> +1
>
> stefan
>


[jira] [Created] (SLING-12155) Regression: Maintenance Config Missing

2023-11-15 Thread Dan Klco (Jira)
Dan Klco created SLING-12155:


 Summary: Regression: Maintenance Config Missing
 Key: SLING-12155
 URL: https://issues.apache.org/jira/browse/SLING-12155
 Project: Sling
  Issue Type: Bug
  Components: App CMS
Affects Versions: App CMS 1.1.8
Reporter: Dan Klco
Assignee: Dan Klco
 Fix For: App CMS 1.1.10


SLING-12120 introduced a regression where the maintenance configuration is no 
longer provided with the Sling CMS features.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (SLING-12156) Regression: Composite Features Missing oak-segment-tar

2023-11-15 Thread Dan Klco (Jira)


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

Dan Klco commented on SLING-12156:
--

Fixed in 
https://github.com/apache/sling-org-apache-sling-app-cms/commit/eec5aa93de0b3ebd6ef018d9a3f8bbebf9233c5e

> Regression: Composite Features Missing oak-segment-tar
> --
>
> Key: SLING-12156
> URL: https://issues.apache.org/jira/browse/SLING-12156
> Project: Sling
>  Issue Type: Bug
>  Components: App CMS
>Affects Versions: App CMS 1.1.8
>Reporter: Dan Klco
>Assignee: Dan Klco
>Priority: Minor
> Fix For: App CMS 1.1.10
>
>
> SLING-12120 introduced a regression where the composite-runtime and 
> composite-seed features no longer include oak-segment-tar



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (SLING-12156) Regression: Composite Features Missing oak-segment-tar

2023-11-15 Thread Dan Klco (Jira)


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

Dan Klco resolved SLING-12156.
--
Resolution: Fixed

> Regression: Composite Features Missing oak-segment-tar
> --
>
> Key: SLING-12156
> URL: https://issues.apache.org/jira/browse/SLING-12156
> Project: Sling
>  Issue Type: Bug
>  Components: App CMS
>Affects Versions: App CMS 1.1.8
>Reporter: Dan Klco
>Assignee: Dan Klco
>Priority: Minor
> Fix For: App CMS 1.1.10
>
>
> SLING-12120 introduced a regression where the composite-runtime and 
> composite-seed features no longer include oak-segment-tar



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (SLING-12156) Regression: Composite Features Missing oak-segment-tar

2023-11-15 Thread Dan Klco (Jira)
Dan Klco created SLING-12156:


 Summary: Regression: Composite Features Missing oak-segment-tar
 Key: SLING-12156
 URL: https://issues.apache.org/jira/browse/SLING-12156
 Project: Sling
  Issue Type: Bug
  Components: App CMS
Affects Versions: App CMS 1.1.8
Reporter: Dan Klco
Assignee: Dan Klco
 Fix For: App CMS 1.1.10


SLING-12120 introduced a regression where the composite-runtime and 
composite-seed features no longer include oak-segment-tar



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #1134 is FIXED

2023-11-15 Thread Apache Jenkins Server
Please see 
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-starter/job/master/1134/
 for details.

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

[jira] [Resolved] (SLING-12138) Node Browser page keeps popping up login window

2023-11-15 Thread Dan Klco (Jira)


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

Dan Klco resolved SLING-12138.
--
Resolution: Fixed

Fixed in 
https://github.com/apache/sling-org-apache-sling-app-cms/commit/81f795a8ee42a2e55a3dff283391c208ea986597

> Node Browser page keeps popping up login window
> ---
>
> Key: SLING-12138
> URL: https://issues.apache.org/jira/browse/SLING-12138
> Project: Sling
>  Issue Type: Bug
>  Components: App CMS
>Affects Versions: App CMS 1.1.8
>Reporter: James Raynor
>Assignee: Dan Klco
>Priority: Minor
> Attachments: 2023-11-10--15-15-59.jpg
>
>
> When I open the Nobe Browser page, there is a login popup, and I can't stop 
> it from popping up.
> You can only click cancel to skip it.
> [http://localhost:8080/bin/browser.html]
> This was normal in previous versions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (SLING-12138) Node Browser page keeps popping up login window

2023-11-15 Thread Dan Klco (Jira)


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

Dan Klco reassigned SLING-12138:


Assignee: Dan Klco

> Node Browser page keeps popping up login window
> ---
>
> Key: SLING-12138
> URL: https://issues.apache.org/jira/browse/SLING-12138
> Project: Sling
>  Issue Type: Bug
>  Components: App CMS
>Affects Versions: App CMS 1.1.8
>Reporter: James Raynor
>Assignee: Dan Klco
>Priority: Minor
> Attachments: 2023-11-10--15-15-59.jpg
>
>
> When I open the Nobe Browser page, there is a login popup, and I can't stop 
> it from popping up.
> You can only click cancel to skip it.
> [http://localhost:8080/bin/browser.html]
> This was normal in previous versions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (SLING-12154) 404 on Composum Nodes Health Check

2023-11-15 Thread Dan Klco (Jira)


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

Dan Klco resolved SLING-12154.
--
Resolution: Fixed

> 404 on Composum Nodes Health Check
> --
>
> Key: SLING-12154
> URL: https://issues.apache.org/jira/browse/SLING-12154
> Project: Sling
>  Issue Type: Bug
>  Components: Starter
>Affects Versions: Starter 12
>Reporter: Dan Klco
>Assignee: Dan Klco
>Priority: Minor
> Fix For: Starter 13
>
> Attachments: image-2023-11-15-00-05-08-595.png
>
>
> Composum Nodes in the Sling Starter logs a 404 response and is unable to load 
> the System Health due to the Composum Generic Request Proxy not being 
> configured:
> !image-2023-11-15-00-05-08-595.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] SLING-12154 - Add Generic Proxy configuration for Composum Health Checks [sling-org-apache-sling-starter]

2023-11-15 Thread via GitHub


klcodanr merged PR #275:
URL: https://github.com/apache/sling-org-apache-sling-starter/pull/275


-- 
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: [PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub


sonarcloud[bot] commented on PR #36:
URL: 
https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/36#issuecomment-1812500227

   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')](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-testing-osgi-mock=36)
   
   
[![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-testing-osgi-mock=36=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-testing-osgi-mock=36=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-osgi-mock=36=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-testing-osgi-mock=36=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-testing-osgi-mock=36=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-osgi-mock=36=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-testing-osgi-mock=36=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-testing-osgi-mock=36=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-testing-osgi-mock=36=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-testing-osgi-mock=36=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-testing-osgi-mock=36=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-osgi-mock=36=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-testing-osgi-mock=36=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-testing-osgi-mock=36=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-testing-osgi-mock=36=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: [PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-sling-mock]

2023-11-15 Thread via GitHub


sonarcloud[bot] commented on PR #32:
URL: 
https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/32#issuecomment-1812499729

   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')](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-testing-sling-mock=32)
   
   
[![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-testing-sling-mock=32=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-testing-sling-mock=32=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-sling-mock=32=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-testing-sling-mock=32=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-testing-sling-mock=32=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-sling-mock=32=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-testing-sling-mock=32=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-testing-sling-mock=32=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-testing-sling-mock=32=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-testing-sling-mock=32=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-testing-sling-mock=32=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-testing-sling-mock=32=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-testing-sling-mock=32=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-testing-sling-mock=32=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-testing-sling-mock=32=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: [PR] SLING-12071: upgrade to sling parent 49 [sling-org-apache-sling-fsresource]

2023-11-15 Thread via GitHub


sonarcloud[bot] commented on PR #2:
URL: 
https://github.com/apache/sling-org-apache-sling-fsresource/pull/2#issuecomment-1812497569

   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')](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-fsresource=2)
   
   
[![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-fsresource=2=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-fsresource=2=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-fsresource=2=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-fsresource=2=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-fsresource=2=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-fsresource=2=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-fsresource=2=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-fsresource=2=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-fsresource=2=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-fsresource=2=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-fsresource=2=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-fsresource=2=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-fsresource=2=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-fsresource=2=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-fsresource=2=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



[PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-osgi-mock]

2023-11-15 Thread via GitHub


rmcdouga opened a new pull request, #36:
URL: https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/36

   Bump commons-lang3 3.9->3.13.0


-- 
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



[PR] SLING-12144 - Bump commons-lang dependency to commons-lang3 (3.13.0) [sling-org-apache-sling-testing-sling-mock]

2023-11-15 Thread via GitHub


rmcdouga opened a new pull request, #32:
URL: https://github.com/apache/sling-org-apache-sling-testing-sling-mock/pull/32

   Broken into a separate PR,  
   
   Removed commons-lang in favour of more recent commons-lang3.
   
   I plan to update this in the other mock projects to 3.13.0 as well to keep 
them in sync.


-- 
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



[Jenkins] Sling » Modules » sling-org-apache-sling-starter » master #1133 is BROKEN

2023-11-15 Thread Apache Jenkins Server
O] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
 (33 kB at 8.2 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
 (61 kB at 20 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
 (52 kB at 10 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
 (42 kB at 8.4 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
 (237 kB at 26 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
 (52 kB at 5.8 MB/s)
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  11:55 min
[INFO] Finished at: 2023-11-15T12:03:55Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/712657a4/workspace/_org-apache-sling-starter_master/jdk_11_latest@tmp/withMavenaa1bd726/maven-spy-20231115-115200-2166806633460489148379.log
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch Build (Java 11 on linux)
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Status change is BROKEN, notifications will be sent.
[Pipeline] emailext

[jira] [Commented] (SLING-11247) allow more lightweight error handling for non-HTML requests

2023-11-15 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler commented on SLING-11247:
--

I don't think we need to do anything in the core of Sling itself - this can 
easily be handled within a (custom) error handler.

> allow more lightweight error handling for non-HTML requests
> ---
>
> Key: SLING-11247
> URL: https://issues.apache.org/jira/browse/SLING-11247
> Project: Sling
>  Issue Type: Improvement
>  Components: Servlets
>Affects Versions: Servlets Resolver 2.9.4
>Reporter: Joerg Hoh
>Priority: Major
>
> Currently all errors in the request handling trigger the ErrorHandler in the 
> SlingServletResolver [1], which for all non-JSON requests creates a HTML 
> error page. This can be a heavyweight process as it is possible to render a 
> full-blown error page.
> But this effort is often not helpful because this is error page is also 
> rendered for a missing image; in this case the browser does not render the 
> error page returned by this request for the image, but just a placeholder. 
> Same for many other types of errors.
> Assuming that a CDN is able to handle all requests with a statuscode 200 
> already, and then the origin returns a lot of 404 responses, this can be a 
> significant load on the backend, while creating "simple" 404s should be a 
> very lightweight process.
> Thus it should be possible to enable a "short-cut" in the error handling, 
> which just sends a very simple error page plus the statuscode in all cases 
> where a full error page is not helpful.  
> [1] 
> https://github.com/apache/sling-org-apache-sling-servlets-resolver/blob/fda57eb9182cdb9560cf35944e7ff41da0f35ab7/src/main/java/org/apache/sling/servlets/resolver/internal/SlingServletResolver.java#L266



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


RE: [VOTE] Release Apache Sling Engine 2.15.8

2023-11-15 Thread Stefan Seifert
+1

stefan