[jira] [Resolved] (SLING-12051) Create a list of provider type interfaces of the API

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-12051.
--
Fix Version/s: (was: OSGi Feature Maven Plugin 1.7.4)
   Resolution: Won't Fix

> Create a list of provider type interfaces of the API
> 
>
> Key: SLING-12051
> URL: https://issues.apache.org/jira/browse/SLING-12051
> Project: Sling
>  Issue Type: Improvement
>  Components: Feature Model, Maven Plugins and Archetypes
>Reporter: Carsten Ziegeler
>Assignee: Carsten Ziegeler
>Priority: Major
>
> To simplify checking if consumers of an api have implemented a provider type, 
> the api generation could (optionally) add the list of provider type 
> interfaces to the feature model



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


[jira] [Commented] (SLING-12053) Upgrade Sling GraphQL Core to Graphql-Java 21.x

2023-09-28 Thread Andreas Schaefer (Jira)


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

Andreas Schaefer commented on SLING-12053:
--

When I took Sling GraphQL Core 0.0.25-SNAPSHOT and upgraded to graphql-java 
21.1 it broke the build. There are several issues with it:
 * It introduced a dependency to android.os (was fixed in the meantime)
 * upgraded to SLF4J to 2.0.x which breaks our build (I tested it by 
downgrading to 1.7.25 and that still works)

I will check if graphql-java can contain a dependency range of SLF4J of 1.7 to 
3.0 instead of 2.0 to 3.0 to allow use to upgrade.

> Upgrade Sling GraphQL Core to Graphql-Java 21.x
> ---
>
> Key: SLING-12053
> URL: https://issues.apache.org/jira/browse/SLING-12053
> Project: Sling
>  Issue Type: Improvement
>Reporter: Andreas Schaefer
>Priority: Major
>
> There is an upgrade from graphql-java of 21.x and that has (according to 
> them) breaking changes. As upgrading takes time I wanted to start the process 
> early with this ticket.



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


[jira] [Created] (SLING-12053) Upgrade Sling GraphQL Core to Graphql-Java 21.x

2023-09-28 Thread Andreas Schaefer (Jira)
Andreas Schaefer created SLING-12053:


 Summary: Upgrade Sling GraphQL Core to Graphql-Java 21.x
 Key: SLING-12053
 URL: https://issues.apache.org/jira/browse/SLING-12053
 Project: Sling
  Issue Type: Improvement
Reporter: Andreas Schaefer


There is an upgrade from graphql-java of 21.x and that has (according to them) 
breaking changes. As upgrading takes time I wanted to start the process early 
with this ticket.



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


[GitHub] [sling-site] bdelacretaz commented on pull request #133: SLING-12052: add Pagefind for site search

2023-09-28 Thread via GitHub


bdelacretaz commented on PR #133:
URL: https://github.com/apache/sling-site/pull/133#issuecomment-1739636154

   It looks like pagefind does not index a title that it considers metadata, 
that's just used when displaying the list of results.
   
   I have now added a `display:none;` div with the title at a weight of 7.0 and 
it looks like titles are indexed now.
   
   However, searching for "sling models" still doesn't return the models page 
as the first result, I don't know why.


-- 
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-app-cms] dependabot[bot] closed pull request #36: Bump org.apache.sling.engine from 2.9.0 to 2.14.0

2023-09-28 Thread via GitHub


dependabot[bot] closed pull request #36: Bump org.apache.sling.engine from 
2.9.0 to 2.14.0
URL: https://github.com/apache/sling-org-apache-sling-app-cms/pull/36


-- 
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-app-cms] dependabot[bot] commented on pull request #36: Bump org.apache.sling.engine from 2.9.0 to 2.14.0

2023-09-28 Thread via GitHub


dependabot[bot] commented on PR #36:
URL: 
https://github.com/apache/sling-org-apache-sling-app-cms/pull/36#issuecomment-1739507969

   Looks like org.apache.sling:org.apache.sling.engine is no longer updatable, 
so this is no longer needed.


-- 
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-app-cms] klcodanr commented on pull request #36: Bump org.apache.sling.engine from 2.9.0 to 2.14.0

2023-09-28 Thread via GitHub


klcodanr commented on PR #36:
URL: 
https://github.com/apache/sling-org-apache-sling-app-cms/pull/36#issuecomment-1739506994

   @dependabot rebase


-- 
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-site] kwin commented on a diff in pull request #133: SLING-12052: add Pagefind for site search

2023-09-28 Thread via GitHub


kwin commented on code in PR #133:
URL: https://github.com/apache/sling-site/pull/133#discussion_r1340266334


##
src/main/jbake/templates/layout/main.tpl:
##
@@ -24,7 +24,7 @@ html(lang:'en'){
 
 if( content ) {
 if(content.title) {
-h1(class:"title") {
+h1(class:"title","data-pagefind-body":true) {

Review Comment:
   Wouldn't this restrict indexing to this title only per 
page(https://pagefind.app/docs/indexing/#limiting-what-sections-of-a-page-are-indexed)/.
 What about increasing the ranking with `data-pagefind-weight="10"` (or "9") 
for this particular h1 and still index the rest of the body?



-- 
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-site] kwin commented on a diff in pull request #133: SLING-12052: add Pagefind for site search

2023-09-28 Thread via GitHub


kwin commented on code in PR #133:
URL: https://github.com/apache/sling-site/pull/133#discussion_r1340266334


##
src/main/jbake/templates/layout/main.tpl:
##
@@ -24,7 +24,7 @@ html(lang:'en'){
 
 if( content ) {
 if(content.title) {
-h1(class:"title") {
+h1(class:"title","data-pagefind-body":true) {

Review Comment:
   I am not sure this changes anything, as this is already considered (as below 
body, 
https://pagefind.app/docs/indexing/#limiting-what-sections-of-a-page-are-indexed).
 What about increasing the ranking with data-pagefind-weight="10" (or "9") for 
this particular h1?



-- 
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-site] kwin commented on a diff in pull request #133: SLING-12052: add Pagefind for site search

2023-09-28 Thread via GitHub


kwin commented on code in PR #133:
URL: https://github.com/apache/sling-site/pull/133#discussion_r1340266334


##
src/main/jbake/templates/layout/main.tpl:
##
@@ -24,7 +24,7 @@ html(lang:'en'){
 
 if( content ) {
 if(content.title) {
-h1(class:"title") {
+h1(class:"title","data-pagefind-body":true) {

Review Comment:
   Wouldn't this restrict indexing to this title only per 
page(https://pagefind.app/docs/indexing/#limiting-what-sections-of-a-page-are-indexed)/.
 What about increasing the ranking with data-pagefind-weight="10" (or "9") for 
this particular h1 and still index the rest of the body?



-- 
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] [Commented] (SLING-11905) Starter builds fail on Windows nodes: Error getting the credentials for docker.io from the configured credential helper

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu commented on SLING-11905:
-

Discussing with [~cziegeler] and [~sseifert] I realised that we probably don't 
want/need to build containers on Windows, so we should exclude the docker 
configuration.

> Starter builds fail on Windows nodes:  Error getting the credentials for 
> docker.io from the configured credential helper
> 
>
> Key: SLING-11905
> URL: https://issues.apache.org/jira/browse/SLING-11905
> Project: Sling
>  Issue Type: Bug
>  Components: Starter
>Reporter: Robert Munteanu
>Assignee: Robert Munteanu
>Priority: Major
> Fix For: Starter 13
>
>
> The reported error is 
> {noformat}[ERROR] Failed to execute goal 
> io.fabric8:docker-maven-plugin:0.42.1:build (build-docker-image) on project 
> org.apache.sling.starter: Error getting the credentials for docker.io from 
> the configured credential helper: Failed to start 'docker-credential-desktop 
> get' : Cannot run program "docker-credential-desktop": CreateProcess error=2, 
> The system cannot find the file specified -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal io.fabric8:docker-maven-plugin:0.42.1:build (build-docker-image) on 
> project org.apache.sling.starter: Error getting the credentials for docker.io 
> from the configured credential helper
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
> (MojoExecutor.java:347)
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:330)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:213)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:175)
> at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
> (MojoExecutor.java:76)
> at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
> (MojoExecutor.java:163)
> at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
> (DefaultMojosExecutionStrategy.java:39)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:160)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:105)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:73)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:53)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:118)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:566)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
> (Launcher.java:283)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch 
> (Launcher.java:226)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode 
> (Launcher.java:407)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main 
> (Launcher.java:348)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Error getting the 
> credentials for docker.io from the configured credential helper
> at io.fabric8.maven.docker.util.CredentialHelperClient.getAuthConfig 
> (CredentialHelperClient.java:49)
> at 
> io.fabric8.maven.docker.util.AuthConfigFactory.extractAuthConfigFromCredentialsHelper
>  (AuthConfigFactory.java:542)
> at 
> io.fabric8.maven.docker.util.AuthConfigFactory.getAuthConfigFromDockerConfig 
> (AuthConfigFactory.java:514)
> at io.fabric8.maven.docker.util.AuthConfigFactory.createAuthConfig 
> (AuthConfigFactory.java:132)
> at 
> io.fabric8.maven.docker.service.RegistryService$RegistryConfig.createAuthConfig
>  (RegistryService.java:210)
> at io.fabric8.maven.docker.service.RegistryService.createAuthConfig 
> (RegistryService.java:168)
> at 

[GitHub] [sling-org-apache-sling-app-cms] sonarcloud[bot] commented on pull request #33: Bump org.apache.sling.i18n from 2.5.18 to 2.6.2

2023-09-28 Thread via GitHub


sonarcloud[bot] commented on PR #33:
URL: 
https://github.com/apache/sling-org-apache-sling-app-cms/pull/33#issuecomment-1739356357

   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-app-cms=33)
   
   
[![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-app-cms=33=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-app-cms=33=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-app-cms=33=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-app-cms=33=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-app-cms=33=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-app-cms=33=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-app-cms=33=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-app-cms=33=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-app-cms=33=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-app-cms=33=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-app-cms=33=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-app-cms=33=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-app-cms=33=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-app-cms=33=new_duplicated_lines_density=list)
 [0.0% 
Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-app-cms=33=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] [Resolved] (SLING-11904) Sling Scripting Core build fails on Java 17 due to Mockito error:module java.base does not "opens java.lang" to unnamed module @2613a93a

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-11904.
-
Resolution: Fixed

The build still does not pass, but this is an improvement nevertheless.

> Sling Scripting Core build fails on Java 17 due to Mockito error:module 
> java.base does not "opens java.lang" to unnamed module @2613a93a
> 
>
> Key: SLING-11904
> URL: https://issues.apache.org/jira/browse/SLING-11904
> Project: Sling
>  Issue Type: Improvement
>  Components: Scripting
>Reporter: Robert Munteanu
>Assignee: Robert Munteanu
>Priority: Critical
> Fix For: Scripting Core 2.4.10
>
>
> {noformat}
> [ERROR] 
> org.apache.sling.scripting.core.impl.bundled.LogWriterTest.testLogWriterCRLFFlush
>   Time elapsed: 0.077 s  <<< ERROR!
> java.lang.ExceptionInInitializerError
>   at 
> org.mockito.cglib.core.KeyFactory$Generator.generateClass(KeyFactory.java:167)
>   at 
> org.mockito.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
>   at 
> org.mockito.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:217)
>   at 
> org.mockito.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
>   at org.mockito.cglib.core.KeyFactory.create(KeyFactory.java:117)
>   at org.mockito.cglib.core.KeyFactory.create(KeyFactory.java:109)
>   at org.mockito.cglib.core.KeyFactory.create(KeyFactory.java:105)
>   at org.mockito.cglib.proxy.Enhancer.(Enhancer.java:70)
>   at 
> org.mockito.internal.creation.jmock.ClassImposterizer.createProxyClass(ClassImposterizer.java:85)
>   at 
> org.mockito.internal.creation.jmock.ClassImposterizer.imposterise(ClassImposterizer.java:62)
>   at 
> org.mockito.internal.creation.jmock.ClassImposterizer.imposterise(ClassImposterizer.java:56)
>   at 
> org.mockito.internal.creation.CglibMockMaker.createMock(CglibMockMaker.java:23)
>   at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:26)
>   at org.mockito.internal.MockitoCore.mock(MockitoCore.java:51)
>   at org.mockito.Mockito.mock(Mockito.java:1243)
>   at org.mockito.Mockito.mock(Mockito.java:1120)
>   at 
> org.apache.sling.scripting.core.impl.bundled.LogWriterTest.testLogWriterCRLFFlush(LogWriterTest.java:32)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.base/java.lang.reflect.Method.invoke(Method.java:568)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
>   at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
>   at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
>   at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
>   at 
> 

[jira] [Resolved] (SLING-11269) Reduce disk usage of Jenkins jobs

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-11269.
-
Resolution: Fixed

No more complaints, considering fixed.

> Reduce disk usage of Jenkins jobs
> -
>
> Key: SLING-11269
> URL: https://issues.apache.org/jira/browse/SLING-11269
> Project: Sling
>  Issue Type: Task
>  Components: Build and Source Control
>Reporter: Robert Munteanu
>Assignee: Robert Munteanu
>Priority: Major
> Attachments: screenshot-1.png
>
>
> The full Sling folder is taking up 64G on ci-builds, which is way too much.
> The following jobs take up more than 100 MB:
> {noformat}
> 12G sling-org-apache-sling-app-cms
> 8.7G sling-org-apache-sling-event
> 8.0G sling-org-apache-sling-starter
> 4.0G sling-org-apache-sling-i18n
> 3.1G sling-org.27mv5jk8bpa0.ermanager
> 2.7G sling-org-apache-sling-kickstart
> 2.5G sling-org-.2trf7ri5q1.pconverter
> 2.1G sling-org-.h4ujb8c6o.istribution
> 1.9G sling-org.g3gsbplapvfe.ssmanager
> 1.4G sling-slingstart-archetype
> 1.4G sling-samples
> 1.2G sling-whiteboard
> 1.2G sling-org-ap.m2la5a.graphql-core
> 992M sling-org-a.gddpna15.ntentloader
> 836M sling-org-ap.gnsshn.jcr-repoinit
> 800M sling-org.jgd2nlcpj3om.ion-tests
> 765M sling-org-ap.gp64fk.ql-launchpad
> 627M sling-org-apache-sling-clam
> 621M sling-launchpad-debian
> 516M sling-org-ap.ouauhi.ting-paxexam
> 451M sling-launch.sd2cha.ne-archetype
> 440M sling-launchpad-webapp-archetype
> 415M sling-org-.asq13p2ok4.-thymeleaf
> 409M sling-org-a.bgbpb0tf.pad-testing
> 396M sling-org-apache-sling-pipes
> 352M sling-org.lvh8f4qpt2j6.ations-it
> 292M sling-org-ap.ph58pv.ripting-core
> 290M sling-org.6hgkkg8ahnv8.ion-tests
> 280M sling-org-ap.5t5tsb.g-auth-saml2
> 274M sling-org-apache-sling-xss
> 244M sling-org-apache-sling-auth-form
> 227M sling-org.mulim9fse96o.-mock-oak
> 227M sling-org.7t9t992amjh.on-journal
> 223M sling-site
> 201M sling-org.7pqsj447mf2.freemarker
> 174M sling-org-ap.ti6qvk.iscovery-oak
> 166M sling-org-a.i6boopr4.ts-resolver
> 131M sling-org-a.kte37g7.ure-launcher
> 116M sling-org.g2nc69q0mip2.n-content
> 113M sling-org-apache-sling-rewriter
> 109M sling-org-ap.j9tkfn.r-oak-server
> 107M sling-org-ap.ofrcs2.scovery-impl
> 104M sling-org-a.na9bmk2.urceresolver
> 104M sling-org-a.26ndcff.pting-groovy
> 101M sling-org-ap.4p135t.g-junit-core{noformat}
> In the Sling CMS folder we have the following breakdown:
> {noformat}635M PR-14
> 635M PR-13
> 635M dependabot.o0l8t0g19.imist-1-2-6
> 635M dependabot.d9qujnh19.imist-1-2-6
> 626M sitemap-support
> 598M PR-12
> 596M dklco-preview-img.ln1s45
> 397M forms-enhancements
> 169M SLING-8917-ldap
> 163M SLING-8947-grid-missing-fields
> 162M SLING-8930-i18n-not-reloading
> 162M SLING-8919-fix-error-dialog
> 3.9M SLING-11104
> 2.2M SLING-8913-m.h8mc0v.stance-types
> 1.7M PR-11
> 1.7M graphql-support
> 1.2M dklco-form-framework.7q4mpe
> 1012K commons-thumbnails
> 860K dklco-conf-cleanup.seumnn
> 692K provisioning-support{noformat}



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


[jira] [Resolved] (SLING-9635) Create a kickstart jar during the Sling Starter build

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-9635.

Fix Version/s: (was: Starter 13)
   Resolution: Won't Fix

We have seen very little activity on the kickstart side recently so unless 
someone would like to pick this up it won't happen.

> Create a kickstart jar during the Sling Starter build
> -
>
> Key: SLING-9635
> URL: https://issues.apache.org/jira/browse/SLING-9635
> Project: Sling
>  Issue Type: New Feature
>  Components: Starter
>Reporter: Robert Munteanu
>Priority: Major
>
> Separate from SLING-9595, see 
> https://issues.apache.org/jira/browse/SLING-9595?focusedCommentId=17161943=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17161943



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


[GitHub] [sling-org-apache-sling-app-cms] sonarcloud[bot] commented on pull request #37: Bump socket.io-parser from 3.4.2 to 3.4.3 in /it

2023-09-28 Thread via GitHub


sonarcloud[bot] commented on PR #37:
URL: 
https://github.com/apache/sling-org-apache-sling-app-cms/pull/37#issuecomment-1739346298

   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-app-cms=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-app-cms=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-app-cms=37=false=BUG)
 [0 
Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-app-cms=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-app-cms=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-app-cms=37=false=VULNERABILITY)
 [0 
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-app-cms=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-app-cms=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-app-cms=37=false=SECURITY_HOTSPOT)
 [0 Security 
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-app-cms=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-app-cms=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-app-cms=37=false=CODE_SMELL)
 [0 Code 
Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-app-cms=37=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-app-cms=37=coverage=list)
 No Coverage information  
   [![No Duplication 
information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png
 'No Duplication 
information')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-app-cms=37=duplicated_lines_density=list)
 No Duplication information
   
   


-- 
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] [Resolved] (SLING-7374) Some tags for releases done before the git migration are missing

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-7374.

Resolution: Won't Fix

This seems to not be important anymore

> Some tags for releases done before the git migration are missing
> 
>
> Key: SLING-7374
> URL: https://issues.apache.org/jira/browse/SLING-7374
> Project: Sling
>  Issue Type: Bug
>  Components: Build and Source Control
>Reporter: Robert Munteanu
>Priority: Major
>
> [~sseif...@pro-vision.de] noticed the following tags are missing ( see [Tag 
> for org.apache.sling.testing.sling-mock-2.2.14 and others 
> missing|https://lists.apache.org/thread.html/748e8276091fa07e9a58144dcf0d107d8211f5517ed25bef568432d2@%3Cdev.sling.apache.org%3E]:
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.caconfig.impl-1.4.4/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.caconfig.impl-1.4.6/
> https://svn.apache.org/repos/asf/sling/tags/maven-sling-plugin-2.3.2/
> https://svn.apache.org/repos/asf/sling/tags/maven-sling-plugin-2.3.4/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.servlet-helpers-1.0.2/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.servlet-helpers-1.1.2/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.jcr-mock-1.3.2/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.resourceresolver-mock-1.1.20/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.osgi-mock-2.3.4/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.sling-mock-1.9.10/
> https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.testing.sling-mock-2.2.14/



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


[jira] [Resolved] (SLING-7453) Resource Editor uses jQuery version with known vulnerabilities

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-7453.

Fix Version/s: (was: Resource Editor 1.0.2)
   Resolution: Won't Fix

> Resource Editor uses jQuery version with known vulnerabilities
> --
>
> Key: SLING-7453
> URL: https://issues.apache.org/jira/browse/SLING-7453
> Project: Sling
>  Issue Type: Task
>  Components: Extensions
>Reporter: Robert Munteanu
>Priority: Major
>
> https://snyk.io/test/npm/jquery/1.11.2?severity=high=medium=low
> [~sandro] - would be good to take a look at this when you have the time.



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


[jira] [Resolved] (SLING-8395) Investigate automatically issuing GitHub PRs with the Committer CLI

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-8395.

Fix Version/s: (was: Committer CLI 1.0.2)
   Resolution: Won't Fix

These scenarios are now covered by renovate

> Investigate automatically issuing GitHub PRs with the Committer CLI
> ---
>
> Key: SLING-8395
> URL: https://issues.apache.org/jira/browse/SLING-8395
> Project: Sling
>  Issue Type: Improvement
>  Components: Tooling
>Reporter: Robert Munteanu
>Priority: Major
>
> Some actions ( site update, starter update ) would require pushing code. 
> Ideally we would make these part a bot which issues pull requests which would 
> then be merged by a Sling Committer.
> Major question is - how do we host this? Is Jenkins enough or do we need to 
> handle our own server (which would be a major disadvantage ). 



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


[jira] [Resolved] (SLING-6092) Create OSGi-only development feature

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-6092.

Fix Version/s: (was: Sling Eclipse IDE 2.0.0)
   Resolution: Won't Fix

> Create OSGi-only development feature
> 
>
> Key: SLING-6092
> URL: https://issues.apache.org/jira/browse/SLING-6092
> Project: Sling
>  Issue Type: Improvement
>  Components: IDE
>Reporter: Robert Munteanu
>Priority: Minor
>
> For some scenarios - mostly backend-only work - it can be useful to install a 
> stripped down variation of the IDE Tooling which only provides the OSGi 
> support for publishing bundles and debugging.
> Splitting off the code into a new feature and probably a new bundle should 
> not be too hard, but we need to handle the upgrade scenario so that when 
> upgrading to a post-split version all required bundles are installed.
> Also, the Eclipse Marketplace listing would need to be updated to make the 
> new feature a mandatory one.



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


[jira] [Resolved] (SLING-6332) Configurations with same PID but different features/run modes in provisioning model are ignored

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-6332.

Fix Version/s: (was: Sling Provisioning Model 1.8.8)
   Resolution: Won't Fix

> Configurations with same PID but different features/run modes in provisioning 
> model are ignored 
> 
>
> Key: SLING-6332
> URL: https://issues.apache.org/jira/browse/SLING-6332
> Project: Sling
>  Issue Type: Bug
>  Components: Tooling
>Reporter: Robert Munteanu
>Priority: Major
>
> I have the following scenario:
> # {{launchpad/builder}} defines an OSGi config for 
> {{org.apache.sling.jcr.base.internal.LoginAdminWhitelist}}, setting the 
> {{whitelist.bundles.additional}} property
> # {{launchpad/testing}} depends on {{launchpad/builder}} and defines an the 
> same config with {{[mode=merge]}} and sets the {{whitelist.bundles.regexp}} 
> property
> When building {{launchpad/testing}}, the configuration from this project is 
> ignored completely and the one from {{launchpad/builder}} is picked up.



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


[jira] [Resolved] (SLING-6062) Make it simple to run Jenkins jobs locally

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-6062.

Resolution: Won't Fix

> Make it simple to run Jenkins jobs locally
> --
>
> Key: SLING-6062
> URL: https://issues.apache.org/jira/browse/SLING-6062
> Project: Sling
>  Issue Type: Improvement
>  Components: CI
>Reporter: Robert Munteanu
>Priority: Major
>
> When trying to debug Jenkins jobs it's sometimes hard to reproduce the exact 
> same failures, even if the same Maven settings and flags are used.
> Once we manage to store the build information in source control, it should be 
> quite simple to create a docker ( or similar ) setup for a Jenkins instance 
> which would allow anyone to spin up a Jenkins instance and quickly recreate 
> the jobs.



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


[jira] [Assigned] (SLING-6062) Make it simple to run Jenkins jobs locally

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu reassigned SLING-6062:
--

Assignee: (was: Robert Munteanu)

> Make it simple to run Jenkins jobs locally
> --
>
> Key: SLING-6062
> URL: https://issues.apache.org/jira/browse/SLING-6062
> Project: Sling
>  Issue Type: Improvement
>  Components: CI
>Reporter: Robert Munteanu
>Priority: Major
>
> When trying to debug Jenkins jobs it's sometimes hard to reproduce the exact 
> same failures, even if the same Maven settings and flags are used.
> Once we manage to store the build information in source control, it should be 
> quite simple to create a docker ( or similar ) setup for a Jenkins instance 
> which would allow anyone to spin up a Jenkins instance and quickly recreate 
> the jobs.



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


[jira] [Resolved] (SLING-4667) Allow usage of the Sling IDE tooling in OSGi-only environments

2023-09-28 Thread Robert Munteanu (Jira)


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

Robert Munteanu resolved SLING-4667.

Fix Version/s: (was: Sling Eclipse IDE 2.0.0)
   Resolution: Won't Fix

> Allow usage of the Sling IDE tooling in OSGi-only environments
> --
>
> Key: SLING-4667
> URL: https://issues.apache.org/jira/browse/SLING-4667
> Project: Sling
>  Issue Type: New Feature
>  Components: IDE
>Affects Versions: Sling Eclipse IDE 1.0.6
>Reporter: Robert Munteanu
>Priority: Major
> Attachments: SLING-4667-poc.diff
>
>
> The IDE tooling is quite usable for OSGi-only development on top of Apache 
> Sling. However, the tooling always connects to the repository at startup:
> {code:java}Command command = 
> repository.newListChildrenNodeCommand("/");{code}
> We should have a more fine-grained approach and support environments where 
> the JCR webdav entry point is not available.



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


[jira] [Assigned] (SLING-10791) Maven identify might get lost during conversion

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler reassigned SLING-10791:


Assignee: Dominik Süß

> Maven identify might get lost during conversion
> ---
>
> Key: SLING-10791
> URL: https://issues.apache.org/jira/browse/SLING-10791
> Project: Sling
>  Issue Type: Bug
>  Components: Content-Package to Feature Model Converter
>Affects Versions: Content-Package to Feature Model Converter 1.1.10
>Reporter: Carsten Ziegeler
>Assignee: Dominik Süß
>Priority: Major
>
> When content packages are converted the maven identify might get lost as the 
> new artifact id is created baed on the package info. This can lead to several 
> problems:
> - classifier might get lost . if the artifact id of the content package uses 
> a classifier, this gets lost. All packages get the same classifier 
> cp2fm-converted
> - clash if two content packages are converted where the artifact id just 
> differs in the classifier (see above)
> - group id gets replaced, if the group info in the package is different from 
> the group id then the new artifact id is different
> - not sure about the artifact id
> For example if you include the acs aem commons content package
> com.adobe.acs:acs-aem-commons-ui.apps;zip:min:504
> the new artifact id is 
> adobe.consulting:acs-aem-commons-ui.apps:zip:cp2fm-converted:5.0.4



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


[jira] [Resolved] (SLING-5202) Use new resource API for querying and copy/move

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-5202.
-
Resolution: Won't Fix

> Use new resource API for querying and copy/move
> ---
>
> Key: SLING-5202
> URL: https://issues.apache.org/jira/browse/SLING-5202
> Project: Sling
>  Issue Type: Improvement
>  Components: Event
>Reporter: Carsten Ziegeler
>Priority: Major
>
> The new resource api has some very useful features we should directly 
> leverage:
> - copy/move on the resource resolver. This is currently done "by hand"
> - new query api - this allows us to be completely independent from the JCR 
> resource provider implementation



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


[jira] [Resolved] (SLING-7043) Exporting com.codahale.metrics.MetricRegistry is breaking the abstraction

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-7043.
-
Resolution: Won't Fix

> Exporting  com.codahale.metrics.MetricRegistry is breaking the abstraction
> --
>
> Key: SLING-7043
> URL: https://issues.apache.org/jira/browse/SLING-7043
> Project: Sling
>  Issue Type: Bug
>Affects Versions: Commons Metrics 1.0.0
>Reporter: Carsten Ziegeler
>Priority: Critical
>
> commons metrics provides a nice abstraction over  com.codahale.metrics - 
> however it is exporting  com.codahale.metrics.MetricRegistry which seems to 
> be the only way to get at registered metrics objects. Which in turn is 
> completely breaking the purpose of this bundle.
> So we should
> a) drop exporting that service and avoid leaking internal implementation 
> details
> b) create our own version of the registry service



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


[jira] [Resolved] (SLING-5221) Implement query provider

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-5221.
-
Resolution: Won't Fix

> Implement query provider 
> -
>
> Key: SLING-5221
> URL: https://issues.apache.org/jira/browse/SLING-5221
> Project: Sling
>  Issue Type: Sub-task
>  Components: JCR
>Reporter: Carsten Ziegeler
>Priority: Major
> Attachments: jcrresource-patch.txt
>
>
> We should implement the new query provider interface in the JCR implementation



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


[jira] [Resolved] (SLING-8033) Make JCR dependency optional

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-8033.
-
Resolution: Won't Fix

> Make JCR dependency optional
> 
>
> Key: SLING-8033
> URL: https://issues.apache.org/jira/browse/SLING-8033
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: File System Resource Provider 2.1.14
>Reporter: Carsten Ziegeler
>Priority: Major
>
> The fs resource provider currently has a required dependency on the JCR api. 
> In order to get small Sling instances where JCR is not used we should make 
> this dependency optional



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


[jira] [Resolved] (SLING-8037) Update to newer Sling API

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-8037.
-
Resolution: Won't Fix

> Update to newer Sling API
> -
>
> Key: SLING-8037
> URL: https://issues.apache.org/jira/browse/SLING-8037
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Priority: Major
>
> We should update to a newer Sling API to get rid off the duplicat code from 
> api.wrappers.impl



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


[jira] [Resolved] (SLING-7954) Switch from legacy commons collections 3 to commons collections 4

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-7954.
-
Resolution: Won't Fix

> Switch from legacy commons collections 3 to commons collections 4
> -
>
> Key: SLING-7954
> URL: https://issues.apache.org/jira/browse/SLING-7954
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Priority: Major
>
> The following bundles still use the legacy commons collections 3 version
>  They should be updated to use commons collections 4
>  com.composum.core.commons 
>  org.apache.jackrabbit.jackrabbit-spi-commons 
>  org.apache.jackrabbit.vault 
>  org.apache.sling.models.jacksonexporter



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


[jira] [Updated] (SLING-8033) Make JCR dependency optional

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-8033:

Fix Version/s: (was: File System Resource Provider 2.2.2)

> Make JCR dependency optional
> 
>
> Key: SLING-8033
> URL: https://issues.apache.org/jira/browse/SLING-8033
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Affects Versions: File System Resource Provider 2.1.14
>Reporter: Carsten Ziegeler
>Priority: Major
>
> The fs resource provider currently has a required dependency on the JCR api. 
> In order to get small Sling instances where JCR is not used we should make 
> this dependency optional



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


[jira] [Updated] (SLING-8037) Update to newer Sling API

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-8037:

Fix Version/s: (was: File System Resource Provider 2.2.2)

> Update to newer Sling API
> -
>
> Key: SLING-8037
> URL: https://issues.apache.org/jira/browse/SLING-8037
> Project: Sling
>  Issue Type: Improvement
>Reporter: Carsten Ziegeler
>Priority: Major
>
> We should update to a newer Sling API to get rid off the duplicat code from 
> api.wrappers.impl



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


[jira] [Resolved] (SLING-9265) Add support for optional bundles

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-9265.
-
Resolution: Won't Fix

> Add support for optional bundles
> 
>
> Key: SLING-9265
> URL: https://issues.apache.org/jira/browse/SLING-9265
> Project: Sling
>  Issue Type: Improvement
>  Components: Feature Model
>Reporter: Carsten Ziegeler
>Priority: Major
>
> The original requirements for the feature model contained an additional meta 
> data for a bundle:
>  *resolution* : The value is either "mandatory" or "optional". A mandatory 
> bundle needs to be satisfied; an optional bundle does not need to be 
> satisfied. The default value is mandatory.



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


[jira] [Resolved] (SLING-9721) Make XSSApi more generable usable and avoid dependency to ResourceResolver

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-9721.
-
Resolution: Won't Fix

> Make XSSApi more generable usable and avoid dependency to ResourceResolver
> --
>
> Key: SLING-9721
> URL: https://issues.apache.org/jira/browse/SLING-9721
> Project: Sling
>  Issue Type: Improvement
>  Components: XSS Protection API
>Reporter: Carsten Ziegeler
>Priority: Major
>
> Currently the xssapi requires a resource resolver factory as there might be 
> the option to read the configuration from the repository.
> Unfortunately this prevents from using the xssapi in situations where the 
> resource resolver is not available (yet).
> Having a dynamic configuration for this service is probably not really 
> required, so we could move that support out to an optional bundle.



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


[jira] [Updated] (SLING-11112) Regression in content loader : Different behaviour when initial content is missing

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-2:
-
Fix Version/s: (was: JCR ContentLoader 2.6.2)

> Regression in content loader : Different behaviour when initial content is 
> missing
> --
>
> Key: SLING-2
> URL: https://issues.apache.org/jira/browse/SLING-2
> Project: Sling
>  Issue Type: Improvement
>Affects Versions: JCR ContentLoader 2.5.0
>Reporter: Carsten Ziegeler
>Priority: Blocker
>  Labels: regression
>
> With a bundle that does not have SLING-INF and the following initial content 
> instruction:
> SLING-INF/content;path:=/libs/foo/bar;overwrite:=true;
> it seems that prior versions handled this case differently and did not touch 
> /libs/foo/bar while the new behaviour removes all child nodes of /libs/foo/bar



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


[jira] [Resolved] (SLING-11112) Regression in content loader : Different behaviour when initial content is missing

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-2.
--
Resolution: Won't Fix

> Regression in content loader : Different behaviour when initial content is 
> missing
> --
>
> Key: SLING-2
> URL: https://issues.apache.org/jira/browse/SLING-2
> Project: Sling
>  Issue Type: Improvement
>Affects Versions: JCR ContentLoader 2.5.0
>Reporter: Carsten Ziegeler
>Priority: Blocker
>  Labels: regression
>
> With a bundle that does not have SLING-INF and the following initial content 
> instruction:
> SLING-INF/content;path:=/libs/foo/bar;overwrite:=true;
> it seems that prior versions handled this case differently and did not touch 
> /libs/foo/bar while the new behaviour removes all child nodes of /libs/foo/bar



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


[jira] [Resolved] (SLING-11225) Simplify launching a framework

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-11225.
--
Resolution: Won't Fix

> Simplify launching a framework
> --
>
> Key: SLING-11225
> URL: https://issues.apache.org/jira/browse/SLING-11225
> Project: Sling
>  Issue Type: Improvement
>  Components: Feature Model
>Reporter: Carsten Ziegeler
>Priority: Major
>
> As noted in SLING-11220, launching an application with the feature launcher 
> requires to first have a framework implementation like Apache Felix 
> available. If a startup without network connection is wanted, this framework 
> implementation needs to be put at a certain place in the file system.
> We could make this easier, for example by bundling a framework with the 
> launcher or similar



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


[jira] [Assigned] (SLING-11902) Provide alternative terminology for inequitable terms

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler reassigned SLING-11902:


Assignee: Carsten Ziegeler

> Provide alternative terminology for inequitable terms
> -
>
> Key: SLING-11902
> URL: https://issues.apache.org/jira/browse/SLING-11902
> Project: Sling
>  Issue Type: Improvement
>  Components: Discovery
>Reporter: Carsten Ziegeler
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Discovery Impl 1.2.14, Discovery Base 2.0.16, Discovery 
> Oak 1.2.46
>
>
> Some modules in discovery use the term white/black list which is considered 
> inequitable terminology. Therefore, some more acceptable equivalents should 
> be provided for these terms. The proposal is to switch to allow/deny list.



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


[jira] [Resolved] (SLING-5549) Better handling for Double.NaN

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-5549.
-
Resolution: Won't Fix

> Better handling for Double.NaN
> --
>
> Key: SLING-5549
> URL: https://issues.apache.org/jira/browse/SLING-5549
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Chetan Mehrotra
>Priority: Minor
>
> Its possible that some JMX attribute results in Double.NaN which causes issue 
> with JSON rendition 
> {noformat}
> org.apache.sling.commons.json.JSONException: JSON does not allow
> non-finite numbers
> at 
> org.apache.sling.commons.json.io.JSONRenderer.testNumberValidity(JSONRenderer.java:483)
> at org.apache.sling.commons.json.JSONObject.testValidity(JSONObject.java:912)
> at org.apache.sling.commons.json.JSONObject.put(JSONObject.java:856)
> at 
> org.apache.sling.commons.json.sling.JsonObjectCreator.createProperty(JsonObjectCreator.java:206)
> at 
> org.apache.sling.commons.json.sling.JsonObjectCreator.create(JsonObjectCreator.java:94)
> at 
> org.apache.sling.commons.json.sling.JsonObjectCreator.create(JsonObjectCreator.java:48)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.adapt(ResourceTraversor.java:141)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.collectResource(ResourceTraversor.java:128)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.collectChildren(ResourceTraversor.java:99)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.collectResources(ResourceTraversor.java:76)
> at 
> org.apache.sling.servlets.get.impl.helpers.JsonRendererServlet.doGet(JsonRendererServlet.java:100)
> {noformat}
> As a fix we should
> # Skip such properties in JSON renderer
> # Skip such attributes in JMX Resource ValueMap
> See http://markmail.org/thread/ybuaioecpiuqupjo



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


[jira] [Updated] (SLING-5549) Better handling for Double.NaN

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-5549:

Fix Version/s: (was: JMX Resource Provider 1.0.4)

> Better handling for Double.NaN
> --
>
> Key: SLING-5549
> URL: https://issues.apache.org/jira/browse/SLING-5549
> Project: Sling
>  Issue Type: Improvement
>  Components: Extensions
>Reporter: Chetan Mehrotra
>Priority: Minor
>
> Its possible that some JMX attribute results in Double.NaN which causes issue 
> with JSON rendition 
> {noformat}
> org.apache.sling.commons.json.JSONException: JSON does not allow
> non-finite numbers
> at 
> org.apache.sling.commons.json.io.JSONRenderer.testNumberValidity(JSONRenderer.java:483)
> at org.apache.sling.commons.json.JSONObject.testValidity(JSONObject.java:912)
> at org.apache.sling.commons.json.JSONObject.put(JSONObject.java:856)
> at 
> org.apache.sling.commons.json.sling.JsonObjectCreator.createProperty(JsonObjectCreator.java:206)
> at 
> org.apache.sling.commons.json.sling.JsonObjectCreator.create(JsonObjectCreator.java:94)
> at 
> org.apache.sling.commons.json.sling.JsonObjectCreator.create(JsonObjectCreator.java:48)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.adapt(ResourceTraversor.java:141)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.collectResource(ResourceTraversor.java:128)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.collectChildren(ResourceTraversor.java:99)
> at 
> org.apache.sling.commons.json.sling.ResourceTraversor.collectResources(ResourceTraversor.java:76)
> at 
> org.apache.sling.servlets.get.impl.helpers.JsonRendererServlet.doGet(JsonRendererServlet.java:100)
> {noformat}
> As a fix we should
> # Skip such properties in JSON renderer
> # Skip such attributes in JMX Resource ValueMap
> See http://markmail.org/thread/ybuaioecpiuqupjo



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


[jira] [Updated] (SLING-11734) ContentPackageScanner does not extract the right artifactId in case of multiple pom.properties

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-11734:
-
Fix Version/s: Feature Model Analyser 2.0.0
   (was: Feature Model Analyser 2.0.2)

> ContentPackageScanner does not extract the right artifactId in case of 
> multiple pom.properties
> --
>
> Key: SLING-11734
> URL: https://issues.apache.org/jira/browse/SLING-11734
> Project: Sling
>  Issue Type: Bug
>  Components: Feature Model Analyser
>Affects Versions: Feature Model Analyser 1.6.8
>Reporter: Niek Raaijmakers
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Feature Model Analyser 2.0.0
>
>
> Currently, the ContentPackageScanner gets the first directory available under 
> the maven meta-inf folder.
> This works most of the time, as there is usually only 1 properties file 
> inside a package.
>  
> However in some edge cases, there are multiple. And if the order is that in a 
> way that a different package comes first, such as com.google.guava , it will 
> take that one instead.
> Example we are extracting com.acs.aem.acs-aem-commons-content-5.4.3.zip > 
> acs-aem-commons-bundle-5.3.4.jar
> The META-INF/maven folder contains:
> com.google.guava/failureaccess/pom.properties
> com.adobe.acs/acs-aem-commons-bundle/pom.properties
>  
> Now, the first is picked, com.google.guava/failureaccess/pom.properties
>  
> What we want is to build in a mechanism that if there are multiple maven 
> properties, the contentpackagescanner will check if one of them has a groupId 
> (first folder) that matches.
>  
> Since the groupId com.adobe.acs is a match, we can use that to pick the right 
> properties file.
>  



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


[jira] [Resolved] (SLING-11734) ContentPackageScanner does not extract the right artifactId in case of multiple pom.properties

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-11734.
--
Resolution: Fixed

> ContentPackageScanner does not extract the right artifactId in case of 
> multiple pom.properties
> --
>
> Key: SLING-11734
> URL: https://issues.apache.org/jira/browse/SLING-11734
> Project: Sling
>  Issue Type: Bug
>  Components: Feature Model Analyser
>Affects Versions: Feature Model Analyser 1.6.8
>Reporter: Niek Raaijmakers
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Feature Model Analyser 2.0.0
>
>
> Currently, the ContentPackageScanner gets the first directory available under 
> the maven meta-inf folder.
> This works most of the time, as there is usually only 1 properties file 
> inside a package.
>  
> However in some edge cases, there are multiple. And if the order is that in a 
> way that a different package comes first, such as com.google.guava , it will 
> take that one instead.
> Example we are extracting com.acs.aem.acs-aem-commons-content-5.4.3.zip > 
> acs-aem-commons-bundle-5.3.4.jar
> The META-INF/maven folder contains:
> com.google.guava/failureaccess/pom.properties
> com.adobe.acs/acs-aem-commons-bundle/pom.properties
>  
> Now, the first is picked, com.google.guava/failureaccess/pom.properties
>  
> What we want is to build in a mechanism that if there are multiple maven 
> properties, the contentpackagescanner will check if one of them has a groupId 
> (first folder) that matches.
>  
> Since the groupId com.adobe.acs is a match, we can use that to pick the right 
> properties file.
>  



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


[jira] [Resolved] (SLING-11967) Onboard JCR Presence to SonarCloud

2023-09-28 Thread Oliver Lietz (Jira)


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

Oliver Lietz resolved SLING-11967.
--
  Assignee: Oliver Lietz  (was: Fabrice Bellingard)
Resolution: Done

> Onboard JCR Presence to SonarCloud
> --
>
> Key: SLING-11967
> URL: https://issues.apache.org/jira/browse/SLING-11967
> Project: Sling
>  Issue Type: Task
>  Components: JCR
>Reporter: Oliver Lietz
>Assignee: Oliver Lietz
>Priority: Major
> Fix For: JCR Presence 1.0.0
>
>
> {{sling-org-apache-sling-jcr-presence}}



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


[jira] [Closed] (SLING-11734) ContentPackageScanner does not extract the right artifactId in case of multiple pom.properties

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler closed SLING-11734.


> ContentPackageScanner does not extract the right artifactId in case of 
> multiple pom.properties
> --
>
> Key: SLING-11734
> URL: https://issues.apache.org/jira/browse/SLING-11734
> Project: Sling
>  Issue Type: Bug
>  Components: Feature Model Analyser
>Affects Versions: Feature Model Analyser 1.6.8
>Reporter: Niek Raaijmakers
>Assignee: Carsten Ziegeler
>Priority: Major
> Fix For: Feature Model Analyser 2.0.0
>
>
> Currently, the ContentPackageScanner gets the first directory available under 
> the maven meta-inf folder.
> This works most of the time, as there is usually only 1 properties file 
> inside a package.
>  
> However in some edge cases, there are multiple. And if the order is that in a 
> way that a different package comes first, such as com.google.guava , it will 
> take that one instead.
> Example we are extracting com.acs.aem.acs-aem-commons-content-5.4.3.zip > 
> acs-aem-commons-bundle-5.3.4.jar
> The META-INF/maven folder contains:
> com.google.guava/failureaccess/pom.properties
> com.adobe.acs/acs-aem-commons-bundle/pom.properties
>  
> Now, the first is picked, com.google.guava/failureaccess/pom.properties
>  
> What we want is to build in a mechanism that if there are multiple maven 
> properties, the contentpackagescanner will check if one of them has a groupId 
> (first folder) that matches.
>  
> Since the groupId com.adobe.acs is a match, we can use that to pick the right 
> properties file.
>  



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


[jira] [Resolved] (SLING-5421) Allow JCR installer to recover from being paused indefinitely

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-5421.
-
Resolution: Won't Fix

> Allow JCR installer to recover from being paused indefinitely
> -
>
> Key: SLING-5421
> URL: https://issues.apache.org/jira/browse/SLING-5421
> Project: Sling
>  Issue Type: Improvement
>  Components: Installer
>Affects Versions: JCR Installer 3.1.8
>Reporter: Chetan Mehrotra
>Assignee: Chetan Mehrotra
>Priority: Critical
>
> With SLING-3747 the JCR installer provided a mechanism for pausing the 
> installer to support cases where installation can result in restart of 
> installer bundle itself.
> However it may happen that once this flag is set the process gets abruptly 
> killed and the flag remain set. In such a case the installer would remain 
> paused and a user would have to remove the flag for it to work again. To 
> support such cases there should be some kind of timeout such that installer 
> does not remain in pause state forever.
> Note also the [discussion on the 
> mailinglist|http://markmail.org/thread/dlutannhyrk55h43].



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


[jira] [Resolved] (SLING-7269) Update DataSource provider to use Tomcat 8.5.23

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-7269.
-
Resolution: Won't Fix

> Update DataSource provider to use Tomcat 8.5.23
> ---
>
> Key: SLING-7269
> URL: https://issues.apache.org/jira/browse/SLING-7269
> Project: Sling
>  Issue Type: Task
>  Components: Extensions
>Affects Versions: DataSource Provider 1.0.2
>Reporter: Julian Reschke
>Assignee: Chetan Mehrotra
>Priority: Major
> Fix For: DataSource Provider 1.1.0
>
>




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


[jira] [Updated] (SLING-7270) Update paxexam dependency to 3.5.0

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-7270:

Fix Version/s: (was: DataSource Provider 1.1.0)

> Update paxexam dependency to 3.5.0
> --
>
> Key: SLING-7270
> URL: https://issues.apache.org/jira/browse/SLING-7270
> Project: Sling
>  Issue Type: Task
>  Components: Commons
>Reporter: Chetan Mehrotra
>Assignee: Chetan Mehrotra
>Priority: Minor
>
> Update the dependencies for pax exam
> * Pax Exam 3.5.0
> * Felix Framework 5.6.2



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


[jira] [Resolved] (SLING-5418) Display description about Metrics being collected in WebConsole Plugin

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-5418.
-
Fix Version/s: (was: Commons Metrics 1.2.14)
   Resolution: Won't Fix

> Display description about Metrics being collected in WebConsole Plugin
> --
>
> Key: SLING-5418
> URL: https://issues.apache.org/jira/browse/SLING-5418
> Project: Sling
>  Issue Type: Improvement
>  Components: Commons
>Reporter: Chetan Mehrotra
>Assignee: Chetan Mehrotra
>Priority: Minor
>
> Metrics webconsole plugin currently displays all metrics in tabular format. 
> It would be helpful if it can display some details about what metric data is 
> all about.
> This information should be added in during the registration of the metric as 
> an additional (optional) parameter.



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


[jira] [Resolved] (SLING-6090) Avoid using nt:resource while creating file nodes via SlingPostServlet

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-6090.
-
Resolution: Won't Fix

> Avoid using nt:resource while creating file nodes via SlingPostServlet
> --
>
> Key: SLING-6090
> URL: https://issues.apache.org/jira/browse/SLING-6090
> Project: Sling
>  Issue Type: Improvement
>  Components: Servlets
>Reporter: Chetan Mehrotra
>Assignee: Chetan Mehrotra
>Priority: Major
>
> Currently Sling uses {{nt:resource}} nodetype while creating file nodes in 
> {{SlingFileUploadHandler}} and {{StreamedChunk}}. 
> As discussed in OAK-4567 and also in best practices at [1] it would be better 
> to avoid using a referenceable nodetype and instead use another nodetype like 
> {{oak:Resource}} 
> Mail thread on DL
> [1] 
> https://adapt.to/2016/en/schedule/let_s-run-the-whole-web-on-apache-sling-and-oak-.html
> [2] http://markmail.org/thread/77xvjxtx42euhss4
> [3] http://markmail.org/thread/tnqbcegadnyaflw4



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


[jira] [Resolved] (SLING-6227) Disable versioning for chunk nodes

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-6227.
-
Resolution: Won't Fix

> Disable versioning for chunk nodes
> --
>
> Key: SLING-6227
> URL: https://issues.apache.org/jira/browse/SLING-6227
> Project: Sling
>  Issue Type: Improvement
>  Components: Servlets
>Reporter: Chetan Mehrotra
>Assignee: Chetan Mehrotra
>Priority: Major
>
> While analyzing some customer setup it was found that {{sling:chunk}} nodes 
> are getting stored in version store and thus preventing the temporary files 
> created from getting garbage collection.
> {noformat}
> /jcr:system/jcr:versionStorage/13/6a/9c/136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/1.3/jcr:frozenNode/jcr:content/chunk_7500_7999
> /jcr:system/jcr:versionStorage/13/6a/9c/136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/1.3/jcr:frozenNode/jcr:content/chunk_6000_6499
> /jcr:system/jcr:versionStorage/13/6a/9c/136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/1.3/jcr:frozenNode/jcr:content/chunk_4500_4999
> /jcr:system/jcr:versionStorage/13/6a/9c/136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/1.3/jcr:frozenNode/jcr:content/chunk_2000_2499
> /jcr:system/jcr:versionStorage/13/6a/9c/136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/1.3/jcr:frozenNode/jcr:content/chunk_10500_10999
> /jcr:system/jcr:versionStorage/13/6a/9c/136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/1.3/jcr:frozenNode/jcr:content/chunk_11000_11499>
>  pn
> { jcr:primaryType = nt:frozenNode, jcr:createdBy = admin, 
> jcr:frozenPrimaryType = sling:chunk, sling:offset = 11000, jcr:created = 
> 2015-12-10T22:23:13.409-05:00, jcr:frozenUuid = 
> 136a9c8d-4dd8-42e5-bced-67eec6ad8a3e/jcr:content/chunk_11000_11499, 
> jcr:data = {-1 bytes}, jcr:uuid = a98d131c-4892-42d4-aa15-4bb0402b176d }
> {noformat}
> This can be fixed by tweaking the nodetype definition for sling:chunks to 
> disable versioning for sling:chunk nodes



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


[jira] [Updated] (SLING-7269) Update DataSource provider to use Tomcat 8.5.23

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler updated SLING-7269:

Fix Version/s: (was: DataSource Provider 1.1.0)

> Update DataSource provider to use Tomcat 8.5.23
> ---
>
> Key: SLING-7269
> URL: https://issues.apache.org/jira/browse/SLING-7269
> Project: Sling
>  Issue Type: Task
>  Components: Extensions
>Affects Versions: DataSource Provider 1.0.2
>Reporter: Julian Reschke
>Assignee: Chetan Mehrotra
>Priority: Major
>




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


[jira] [Resolved] (SLING-7270) Update paxexam dependency to 3.5.0

2023-09-28 Thread Carsten Ziegeler (Jira)


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

Carsten Ziegeler resolved SLING-7270.
-
Resolution: Won't Fix

> Update paxexam dependency to 3.5.0
> --
>
> Key: SLING-7270
> URL: https://issues.apache.org/jira/browse/SLING-7270
> Project: Sling
>  Issue Type: Task
>  Components: Commons
>Reporter: Chetan Mehrotra
>Assignee: Chetan Mehrotra
>Priority: Minor
> Fix For: DataSource Provider 1.1.0
>
>
> Update the dependencies for pax exam
> * Pax Exam 3.5.0
> * Felix Framework 5.6.2



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


[GitHub] [sling-site] kwin commented on pull request #133: SLING-12052: add Pagefind for site search

2023-09-28 Thread via GitHub


kwin commented on PR #133:
URL: https://github.com/apache/sling-site/pull/133#issuecomment-1739172781

   We probably need to slightly tweak the markup to consider some head elements 
(like title) for the search index: https://pagefind.app/docs/metadata/. 
Otherwise only the body content counts IIUC.


-- 
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-site] bdelacretaz opened a new pull request, #133: SLING-12052: add Pagefind for site search

2023-09-28 Thread via GitHub


bdelacretaz opened a new pull request, #133:
URL: https://github.com/apache/sling-site/pull/133

   This PR adds a search box at the top of the pages, using Pagefind.
   
   Could someone review it before I merge it? 
   
   To test it on your local box use
   
   mvn clean package -Ppagefind,run-site
   
   And open http://localhost:8820/


-- 
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-site] renovate-bot opened a new pull request, #132: chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.1

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #132:
URL: https://github.com/apache/sling-site/pull/132

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.maven.plugins:maven-enforcer-plugin](https://maven.apache.org/enforcer/)
 | `3.3.0` -> `3.4.1` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.3.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.3.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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] [Created] (SLING-12052) Add search function to the Sling website

2023-09-28 Thread Bertrand Delacretaz (Jira)
Bertrand Delacretaz created SLING-12052:
---

 Summary: Add search function to the Sling website
 Key: SLING-12052
 URL: https://issues.apache.org/jira/browse/SLING-12052
 Project: Sling
  Issue Type: Task
  Components: Site
Reporter: Bertrand Delacretaz


A site search function would be useful on https://sling.apache.org/

The https://community.apache.org/ and https://www.apache.org/ websites are 
successfully using https://pagefind.app/ which is fairly simple to integrate, 
we might do the same.



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


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

2023-09-28 Thread Apache Jenkins Server
ache-sling-starter_master/jdk_11_latest/.local-snapshots-dir/org/apache/sling/org.apache.sling.starter/13-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to snapshot-repo: 
file:/home/jenkins/workspace/_org-apache-sling-starter_master/jdk_11_latest/.local-snapshots-dir/org/apache/sling/org.apache.sling.starter/13-SNAPSHOT/maven-metadata.xml
 (7.5 kB at 2.5 MB/s)
[INFO] Uploading to snapshot-repo: 
file:/home/jenkins/workspace/_org-apache-sling-starter_master/jdk_11_latest/.local-snapshots-dir/org/apache/sling/org.apache.sling.starter/maven-metadata.xml
[INFO] Uploaded to snapshot-repo: 
file:/home/jenkins/workspace/_org-apache-sling-starter_master/jdk_11_latest/.local-snapshots-dir/org/apache/sling/org.apache.sling.starter/maven-metadata.xml
 (297 B at 148 kB/s)
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  08:56 min
[INFO] Finished at: 2023-09-28T11:27:30Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/_org-apache-sling-starter_master/jdk_11_latest@tmp/withMaven28a1c332/maven-spy-20230928-111833-8092057969826013044748.log
[Pipeline] }
[INFO] DOCKER> [mongo:4.4.6] "mongo": Stop and removed container d7346a43fa78 
after 0 ms
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default) @ org.apache.sling.starter ---
[INFO] Failsafe report directory: 
/home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master/jdk_21_latest/target/failsafe-reports
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  08:59 min
[INFO] Finished at: 2023-09-28T11:27:31Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master/jdk_21_latest@tmp/withMaven397ee6e2/maven-spy-20230928-111831-8504948376374550936851.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on 
project org.apache.sling.starter: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master/jdk_21_latest/target/failsafe-reports
 for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5:verify (default) on 
