Skip to content

0.1.1: Add pluggable resource resolution

Compare
Choose a tag to compare
@larsga larsga released this 14 Jun 13:12
· 295 commits to master since this release

Minor feature extension allowing clients to control how references to JSLT modules are resolved. Earlier they were only loaded from the classpath, but now clients can resolve them any way they wish. The default remains to load them from classpath.

<dependency>
  <groupId>com.schibsted.spt.data</groupId>
  <artifactId>jslt</artifactId>
  <version>0.1.1</version>
</dependency>