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

io.javalin as the group id #4

Closed Playacem closed 2 years ago

tipsy commented 2 years ago

Seems something else must be updated too

Playacem commented 2 years ago

Will take a look at the issues later today.

Playacem commented 2 years ago

I fixed the CI issues by upgrading Thymeleaf to a 3.1 milestone,

For fixing the resulting breaking changes I have consulted the following example: https://github.com/thymeleaf/thymeleaf/blob/c7ec4ee0422f3c547fbc5656e3e15b4d075e17f4/examples/core/thymeleaf-examples-gtvg-jakarta/src/main/java/thymeleafexamples/gtvg/web/filter/GTVGFilter.java

tipsy commented 2 years ago

Thanks @Playacem!