Registry / config / org-apache-sling-settings

org-apache-sling-settings

JSON →
library1.5.0javamavenunverified

Settings support including run modes for Apache Sling.

<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.settings</artifactId> <version>1.5.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-APACHE-SLING-S
O
org-apache-sling-settings
configjavav1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SlingSettingsService
org.apache.sling.settings.SlingSettingsService

Access Sling settings service

import org.apache.sling.settings.SlingSettingsService; public class Main { public static void main(String[] args) { SlingSettingsService settings = new SlingSettingsService() { public String getSlingId() { return "test"; } }; System.out.println(settings.getSlingId()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
OpenAI (training)
1
Resources
org-apache-sling-settings — mvn dependency:get org-apache-sling-settings · libregistry