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

Logic-less and semantic Mustache templates with Java

Results 176 handlebars.java issues
Sort by recently updated
recently updated
newest added

These issues have been filed on my library, I think this change would be help. - https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/57 - https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/43

I see `commons-text` is in [pom.xml](https://github.com/jknack/handlebars.java/blob/master/pom.xml) file, but not shown in `./gradlew dependencies` and not shown in web UI here https://mvnrepository.com/artifact/com.github.jknack/handlebars/4.3.1

Fixes Issue #1084 Escaping raw expressions (TVAR) is supported by **Handlebars.js**, but **Handlebars.java** currently only supports escaping normal expressions (VAR). It is a simple fix to also support escaping raw...

Fixes Issue [#1084 ](https://github.com/jknack/handlebars.java/issues/1084) Escaping raw expressions (TVAR) is supported by **Handlebars.js**, but **Handlebars.java** currently only supports escaping normal expressions (VAR). It is a simple fix to also support escaping...

The `ESC_VAR` lexer function which supports escaped handlebars expressions using a backslash, only works for normal expressions that are defined using 2 curly brackets like `\{{var}}`, but it does not...

I have a model property `Map statuses = new EnumMap(Line.class);` where these are the enum definitions: ```java public enum Line { unknown /*Line$1*/, Bakerloo /*Line$2*/, ... } public enum StatusChange...

When running handlebars on Android as part of WireMock. Getting a NumberFormatException when Handlebars.Util tries to get the javaVersion(). The value is returned as a string "0.9" in Android. static...

This pr is on the 4.x branch as the master branch should use proper module-info.

`handlebars-markdown` module was removed in https://github.com/jknack/handlebars.java/issues/900. This PR removed removes Markdown module from Readme.