Skip to content

Configure FreemarkerViewRenderer #8430

Closed Answered by joschi
JKomoroski asked this question in Q&A
Discussion options

You must be logged in to vote

You can specify the version with the incompatible_improvements configuration setting for Freemarker, see Configuration#setSetting(String, String):

# configuration.yaml
views:
  freemarker:
    incompatible_improvements: "2.3.32"

"incompatible_improvements": See setIncompatibleImprovements(Version).
String value: version number like 2.3.20.

Also, I don't think the caching behavior for FreemarkerViews can be configured as currently designed.

Which behavior do you mean exactly?

  • "cache_storage": See setCacheStorage(freemarker.cache.CacheStorage).

  • Replies: 1 comment 1 reply

    Comment options

    You must be logged in to vote
    1 reply
    @JKomoroski
    Comment options

    Answer selected by joschi
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Category
    Q&A
    Labels
    None yet
    2 participants