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-testing-sling-mock-oak.git


The following commit(s) were added to refs/heads/master by this push:
     new bee1b02  update to sling-mock 3.6.0 - including updating the 
duplicated test content
bee1b02 is described below

commit bee1b0238d961dc530b6e53fd4595df81905ee9e
Author: Stefan Seifert <[email protected]>
AuthorDate: Mon Mar 30 17:01:11 2026 +0200

    update to sling-mock 3.6.0 - including updating the duplicated test content
---
 pom.xml                                                                 | 2 +-
 src/test/resources/json-import-samples/content.json                     | 1 +
 .../resources/xml-jcr-import-samples/content/samples/en/.content.xml    | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 186f12f..8c0fa33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <sling.java.version>11</sling.java.version>
         <oak.version>1.86.0</oak.version>
         <jackrabbit.version>2.22.2</jackrabbit.version>
-        <sling-mock.version>3.5.0</sling-mock.version>
+        <sling-mock.version>3.6.0</sling-mock.version>
 
         
<project.build.outputTimestamp>2025-10-09T12:28:25Z</project.build.outputTimestamp>
     </properties>
diff --git a/src/test/resources/json-import-samples/content.json 
b/src/test/resources/json-import-samples/content.json
index c1fa7de..2784b31 100644
--- a/src/test/resources/json-import-samples/content.json
+++ b/src/test/resources/json-import-samples/content.json
@@ -4,6 +4,7 @@
   "jcr:created": "Thu Aug 07 2014 16:32:59 GMT+0200",
   "jcr:content": {
     "jcr:primaryType": "app:PageContent",
+    "jcr:mixinTypes": ["app:TestMixin"],
     "jcr:createdBy": "admin",
     "jcr:title": "English",
     "app:template": "/apps/sample/templates/homepage",
diff --git 
a/src/test/resources/xml-jcr-import-samples/content/samples/en/.content.xml 
b/src/test/resources/xml-jcr-import-samples/content/samples/en/.content.xml
index 09748dc..13d4844 100644
--- a/src/test/resources/xml-jcr-import-samples/content/samples/en/.content.xml
+++ b/src/test/resources/xml-jcr-import-samples/content/samples/en/.content.xml
@@ -24,6 +24,7 @@
       app:deviceGroups="[/etc/mobile/groups/responsive]"
       app:template="samples/sample-app/templates/content/homepage"
       jcr:primaryType="app:PageContent"
+      jcr:mixinTypes="app:TestMixin"
       jcr:title="en"
       sling:resourceType="samples/sample-app/components/content/page/homepage"
       includeAside="{Boolean}true"

Reply via email to