Skip to content

Commit

Permalink
Update 0039-use-apache-velocity-as-template-engine.md (#12187)
Browse files Browse the repository at this point in the history
* Update 0039-use-apache-velocity-as-template-engine.md

* Update docs/decisions/0039-use-apache-velocity-as-template-engine.md

Co-authored-by: Subhramit Basu Bhowmick <[email protected]>

---------

Co-authored-by: Christoph <[email protected]>
Co-authored-by: Subhramit Basu Bhowmick <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 05e715a commit bfaec9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/decisions/0039-use-apache-velocity-as-template-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ${CanonicalBibEntry.getCanonicalRepresentation($entry)}
* Good, because it has simple syntax, and it is designed for simple template workflows.
* Good, because it has a stable syntax ([source](https://stackoverflow.com/a/1984458/10037342)).
* Bad, because it is in maintenance mode.
* Bad, because [removed from Spring 5.0.1](https://www.baeldung.com/spring-template-engines#other-template-engines)

### Apache FreeMarker

Expand Down Expand Up @@ -107,4 +108,7 @@ Here are the papers you are analyzing:

As stated in [the template discussion issue](https://github.com/koppor/jabref/issues/392), we should choose a template engine, and then slowly migrate previous code and templates to the chosen engine.

Other template engines are discussed at <https://www.baeldung.com/spring-template-engines>, especially [`#other-template-engines`](https://www.baeldung.com/spring-template-engines#other-template-engines).
We did not find any other engine there worth switching to.

<!-- markdownlint-disable-file MD004 -->

0 comments on commit bfaec9b

Please sign in to comment.