This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git
The following commit(s) were added to refs/heads/master by this push:
new 34f2af5 SLING-13071 - HTL use objects that adapt from the javax
SlingHttpServletRequest cannot be instantiated a Jakarta context
34f2af5 is described below
commit 34f2af544d5f3c15e60749f8f694fa6e27514dfd
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 23 14:00:04 2026 +0100
SLING-13071 - HTL use objects that adapt from the javax
SlingHttpServletRequest cannot be instantiated a Jakarta context
Update to the latest SNAPSHOT tests to demonstrate the issue on the Sling
Starter.
---
pom.xml | 2 +-
src/main/features/test/test-content.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index feb51e1..9f78563 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.starter.integration-tests</artifactId>
- <version>14</version>
+ <version>15-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
diff --git a/src/main/features/test/test-content.json
b/src/main/features/test/test-content.json
index 176e6b5..4b254a0 100644
--- a/src/main/features/test/test-content.json
+++ b/src/main/features/test/test-content.json
@@ -2,7 +2,7 @@
"id":"${project.groupId}:${project.artifactId}:slingosgifeature:test-content:${project.version}",
"bundles":[
{
- "id": "org.apache.sling:org.apache.sling.starter.test-services:14",
+ "id":
"org.apache.sling:org.apache.sling.starter.test-services:15-SNAPSHOT",
"start-order": "25"
}
],