project org.apache.sling.starter: There are test failures.

Please refer to 
/home/jenkins/jenkins-agent/workspace/_org-apache-sling-starter_master/jdk_21_latest/target/failsafe-reports
 for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump 
and [date].dumpstream.
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
(MojoExecutor.java:333)
at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:316)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:212)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:174)
at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 
(MojoExecutor.java:75)
at org.apache.maven.lifecycle.internal.MojoExecutor$1.run 
(MojoExecutor.java:162)
at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute 
(DefaultMojosExecutionStrategy.java:39)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:159)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:105)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:73)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:53)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:118)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke 
(DirectMethodHandleAccessor.java:103)
at java.lang.reflect.Method.invoke (Method.java:578)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java:283)
at org.codehaus.plexus.classworld

[GitHub] [sling-site] renovate-bot opened a new pull request, #131: chore(deps): update dependency org.jbake:jbake-maven-plugin to v2.7.0-rc.7

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #131:
URL: https://github.com/apache/sling-site/pull/131

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.jbake:jbake-maven-plugin](http://jbake.org) 
([source](https://togithub.com/jbake-org/jbake-maven-plugin)) | `2.7.0-rc.6` -> 
`2.7.0-rc.7` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jbake:jbake-maven-plugin/2.7.0-rc.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jbake:jbake-maven-plugin/2.7.0-rc.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jbake:jbake-maven-plugin/2.7.0-rc.6/2.7.0-rc.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jbake:jbake-maven-plugin/2.7.0-rc.6/2.7.0-rc.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #130: chore(deps): update dependency org.asciidoctor:asciidoctorj to v2.5.10

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #130:
URL: https://github.com/apache/sling-site/pull/130

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.asciidoctor:asciidoctorj](https://togithub.com/asciidoctor/asciidoctorj) | 
`2.5.2` -> `2.5.10` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.asciidoctor:asciidoctorj/2.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.asciidoctor:asciidoctorj/2.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.asciidoctor:asciidoctorj/2.5.2/2.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.asciidoctor:asciidoctorj/2.5.2/2.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Release Notes
   
   
   asciidoctor/asciidoctorj (org.asciidoctor:asciidoctorj)
   
   ### 
[`v2.5.10`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.10)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.9...v2.5.10)
   
   **Improvement**:
   
   -   Upgrade to JRuby 9.4.2.0 
([#1215](https://togithub.com/asciidoctor/asciidoctorj/issues/1215)) 
([@abelsromero](https://togithub.com/abelsromero))
   
    Release Meta
   
   Released on: 2023-06-04
   Released by: [@robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.9`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.9): 
v.2.5.9
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.8...v2.5.9)
   
   **Improvement**:
   
   -   Upgrade to asciidoctor-diagram 2.0.20
   
   **Build / Infrastructure**:
   
   -   Fix Asciidoctor upstream CI tests 
([#1178](https://togithub.com/asciidoctor/asciidoctorj/issues/1178)) 
([@abelsromero](https://togithub.com/abelsromero))
   
    Release Meta
   
   Released on: 2023-06-01
   Released by: [@robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.8`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.8)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.7...v2.5.8)
   
   **Improvement**:
   
   -   Add 'standalone' option, deprecates 'headerFooter' 
([#1160](https://togithub.com/asciidoctor/asciidoctorj/issues/1160)) 
([@abelsromero](https://togithub.com/abelsromero))
   -   Upgrade to asciidoctorj-diagram 2.2.7
   
   **Bug Fixes**:
   
   -   Fix destinationDir not having effect. Deprecate destinationDir in favour 
of toDir 
([#853](https://togithub.com/asciidoctor/asciidoctorj/issues/853), 
[#941](https://togithub.com/asciidoctor/asciidoctorj/issues/941)) 
([@abelsromero](https://togithub.com/abelsromero))
   -   Fix ConcurrentModificationException when converting to stream 
concurrently 
([#1158](https://togithub.com/asciidoctor/asciidoctorj/issues/1158)) 
([@rocketraman](https://togithub.com/rocketraman))
   
    Release Meta
   
   Released on: 2023-04-15
   Released by: [@robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.7`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.7)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.6...v2.5.7)
   
   **Improvement**
   
   -   Upgrade to asciidoctorj 2.0.18 
([#1126](https://togithub.com/asciidoctor/asciidoctorj/issues/1126))
   
   **Build / Infrastructure**
   
   -   Replace use of deprecated 'numbered' attribute by 'sectnums' 
([#1127](https://togithub.com/asciidoctor/asciidoctorj/issues/1127)) 
([@abelsromero](https://togithub.com/abelsromero))
   
    Release Meta
   
   Released on: 2022-10-21
   Released by: [@robertpanzer](https://togithub.com/robertpanzer)
   
   ### 
[`v2.5.6`](https://togithub.com/asciidoctor/asciidoctorj/releases/tag/v2.5.6)
   
   [Compare 
Source](https://togithub.com/asciidoctor/asciidoctorj/compare/v2.5.5...v2.5.6)
   
   **Improvement**
   
   -   Add command line option --failure-level to force non-zero exit code from 
AsciidoctorJ CLI if specified logging level is reached. 
([#1115](https://togithub.com/asciidoctor/asciidoctorj/issues/1115)) 
([@pasieronen](https://togithub.com/pasieronen))
   -   Upgrade to JRuby 9.3.8.0 
([#1117](https://togithub.com/asciidoctor/asciidoctorj/issues/1117))
   -   Upgrade to Rouge 3.30.0 
([#1118](https://togithub.com/asciidoctor/asciidoctorj/issues/1118))
   
   **Bug Fixes**
   
   -   Avoid throwing an exception when using AsciidoctorJ CLI and 

[GitHub] [sling-site] rombert merged pull request #126: chore(deps): update dependency org.apache.sling:org.apache.sling.distribution.journal to v0.2.0

2023-09-28 Thread via GitHub


rombert merged PR #126:
URL: https://github.com/apache/sling-site/pull/126


-- 
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-site] rombert merged pull request #128: chore(deps): update dependency org.apache.sling:org.apache.sling.jcr.contentloader to v2.6.0

2023-09-28 Thread via GitHub


rombert merged PR #128:
URL: https://github.com/apache/sling-site/pull/128


-- 
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-site] rombert merged pull request #129: chore(deps): update dependency org.apache.sling:org.apache.sling.pipes to v4.5.0

2023-09-28 Thread via GitHub


rombert merged PR #129:
URL: https://github.com/apache/sling-site/pull/129


-- 
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-site] rombert merged pull request #127: chore(deps): update dependency org.apache.sling:org.apache.sling.installer.provider.installhook to v1.1.0

2023-09-28 Thread via GitHub


rombert merged PR #127:
URL: https://github.com/apache/sling-site/pull/127


-- 
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-site] rombert merged pull request #124: chore(deps): update dependency org.apache.sling:scriptingbundle-maven-plugin to v0.5.2

2023-09-28 Thread via GitHub


rombert merged PR #124:
URL: https://github.com/apache/sling-site/pull/124


-- 
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-site] rombert merged pull request #125: chore(deps): update dependency org.apache.sling:sling-feature-converter-maven-plugin to v1.0.12

2023-09-28 Thread via GitHub


rombert merged PR #125:
URL: https://github.com/apache/sling-site/pull/125


-- 
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-site] rombert merged pull request #121: chore(deps): update dependency org.apache.sling:org.apache.sling.fileoptim to v0.9.4

2023-09-28 Thread via GitHub


rombert merged PR #121:
URL: https://github.com/apache/sling-site/pull/121


-- 
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-site] rombert merged pull request #123: chore(deps): update dependency org.apache.sling:org.apache.sling.servlets.get to v2.1.44

2023-09-28 Thread via GitHub


rombert merged PR #123:
URL: https://github.com/apache/sling-site/pull/123


-- 
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-site] renovate-bot opened a new pull request, #127: chore(deps): update dependency org.apache.sling:org.apache.sling.installer.provider.installhook to v1.1.0

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #127:
URL: https://github.com/apache/sling-site/pull/127

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.installer.provider.installhook](http://sling.apache.org)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-provider-installhook.git))
 | `1.0.4` -> `1.1.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.installer.provider.installhook/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.installer.provider.installhook/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.installer.provider.installhook/1.0.4/1.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.installer.provider.installhook/1.0.4/1.1.0?slim=true)](https:
 //docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #124: chore(deps): update dependency org.apache.sling:scriptingbundle-maven-plugin to v0.5.2

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #124:
URL: https://github.com/apache/sling-site/pull/124

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:scriptingbundle-maven-plugin](https://sling.apache.org/components/scriptingbundle-maven-plugin/)
 ([source](https://gitbox.apache.org/repos/asf?p=sling-parent.git)) | `0.5.0` 
-> `0.5.2` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:scriptingbundle-maven-plugin/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:scriptingbundle-maven-plugin/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:scriptingbundle-maven-plugin/0.5.0/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:scriptingbundle-maven-plugin/0.5.0/0.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #129: chore(deps): update dependency org.apache.sling:org.apache.sling.pipes to v4.5.0

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #129:
URL: https://github.com/apache/sling-site/pull/129

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.apache.sling:org.apache.sling.pipes](https://sling.apache.org) 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-pipes.git))
 | `4.0.0` -> `4.5.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.pipes/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.pipes/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.pipes/4.0.0/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.pipes/4.0.0/4.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #128: chore(deps): update dependency org.apache.sling:org.apache.sling.jcr.contentloader to v2.6.0

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #128:
URL: https://github.com/apache/sling-site/pull/128

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.jcr.contentloader](https://sling.apache.org) 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-contentloader.git))
 | `2.5.0` -> `2.6.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.jcr.contentloader/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.jcr.contentloader/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.jcr.contentloader/2.5.0/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.jcr.contentloader/2.5.0/2.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #126: chore(deps): update dependency org.apache.sling:org.apache.sling.distribution.journal to v0.2.0

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #126:
URL: https://github.com/apache/sling-site/pull/126

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.distribution.journal](https://sling.apache.org)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal.git))
 | `0.1.26` -> `0.2.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.distribution.journal/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.distribution.journal/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.distribution.journal/0.1.26/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.distribution.journal/0.1.26/0.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #125: chore(deps): update dependency org.apache.sling:sling-feature-converter-maven-plugin to v1.0.12

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #125:
URL: https://github.com/apache/sling-site/pull/125

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:sling-feature-converter-maven-plugin](https://sling.apache.org/components/sling-feature-converter-maven-plugin/)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-feature-converter-maven-plugin.git))
 | `1.0.4` -> `1.0.12` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:sling-feature-converter-maven-plugin/1.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:sling-feature-converter-maven-plugin/1.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:sling-feature-converter-maven-plugin/1.0.4/1.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:sling-feature-converter-maven-plugin/1.0.4/1.0.12?slim=true)](https://docs.renovatebo
 t.com/merge-confidence/) |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] rombert merged pull request #122: chore(deps): update dependency org.apache.sling:org.apache.sling.scripting.sightly.models.provider to v1.0.10

2023-09-28 Thread via GitHub


rombert merged PR #122:
URL: https://github.com/apache/sling-site/pull/122


-- 
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-site] rombert merged pull request #120: chore(deps): update dependency org.apache.sling:org.apache.sling.feature.cpconverter to v1.3.4

2023-09-28 Thread via GitHub


rombert merged PR #120:
URL: https://github.com/apache/sling-site/pull/120


-- 
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-site] rombert merged pull request #119: chore(deps): update dependency org.apache.sling:org.apache.sling.distribution.journal.messages to v0.5.4

2023-09-28 Thread via GitHub


rombert merged PR #119:
URL: https://github.com/apache/sling-site/pull/119


-- 
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-site] renovate-bot opened a new pull request, #123: chore(deps): update dependency org.apache.sling:org.apache.sling.servlets.get to v2.1.44

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #123:
URL: https://github.com/apache/sling-site/pull/123

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.apache.sling:org.apache.sling.servlets.get](https://sling.apache.org) 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-get.git))
 | `2.1.40` -> `2.1.44` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.servlets.get/2.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.servlets.get/2.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.servlets.get/2.1.40/2.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.servlets.get/2.1.40/2.1.44?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #122: chore(deps): update dependency org.apache.sling:org.apache.sling.scripting.sightly.models.provider to v1.0.10

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #122:
URL: https://github.com/apache/sling-site/pull/122

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.scripting.sightly.models.provider](http://sling.apache.org)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-sightly-models-provider.git))
 | `1.0.8` -> `1.0.10` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.scripting.sightly.models.provider/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.scripting.sightly.models.provider/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.scripting.sightly.models.provider/1.0.8/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.scripting.sightly.models.provider/1.0.8/1.
 0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #121: chore(deps): update dependency org.apache.sling:org.apache.sling.fileoptim to v0.9.4

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #121:
URL: https://github.com/apache/sling-site/pull/121

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [org.apache.sling:org.apache.sling.fileoptim](http://sling.apache.org) 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-file-optimization.git))
 | `0.9.2` -> `0.9.4` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.fileoptim/0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.fileoptim/0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.fileoptim/0.9.2/0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.fileoptim/0.9.2/0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #120: chore(deps): update dependency org.apache.sling:org.apache.sling.feature.cpconverter to v1.3.4

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #120:
URL: https://github.com/apache/sling-site/pull/120

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.feature.cpconverter](https://sling.apache.org)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-cpconverter.git))
 | `1.3.0` -> `1.3.4` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.feature.cpconverter/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.feature.cpconverter/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.feature.cpconverter/1.3.0/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.feature.cpconverter/1.3.0/1.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #119: chore(deps): update dependency org.apache.sling:org.apache.sling.distribution.journal.messages to v0.5.4

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #119:
URL: https://github.com/apache/sling-site/pull/119

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.distribution.journal.messages](https://sling.apache.org)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-distribution-journal-messages.git))
 | `0.5.0` -> `0.5.4` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.distribution.journal.messages/0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.distribution.journal.messages/0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.distribution.journal.messages/0.5.0/0.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.distribution.journal.messages/0.5.0/0.5.4?slim=true)](https://doc
 s.renovatebot.com/merge-confidence/) |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] forking-renovate[bot] opened a new issue, #118: Dependency Dashboard

2023-09-28 Thread via GitHub


forking-renovate[bot] opened a new issue, #118:
URL: https://github.com/apache/sling-site/issues/118

   This issue lists Renovate updates and detected dependencies. Read the 
[Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) 
docs to learn more.
   
   ## Rate-Limited
   
   These updates are currently rate-limited. Click on a checkbox below to force 
their creation now.
   
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.distribution.journal.messages to v0.5.4
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.feature.cpconverter to v1.3.4
- [ ] chore(deps): update dependency org.apache.sling:org.apache.sling.fileoptim 
to v0.9.4
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.scripting.sightly.models.provider to v1.0.10
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.servlets.get to v2.1.44
- [ ] chore(deps): update dependency org.apache.sling:scriptingbundle-maven-plugin 
to v0.5.2
- [ ] chore(deps): update dependency 
org.apache.sling:sling-feature-converter-maven-plugin to v1.0.12
- [ ] chore(deps): update dependency org.asciidoctor:asciidoctorj to v2.5.10
- [ ] chore(deps): update dependency org.jbake:jbake-maven-plugin to v2.7.0-rc.7
- [ ] chore(deps): update dependency 
org.apache.maven.plugins:maven-enforcer-plugin to v3.4.1
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.distribution.journal to v0.2.0
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.installer.provider.installhook to v1.1.0
- [ ] chore(deps): update dependency 
org.apache.sling:org.apache.sling.jcr.contentloader to v2.6.0
- [ ] chore(deps): update dependency org.apache.sling:org.apache.sling.pipes to 
v4.5.0
- [ ]  **Create all rate-limited PRs 
at once** 
   
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   -   Renovate failed to look up the following dependencies: `Failed to look 
up maven package org.apache.sling:org.apache.sling.scripting.bundle.tracler`, 
`Failed to look up maven package org.apache.sling:${starterVersion}`, `Failed 
to look up maven package org.apache.sling:.jar`, `Failed to look up maven 
package org.apache.sling:.zip`, `Failed to look up maven package 
org.apache.sling:sling-feature-launcher-maven-plugin`, `Failed to look up maven 
package org.apache.sling:2.2.0`, `Failed to look up maven package 
org.apache.sling:1.0.0`, `Failed to look up maven package 
org.apache.sling:2.0.0`, `Failed to look up maven package 
org.apache.sling:2.27.2`, `Failed to look up maven package 
org.apache.sling:1.6.2`, `Failed to look up maven package 
org.apache.sling:1.0.24`, `Failed to look up maven package 
org.apache.sling:0.0.2`, `Failed to look up maven package 
org.apache.sling:2.3.4`, `Failed to look up maven package 
org.apache.sling:0.1.2`, `Failed to look up maven package org.apache.sl
 ing:1.1.0`, `Failed to look up maven package org.apache.sling:1.1.6`, `Failed 
to look up maven package org.apache.sling:1.4.4`, `Failed to look up maven 
package org.apache.sling:2.4.0`, `Failed to look up maven package 
org.apache.sling:1.0.14`, `Failed to look up maven package 
org.apache.sling:1.2.16`, `Failed to look up maven package 
org.apache.sling:5.4.2`, `Failed to look up maven package 
org.apache.sling:1.0.2`, `Failed to look up maven package 
org.apache.sling:1.2.12`, `Failed to look up maven package 
org.apache.sling:0.1.0`, `Failed to look up maven package 
org.apache.sling:1.0.6`, `Failed to look up maven package 
org.apache.sling:2.2.2`, `Failed to look up maven package 
org.apache.sling:2.4.2`, `Failed to look up maven package 
org.apache.sling:2.7.12`, `Failed to look up maven package 
org.apache.sling:2.1.2`, `Failed to look up maven package 
org.apache.sling:3.2.22`, `Failed to look up maven package 
org.apache.sling:1.0.4`, `Failed to look up maven package org.apache.sling:1.
 3.0`, `Failed to look up maven package org.apache.sling:1.6.0`, `Failed to 
look up maven package org.apache.sling:1.5.2`, `Failed to look up maven package 
org.apache.sling:1.4.0`, `Failed to look up maven package 
org.apache.sling:1.0.28`, `Failed to look up maven package 
org.apache.sling:2.0.14`, `Failed to look up maven package 
org.apache.sling:1.2.44`, `Failed to look up maven package 
org.apache.sling:1.1.4`, `Failed to look up maven package 
org.apache.sling:0.7.0`, `Failed to look up maven package 
org.apache.sling:0.5.0`, `Failed to look up maven package 
org.apache.sling:0.1.6`, `Failed to look up maven package 
org.apache.sling:0.1.26`, `Failed to look up maven package 
org.apache.sling:0.3.0`, `Failed to look up maven package 
org.apache.sling:3.3.0`, `Failed to look up maven package 
org.apache.sling:2.15.6`, `Failed to look up maven package 
org.apache.sling:4.3.12`, `Failed to look up maven package 
org.apache.sling:1.1.10`, `Failed to look up maven package 
org.apache.sling:1.0.12
 `, 

[GitHub] [sling-site] rombert merged pull request #117: chore(deps): update dependency org.apache.sling:org.apache.sling.commons.scheduler to v2.7.12

2023-09-28 Thread via GitHub


rombert merged PR #117:
URL: https://github.com/apache/sling-site/pull/117


-- 
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-site] rombert merged pull request #116: chore(deps): update dependency org.apache.sling:org.apache.sling.commons.fsclassloader to v1.0.14

2023-09-28 Thread via GitHub


rombert merged PR #116:
URL: https://github.com/apache/sling-site/pull/116


-- 
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-site] renovate-bot opened a new pull request, #117: chore(deps): update dependency org.apache.sling:org.apache.sling.commons.scheduler to v2.7.12

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #117:
URL: https://github.com/apache/sling-site/pull/117

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.commons.scheduler](http://sling.apache.org) 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-scheduler.git))
 | `2.7.2` -> `2.7.12` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.commons.scheduler/2.7.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.commons.scheduler/2.7.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.commons.scheduler/2.7.2/2.7.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.commons.scheduler/2.7.2/2.7.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] renovate-bot opened a new pull request, #116: chore(deps): update dependency org.apache.sling:org.apache.sling.commons.fsclassloader to v1.0.14

2023-09-28 Thread via GitHub


renovate-bot opened a new pull request, #116:
URL: https://github.com/apache/sling-site/pull/116

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.apache.sling:org.apache.sling.commons.fsclassloader](http://sling.apache.org)
 
([source](https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-fsclassloader.git))
 | `1.0.8` -> `1.0.14` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.sling:org.apache.sling.commons.fsclassloader/1.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.sling:org.apache.sling.commons.fsclassloader/1.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.apache.sling:org.apache.sling.commons.fsclassloader/1.0.8/1.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.sling:org.apache.sling.commons.fsclassloader/1.0.8/1.0.14?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### ⚠ Dependency Lookup Warnings ⚠
   
   Warnings were logged while processing this repo. Please check the Dependency 
Dashboard for more information.
   
   ---
   
   ### Configuration
   
    **Schedule**: Branch creation - At any time (no schedule defined), 
Automerge - At any time (no schedule defined).
   
    **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
    **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
- [ ] If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/sling-site).
   

   


-- 
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-site] rombert merged pull request #115: Configure Renovate

2023-09-28 Thread via GitHub


rombert merged PR #115:
URL: https://github.com/apache/sling-site/pull/115


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