This module is part of the Apache Sling project.
The Apache Sling Scripting Core bundle provides core scripting runtime functionality for Sling, including script engine integration, script caching, bindings support, and bundled script handling.
<sling.java.version>17</sling.java.version>)org.apache.sling:sling-bundle-parent:663.0.3-SNAPSHOTThis module supports both servlet namespaces used in Sling deployments:
javax.servlet-api 4.0.1jakarta.servlet-api 6.1.0Recent updates include Jakarta-oriented scripting context handling fixes and hardened Web Console plugin error handling.
Run a full local build (including unit and integration tests):
mvn clean verify
src/main/java - production codesrc/main/resources - OSGi metadata and resourcessrc/test/java - unit and integration testssrc/test/resources - test resources