Apache Sling Servlets Resolver API

Clone this repo:
  1. 6f0e7f9 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 4 weeks ago master
  2. 8925af7 [maven-release-plugin] prepare release org.apache.sling.scripting.spi-2.0.0 by Carsten Ziegeler · 4 weeks ago org.apache.sling.scripting.spi-2.0.0
  3. fb2cf21 Use released API 3 by Carsten Ziegeler · 4 weeks ago
  4. fe56342 SLING-12762 : Support Jakarta Servlet API in Scripting SPI by Carsten Ziegeler · 3 months ago
  5. 8719e54 SLING-12459 - Redirect sonarcloud notifications to commits@apache.sling.org by Robert Munteanu · 9 months ago

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central scripting License

Apache Sling Scripting SPI

This module is part of the Apache Sling project.

The bundle currently provides the org.apache.sling.scripting.spi.bundle SPI, which allows the Apache Sling Servlets Resolver and the Apache Sling Scripting Core to wire up and execute bundled scripts (precompiled or not) in order to render HTTP requests.

Integration Tests

The integration tests for bundled scripts are provided by the org.apache.sling.scripting.bundle.tracker.it project.