SLING-9320 - Allow precompiled units to access objects from the same bundle through the Use API

* extended the JsUseProvider to allow finding dependencies belonging to the same
resource type even if the dependencies are served by different providers
5 files changed
tree: a59f92946a8d3dc034c01cb5485bd928b134d248
  1. examples/
  2. it/
  3. .gitignore
  4. .sling-module.json
  5. CODE_OF_CONDUCT.md
  6. CONTRIBUTING.md
  7. Jenkinsfile
  8. LICENSE
  9. pom.xml
  10. README.md
README.md

Build Status Test Status License scripting

Apache Sling Scripting Bundle Tracker Integration Tests

This project provides the integration tests and some test examples for the Apache Sling Scripting Bundle Tracker module.

Example

To play around with a sling instance on localhost port 8080 (override with -Dhttp.port=) that has the examples installed run:

mvn clean verify -Pexample