Update jknack handlebars to the latest version and reuse its cache #13
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
Currently, Knot.x Handlebars TE Strategy uses
implementation(group = "com.github.jknack", name= "handlebars", version = "4.0.6")
.There is a newer version available.
Describe the solution you'd like
Upgrade
handlebars
lib to the latest version and reuse its cache instead of existing Guava cache. It would be a good idea to make it configurable.Describe alternatives you've considered
If it would be impossible to keep the cache config, consider leaving the current one.
The text was updated successfully, but these errors were encountered: