mustache.java icon indicating copy to clipboard operation
mustache.java copied to clipboard

Implementation of mustache.js for Java

Results 27 mustache.java issues
Sort by recently updated
recently updated
newest added

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

Added dynamic partial functionalities. This will enable JSON to direct which partial to invoke

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://infosecwriteups.com/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb) --- This is a security fix for a high severity vulnerability in your [Apache Maven](https://maven.apache.org/) `pom.xml` file(s). The build files indicate that this project is resolving dependencies over HTTP...

See https://github.com/mustache/spec/issues/179 for an issue raised on the mustache spec repository. In brief, mustache.java renders the input data ```js { "a.b": "c" } ``` and template ``` {{ a.b }}...

At constructor of PartialCode.java, in line 23, the slash it looks for is hard-coded to be forward-slash (Used everywhere except Windows): protected PartialCode(TemplateContext tc, DefaultMustacheFactory df, Mustache mustache, String type,...

https://github.com/spullara/mustache.java/pull/273 (Add FileSystemResolver(Path) constructor ) was merged into main on 6 Oct 2021, but isn't part of release [0.9.10](https://github.com/spullara/mustache.java/releases/tag/0.9.10) Simple to build from main, or even copy/paste the enhanced FileSystemResolver,...

`v0.9.10` defines an automatic module name ``` $ jarviz module descriptor --file compiler-0.9.10.jar name: com.github.mustachejava version: 0.9.10 open: false automatic: true requires: java.base mandated contains: com.github.mustachejava com.github.mustachejava.codes com.github.mustachejava.functions com.github.mustachejava.reflect com.github.mustachejava.reflect.guards...

So I recently early released a mustache type checked library called JStachio: https://github.com/jstachio/jstachio While it may seems like JStachio is a competing Mustache implementation I think its complementary to both...

Within the `ClassPathResolver` a ClassLoader is used to retrieve a URL resource in the `getReader` method. This class loader is retrieved from the current thread's defined context class loader. However,...

I don't know how your build/release process works, but I hope this will allow you to easily release artifacts under these new names.