1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make sure we implement the spec correctly and test it. you can avoid the spec if you want by overriding this behavior. More... about 9 years ago
Better error message for invalid deliimiters. More... about 9 years ago
Merge pull request #183 from mbooth101/jackson More... about 9 years ago
Standardise on a single version of jackson (2.7.4) More... about 9 years ago
[maven-release-plugin] prepare for next development iteration More... over 9 years ago
[maven-release-plugin] prepare release mustache.java-0.9.4 More... over 9 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 9 years ago
make this test more stringent More... over 9 years ago
Merge pull request #174 from Villane/master More... over 9 years ago
Merge pull request #176 from kyungilpark/fixDotRelativePathInWindows More... over 9 years ago
Add TemplateContext to every MustacheException where we know it and make it available to the catcher More... over 9 years ago
fixed `resourceName` to normalized uri path. More... over 9 years ago
[maven-release-plugin] prepare for next development iteration More... over 9 years ago
[maven-release-plugin] prepare release mustache.java-0.9.3 More... over 9 years ago
Merge pull request #173 from samfraser/bug_172-Comments-not-valid-in-ExtendCode-block More... over 9 years ago
BUG-172: fix issue if there is a comment in an ExtendCode block of a mustache template, the ExtendCode.init method fails with a IllegalArgumentException. More... over 9 years ago
BUG-172: fix issue if there is a comment in an ExtendCode block of a mustache template, the ExtendCode.init method fails with a IllegalArgumentException. More... over 9 years ago
BUG-172: fix issue if there is a comment in an ExtendCode block of a mustache template, the ExtendCode.init method fails with a IllegalArgumentException. More... over 9 years ago
Fix for throwing InvocationTargetException's target for no-args method. More... over 9 years ago
BUG-172: fix issue if there is a comment in an ExtendCode block of a mustache template, the ExtendCode.init method fails with a IllegalArgumentException. More... over 9 years ago
Merge pull request #170 from samfraser/bug_169-partials-in-JARs-not-found More... over 9 years ago
BUG-169: fixed an issue with partials referenced using absolute path rather than relative path not being found if they are in JAR files if the path contained a double forward slash. This was due to the ClasspathResolver.java putting a forward slash at the end of the resourceRoot in the constructor, so when a resource was passed in with a forward slash already appended to the front, the resulting path contains a double forward slash. More... over 9 years ago
Updated to 0.9.2 release More... over 9 years ago
[maven-release-plugin] prepare for next development iteration More... over 9 years ago
[maven-release-plugin] prepare release mustache.java-0.9.2 More... over 9 years ago
change out the json dependency for the javascript module. apparently maven doesnt pull in all the test dependencies. More... over 9 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 9 years ago
add a fix for context precedence test. we were treating the entire dot notation as missing rather than just the segment. More... over 9 years ago
switch from using the .json spec tests to using the .yml spec tests. apparently they are somewhat inconsistent. More... over 9 years ago
dont need to revert the copy and we need to use the internal array list More... over 9 years ago