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 [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.3.10 to 5.3.23. Release notes Sourced from spring-webmvc's releases. v5.3.23 :star: New Features Introduce AnnotationUtils.isSynthesizedAnnotation(Annotation) #29054 Introduce createContext() factory method in AbstractGenericWebContextLoader #28983 Support TreeSet collection type...

dependencies

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes...

dependencies

Hi. I just started using handlebars java yesterday. I could not get something simple like this to render: ```java var handlebars = new Handlebars.registerHelperMissing((context, options) -> { throw new RuntimeException(...

Bumps closure-compiler from v20211006 to v20220905. [![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=v20220905)](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

version:4.3.0 code: ` Handlebars handlebars = new Handlebars();` ` com.github.jknack.handlebars.Template t = handlebars.compileInline("{{你好}}");` stack: at com.github.jknack.handlebars.internal.HbsErrorReporter.syntaxError(HbsErrorReporter.java:93) at com.github.jknack.handlebars.internal.antlr.ProxyErrorListener.syntaxError(ProxyErrorListener.java:41) at com.github.jknack.handlebars.internal.HbsParserFactory$2.notifyListeners(HbsParserFactory.java:138) at com.github.jknack.handlebars.internal.antlr.Lexer.nextToken(Lexer.java:144) at com.github.jknack.handlebars.internal.antlr.BufferedTokenStream.fetch(BufferedTokenStream.java:169) at com.github.jknack.handlebars.internal.antlr.BufferedTokenStream.sync(BufferedTokenStream.java:152) at com.github.jknack.handlebars.internal.antlr.BufferedTokenStream.consume(BufferedTokenStream.java:136) at com.github.jknack.handlebars.internal.antlr.atn.ParserATNSimulator.execATN(ParserATNSimulator.java:537)...

Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.12 to 2.11.1. Release notes Sourced from joda-time's releases. Release v2.11.1 See the change notes for more information. Release v2.11.0 See the change notes for more information....

dependencies

@jknack I don't know if you're interested in moving in this direction with the project just yet, but I wanted to take an initial look at getting it compatible with...

- version up commons-lang3 - version up commons-text

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in com.github.jknack.handlebars.i229.Issue229 [INFO] Running com.github.jknack.handlebars.i289.Issue289 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0,...