comoroberto

Results 2 comments of comoroberto

Hi @jknack, same issue here with Java 15 and Java 17 invoking com.github.jknack.handlebars.Handlebars.registerHelpers `java.lang.NullPointerException: Cannot invoke "javax.script.ScriptEngine.put(String, Object)" because "this.engine" is null` It's a spring boot 2.5.8 project. ``` org.springframework.boot...

> @comoroberto where you able to resolve your issue? > > I am using handlebars as part of [git-changelog-lib](https://github.com/tomasbjerre/git-changelog-lib) and have added `nashorn` manually as well. Build is still failing...