GitHub / spullara/mustache.java / commits
Implementation of mustache.js for Java
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 023374b2 | Keep only Callable dotted-name traversal | Sam Pullara <s****a@g****m> | about 1 month ago | |
| a7879b1f | Use resolved dotted scopes during section rendering | Sam Pullara <s****a@g****m> | about 1 month ago | |
| 782eeee9 | Reduce redundant dotted section invocations | Sam Pullara <s****a@g****m> | about 1 month ago | |
| 6cdfc9bd | Add AGENTS.md repository guidelines | Sam Pullara <s****a@g****m> | about 1 month ago | |
| c34050a5 | Add regression tests for dotted section scoping | Sam Pullara <s****a@g****m> | about 1 month ago | |
| d42bd827 | Invoke intermediate callables in dotted names | Sam Pullara <s****a@g****m> | about 1 month ago | |
| a83635ad | Push intermediate scopes for dotted-name sections | Sam Pullara <s****a@g****m> | about 1 month ago | |
| 5dca98ff | Push intermediate scopes for dotted-name sections | Sam Pullara <s****a@g****m> | about 1 month ago | |
| 4f3b02c9 | Fixed a typo |
Joosep Sisas <j****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 1 year ago | |
| 9b038fcd | compiler: add JaCoCo Maven plugin for test coverage | Sam Pullara <s****a@g****m> | almost 2 years ago | |
| 6b11ed6d | this should have been updated | Sam Pullara <s****a@g****m> | almost 2 years ago | |
| e5577075 | add vscode directory to the gitignore | Sam Pullara <s****a@g****m> | about 2 years ago | |
| 8dab62fa | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****a@g****m> | about 2 years ago | |
| 698bb592 | [maven-release-plugin] prepare release mustache.java-0.9.14 | Sam Pullara <s****a@g****m> | about 2 years ago | |
| 78dbb3e8 | ISSUE-305: add a test case | Sam Pullara <s****a@g****m> | about 2 years ago | |
| 702606fc | add support for dynamicnames | Sam Pullara <s****a@g****m> | about 2 years ago | |
| 9442141c | update the README with a link to the build | Sam Pullara <s****a@g****m> | about 2 years ago | |
| a9c77e8c | the lambda tests depend on this ordering | Sam Pullara <s****a@g****m> | about 2 years ago | |
| 9cc19a42 | update to latest spec tests | Sam Pullara <s****m@s****m> | about 2 years ago | |
| b2676e40 | Update README.md |
Sam Pullara <s****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| d2a26321 | Update maven.yml |
Sam Pullara <s****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 5f883aee | Update maven.yml |
Sam Pullara <s****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| b72d3afb | Create maven.yml |
Sam Pullara <s****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| f493d6dc | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****a@g****m> | over 2 years ago | |
| 6020349d | [maven-release-plugin] prepare release mustache.java-0.9.13 | Sam Pullara <s****a@g****m> | over 2 years ago | |
| adb82eb6 | Fix ClasspathResolver for non-context class loader case |
Ian Levesque <i****e@m****m>
Committed by: Sam Pullara <s****a@g****m> |
over 2 years ago | |
| 634b4607 | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****a@g****m> | over 2 years ago | |
| 5187e6b0 | [maven-release-plugin] prepare release mustache.java-0.9.12 | Sam Pullara <s****a@g****m> | over 2 years ago | |
| a58f7a20 | Make ClasspathResolver thread-safe |
Ian Levesque <i****e@m****m>
Committed by: Sam Pullara <s****a@g****m> |
over 2 years ago | |
| 2342f36f | dont use a template function for this | Sam Pullara <s****a@g****m> | over 2 years ago | |
| 01054a7a | Replace hamcrest assertions with jUnit assertions |
Russell Howe <r****e@s****k>
Committed by: Sam Pullara <s****a@g****m> |
over 2 years ago | |
| 5c3735ec | Remove usage of jUnit 3.x TestCase |
Russell Howe <r****e@s****k>
Committed by: Sam Pullara <s****a@g****m> |
over 2 years ago | |
| 761f2269 | add an example from discussion 155 on the mustache spec | Sam Pullara <s****a@g****m> | almost 3 years ago | |
| 61649d44 | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****a@g****m> | almost 3 years ago | |
| fed54375 | [maven-release-plugin] prepare release mustache.java-0.9.11 | Sam Pullara <s****a@g****m> | almost 3 years ago | |
| d6dfa107 | need to update to the latest goal | Sam Pullara <s****a@g****m> | almost 3 years ago | |
| 016764cb | add manifest information to built jar |
Steven Massaro <s****b@g****m>
Committed by: Sam Pullara <s****a@g****m> |
almost 3 years ago | |
| 8c97ec40 | ISSUR-280: example of delaying parsing and execution when you don't need it c... | Sam Pullara <s****a@g****m> | almost 3 years ago | |
| 43fd04aa | add a test for null breaking execute | Sam Pullara <s****a@g****m> | about 3 years ago | |
| 64e6e3f2 | change jackson version to remove warnings | Sam Pullara <s****a@g****m> | about 3 years ago | |
| 304f71a0 | ISSUE-291: fix substring issue with empty dot | Sam Pullara <s****a@g****m> | about 3 years ago | |
| 39dbf470 | Remove unused imports from AbstractObjectHandler |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 3433d0cb | update to a later scala without deserialization issue | Sam Pullara <s****a@g****m> | about 3 years ago | |
| c4c5a6f6 | share find code between Map/Simple object handlers | Sam Pullara <s****a@g****m> | about 3 years ago | |
| 1bda90ec | one issue with inheritance with the full spec test. disabling for now. | Sam Pullara <s****a@g****m> | about 3 years ago | |
| 7b5b6006 | remove usage of immutablemap |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| c402e4ee | better test name for mapobjecthandler |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 550eb6f5 | remove unused import |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| e721a55d | added reflection object handler test |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| e14eab7a | map spec now runs all tests |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 261ef9c6 | removed reflection from spec test |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 430b1aca | more accurate comment |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 283f9069 | formatting |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 55b1fb45 | added map spec tests WIP |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 9b194469 | added mapobjecthandler |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 22097736 | add AbstractObjectHandler |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
about 3 years ago | |
| 78a48413 | added tests |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 3 years ago | |
| a09a8992 | Add option of disabling reflection in SimpleObjectHandler |
Henoch Yehayes <h****s@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 3 years ago | |
| e1422496 | ISSUE-268: Fix ClasspathResolverTest |
Russell Howe <r****e@s****k>
Committed by: Sam Pullara <s****a@g****m> |
about 4 years ago | |
| 9896a263 | Update tests for jUnit 4.x |
Russell Howe <r****e@s****k>
Committed by: Sam Pullara <s****a@g****m> |
about 4 years ago | |
| 5db735e6 | ISSUE-282: add template function test | Sam Pullara <s****a@g****m> | about 4 years ago | |
| c259f5c5 | Remove guava as a dependency |
Russell Howe <r****e@s****k>
Committed by: Sam Pullara <s****a@g****m> |
about 4 years ago | |
| d50bc17c | Do a better job with newlines |
Kevin Wright <k****t@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 4 years ago | |
| bd12b615 | Fix behaviour of nested IndentWriters |
Kevin Wright <k****t@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 4 years ago | |
| 2d814a75 | update to the latest spec tests | Sam Pullara <s****a@g****m> | over 4 years ago | |
| 0564b9d2 | readme: mustache.github.com -> mustache.github.io |
Frank Upgang <m****l@f****e>
Committed by: Sam Pullara <s****a@g****m> |
about 5 years ago | |
| 63074672 | undo import * | Sam Pullara <s****a@g****m> | about 5 years ago | |
| efb67c49 | ISSUE-268: If the resulting template is a directory we should fail | Sam Pullara <s****a@g****m> | about 5 years ago | |
| c84c844c | readme: mustache.github.com -> mustache.github.io |
Valeriy <v****y@m****m>
Committed by: Sam Pullara <s****a@g****m> |
about 5 years ago | |
| a05a3ff3 | ISSUE-266: add a character location for an improperly closed variable | Sam Pullara <s****a@g****m> | about 5 years ago | |
| 8ea53da0 | update readme to point to latest 0.9.10 | Sam Pullara <s****a@g****m> | over 5 years ago | |
| 6f07f979 | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****m@o****m> | over 5 years ago | |
| fc115224 | [maven-release-plugin] prepare release 0.9.10 | Sam Pullara <s****m@o****m> | over 5 years ago | |
| b458d48d | forgot to not remove src. need to get rid of it at some point. | Sam Pullara <s****a@g****m> | over 5 years ago | |
| fb9f0290 | upgrade guava and junit | Sam Pullara <s****a@g****m> | over 5 years ago | |
| 904e0ee6 | remove nashorn support and handlebar | Sam Pullara <s****a@g****m> | over 5 years ago | |
| c17bb110 | ISSUE-264: add tests for all the disallowed behavior | Sam Pullara <s****a@g****m> | over 5 years ago | |
| 7efecb83 | ISSUE-264: disallow methods on java.lang.Object, even if overridden | Sam Pullara <s****a@g****m> | over 5 years ago | |
| 7d9c2371 | ISSUE-264: introduction of a SafeMustacheFactory for use when using untrusted... | Sam Pullara <s****a@g****m> | over 5 years ago | |
| 28d8a4a8 | Suggestion from Synk |
Sam Pullara <s****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d11c5a9d | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****m@o****m> | over 5 years ago | |
| 0b4b8d68 | [maven-release-plugin] prepare release mustache.java-0.9.8 | Sam Pullara <s****m@o****m> | over 5 years ago | |
| 37d54654 | api change | Sam Pullara <s****m@o****m> | over 5 years ago | |
| f0f4f17a | merge Merge branch 'main' of https://github.com/spullara/mustache.java | Sam Pullara <s****a@g****m> | over 5 years ago | |
| 00d80c00 | Enable depedency caching for travis |
Taher Ahmed Ghaleb <t****b@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 5 years ago | |
| c498f7b2 | scala2.13.5_fix: Fixed a number of deprecation issues related to Scala 2.13.x: |
Byron Weber Becker <b****r@u****a>
Committed by: Sam Pullara <s****a@g****m> |
over 5 years ago | |
| ca27b51e | added template-benchmark stock bench | spullara <s****a@g****m> | over 5 years ago | |
| e8db5bf0 | added template-benchmark stock bench |
spullara <s****a@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 5 years ago | |
| ef7bb690 | ISSUE #257: initial stab at dynamic partials and how they can work today by e... |
spullara <s****a@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 5 years ago | |
| 88b053b2 | ISSUE #257: initial stab at dynamic partials and how they can work today by e... | spullara <s****a@g****m> | over 5 years ago | |
| 99ee0192 | ISSUE #256: backwards compatible change that will search for methods on inter... | spullara <s****a@g****m> | over 5 years ago | |
| 89793f3b | ISSUE #256: backwards compatible change that will search for methods on inter... |
spullara <s****a@g****m>
Committed by: Sam Pullara <s****a@g****m> |
over 5 years ago | |
| 59a85ef2 | merge Merge branch 'master' into main | Sam Pullara <s****m@o****m> | over 5 years ago | |
| 1d198d16 | New release. Updated maven block. |
Sam Pullara <s****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| db5ba3f8 | New release. Updated maven block. | Sam Pullara <s****a@g****m> | almost 6 years ago | |
| e4855235 | [maven-release-plugin] prepare for next development iteration | Sam Pullara <s****m@o****m> | almost 6 years ago | |
| b5e6593c | [maven-release-plugin] prepare release mustache.java-0.9.7 | Sam Pullara <s****m@o****m> | almost 6 years ago | |
| 3e59ba4c | update for openjdk in the build | spullara <s****a@g****m> | almost 6 years ago | |
| a925db01 | catch exceptions from functions and report where they fail | Sam Pullara <s****m@o****m> | over 6 years ago | |
| 57a4e3ed | added a scala 2.13 build and removed twitter util-core where it wasn't used |
Christian Schmitt <c****t@e****e>
Committed by: Sam Pullara <s****a@g****m> |
about 7 years ago |