This is an automated email from the ASF dual-hosted git repository.

rombert 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 1cd1ab4  SLING-13085 - Include the JAXP Configurator in the Sling 
Starter (#581)
1cd1ab4 is described below

commit 1cd1ab4c045537a34077baa391611a4cc2d3b2c6
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 30 11:02:20 2026 +0100

    SLING-13085 - Include the JAXP Configurator in the Sling Starter (#581)
---
 src/main/features/boot.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 1ad020f..7f58d94 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -4,6 +4,10 @@
         "sling.home": null
     },
     "bundles":[
+        {
+            "id": "org.apache.sling:org.apache.sling.jaxp-configurator:1.0.0",
+            "start-order":"1"
+        },
         {
             "id":"org.apache.aries:org.apache.aries.util:1.1.3",
             "start-order":"1"

Reply via email to