Andreas Hager
Andreas Hager
Thanks for the update @agentgt. I followed IntelliJ's recommendation and migrated to the new switch expression, when jte 3 required Java 17 as minimum version. If I read your benchmark...
jte is a template engine and has no idea about Spring. I don't use Spring at all, maybe the jte Spring Boot Starter covers this, but I'm not sure.
Hi @nilshartmann, thank you for reporting! When using jte directly, this should already be the case, since the `render()` method should throw this exception when rendering a template that cannot...
Hi @robertellam, welcome and sorry for the late reply. Currently jte is expecting all templates to live in one root directory. This is expected by the build plugins (maven/gradle) and...
We already have a `.jteroot` file, which is used by the IntelliJ plugin to find out where the jte root directory is located. Currently, this file is always empty, but...
Another thought I just had, maybe we don't want to make the same mistake as Java did and forbid split packages by default?
@robertellam What I'd like to add to jte is a way to define modules, so that all template of a module still need be located in one root directory, but...
We just released jte 3.2.0, which should fix this issue.
Hi, I started a draft of a feature called jte modules about a year ago. At that time it looked like the company I'm working for (and uses jte), would...