[maven-release-plugin] prepare release org.apache.sling.scripting.spi-1.0.2
1 file changed
tree: a9ba0934ca4aa009d01d87cb33ae9ef12a6ae187
  1. src/
  2. .gitignore
  3. asf.yaml
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Build Status Test Status Coverage Sonarcloud Status License scripting

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.