Closed symphony-youri closed 3 years ago
maybe we can add a comment in the pom where the freemarker version is specified to remember to update also this one if we update the pom? wdyt?
maybe we can add a comment in the pom where the freemarker version is specified to remember to update also this one if we update the pom? wdyt?
my understanding is that we might not want to because it could change the behavior for existing templates (i'm not sure we have this kind of problems), I would perhaps do it on a per need basis
my understanding is that we might not want to because it could change the behavior for existing templates (i'm not sure we have this kind of problems), I would perhaps do it on a per need basis
ok got it, It makes sense! I'm ok then to keep it like this! :)
Freemarker now logs a warning when Configuration.getVersion() is used, a specific version should be used instead.
See https://freemarker.apache.org/docs/pgui_config_incompatible_improvements.html
Use the current version that we get as a dependency (that what is returned by getVersion() now).