| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There is no ResourceLoader type in jinjava; the interface to implement is com.hubspot.jinjava.loader.ResourceLocator (as the rest of the section already says). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The file-system locator class is com.hubspot.jinjava.loader.FileLocator; no FileResourceLocator exists. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Jinjava.setResourceLocator takes a single ResourceLocator; the example passed two. Wrap them in CascadingResourceLocator (varargs constructor), which is what the surrounding text describes, and use the real FileLocator class name. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The call opens two parens (registerFunction( and new ELFunctionDefinition() but closed only one. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
Four fixes to README examples that don't match the current API, one commit each:
Verification: every class/method name checked against src/main/java; full mvn test suite run locally on macOS arm64 with the JDK 21 toolchain: 2201 tests, 0 failures, 0 errors (23 skipped), BUILD SUCCESS.
Prepared with AI assistance (Claude); all claims verified against the source as described.