1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a fix for issue 56 with a test More... about 13 years ago
update the readme with build instructions More... about 13 years ago
failed to repro the reported bug with this, might as well add this regression test though. More... about 13 years ago
get rid of Nullable More... about 13 years ago
this looks like a initialization concurrency bug we saw at twitter More... about 13 years ago
Enabled java builds on travis-ci More... about 13 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... about 13 years ago
close the reader More... about 13 years ago
[maven-release-plugin] prepare for next development iteration More... about 13 years ago
[maven-release-plugin] prepare release mustache.java-0.8.9 More... about 13 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... about 13 years ago
Fix Function vs TemplateFunction so that you can grab output More... about 13 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 13 years ago
Fix Issue #53 and allow recursion within extensions More... over 13 years ago
Update the maven instructions to the latest version More... over 13 years ago
add in concurrent templates as well to show that is robust More... over 13 years ago
added a concurrency test that shows that things work even under heavy concurrency More... over 13 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 13 years ago
make the example dependencies up to date More... over 13 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 13 years ago
add a test for simpleobjecthandler dot notation and a fix More... over 13 years ago
[maven-release-plugin] prepare for next development iteration More... over 13 years ago
[maven-release-plugin] prepare release mustache.java-0.8.8 More... over 13 years ago
Merge pull request #55 from dhelder/scala_stream_fix More... over 13 years ago
ScalaObjectHandler.scala: coerce: match collection.Map (so matches mutable.Map) iterate: do foreach on Traversable, not map. If the Traversable was a Stream, it was lazily evalutated, so there was no guarantee any elements were included. TwitterObjectHandler.scala: Refactor to derive from ScalaObjectHandler More... over 13 years ago
Update README.md More... over 13 years ago
[maven-release-plugin] prepare for next development iteration More... over 13 years ago
[maven-release-plugin] prepare release mustache.java-0.8.7 More... over 13 years ago
update the pom to the scm urls that github requires More... over 13 years ago
disable this test until we can figure out a way to fix it, if these two features arent at odds with one another More... over 13 years ago