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

Bumps closure-compiler from v20211006 to v20220803. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.javascript:closure-compiler&package-manager=maven&previous-version=v20211006&new-version=v20220803)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

This PR implements `.collectWithParameters()` and `.collectAllParameters()`

The ability to use `registerDynamicHelper` to map class methods onto helpers is extremely helpful, but currently the method name is used with no ability to customize, and all helper methods...

We are creating a Spring bean with dependents injected as a Helper registration. This used to work previously, but in the latest version it is not working. The issue is,...

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.10 to 5.3.22. Release notes Sourced from spring-webmvc's releases. v5.3.22 :star: New Features Improve regex "." matching for URL paths #28815 Spring JDBC does not recognize LocalDate...

dependencies

I have mvn 3.8.3 and Java 11.0.5. plugin uses javascriptHelper Plugin: ![image](https://user-images.githubusercontent.com/100113601/176698134-72b49a11-d922-4715-93d9-ab1852f9f44d.png) trace-log: [INFO] --- git-changelog-maven-plugin:1.92:git-changelog (GenerateGitChangelog) @ git-log --- [INFO] Extended variables: [ERROR] GitChangelog java.lang.NullPointerException at com.github.jknack.handlebars.helper.DefaultHelperRegistry.engine (DefaultHelperRegistry.java:304) at...

Hi team, Is it possible to fail the validation using handlebars functions if the template is having Built-In Helpers / Custom Helpers / Partials? I don't want the user to...

Block parameters are in a Map, which is not handled by JsonNodeValueResolver. Ideally, JsonNodeValueResolver should also support Map resolution.

handlebars.java version: 4.2.0 For the following template: ``` {{#each items as |item i|}}{{this.i}}: {{this.j}}\n{{/each}} ``` with context: ```javascript { "items": [ { "i": "a", "j": "b" }, { "i": "1",...

Bumps [maven-plugin-api](https://github.com/apache/maven) from 3.8.3 to 3.8.6. Release notes Sourced from maven-plugin-api's releases. 3.8.5 What's Changed [3.8.x][MNG-7156][MNG-7285] Add locking in MojoExecutor by @​gnodet in apache/maven#628 [MNG-6326] Make the build fail if...

dependencies