javalin / javalin-rendering

Artifact/module for server-side template/markdown rendering in Javalin: https://javalin.io/plugins/rendering
Apache License 2.0
10 stars 7 forks source link

jte-kotlin required in java projects #8

Closed ishehadeh closed 2 years ago

ishehadeh commented 2 years ago

Hi, I'm currently writing a Java web app with javalin + jte. Since I upgraded to version 5 of Javalin, I started using this package which requires jte-kotlin to be included in my dependencies in addition to jte. Is there any way around this? It isn't a big deal, but I'd rather keep the number of dependencies down if possible.

tipsy commented 2 years ago

This seems like a bug @ishehadeh, maybe something happened during the transfer.

tipsy commented 2 years ago

Found the offending line @ishehadeh, will fix.

tipsy commented 2 years ago

FIxed in https://github.com/javalin/javalin-rendering/commit/c5d15016dc44909428243a72ae0de6fe22e65db2 :)

ishehadeh commented 2 years ago

Wow that was fast! Thanks!