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 3817c03 chore(deps): update dependency
org.apache.sling:org.apache.sling.jcr.oak.server to v1.4.4 (#498)
3817c03 is described below
commit 3817c036750f04b927a1a9ec70b326ba6dd37bc3
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Sep 4 00:18:06 2025 +0200
chore(deps): update dependency
org.apache.sling:org.apache.sling.jcr.oak.server to v1.4.4 (#498)
* chore(deps): update dependency
org.apache.sling:org.apache.sling.jcr.oak.server to v1.4.4
* chore: add required configuration for Lucene index
---------
Co-authored-by: Robert Munteanu <[email protected]>
---
src/main/features/oak/oak_base.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/features/oak/oak_base.json
b/src/main/features/oak/oak_base.json
index 10936aa..9357219 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -114,7 +114,7 @@
"start-order":"15"
},
{
- "id":"org.apache.sling:org.apache.sling.jcr.oak.server:1.4.2",
+ "id":"org.apache.sling:org.apache.sling.jcr.oak.server:1.4.4",
"start-order":"16"
},
{
@@ -206,6 +206,8 @@
},
"org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider":{
"resources.for.nested.properties":true
- }
+ },
+
"org.apache.sling.jcr.oak.server.internal.index.LuceneIndexRepositoryInitializer":{
+ }
}
}