Teddy Reinert

Results 3 comments of Teddy Reinert

You should be able to just do the following ``` String prefix = "/template/requests/"; String suffix = ".json"; TemplateLoader templateLoader = new ClassPathTemplateLoader(prefix, suffix); Handlebars handlebars = new Handlebars(templateLoader); Template...

Not the creator, however the JDK11 community has stated that Java 11 will NOT remove Nashorn. it has only been stated that it will be deprecated. There is no need...

Understood. I know many were worried about the nashorn deal until they saw that tweet. We may need to fork and undertake that ourselves. I have not seen much activity...