thymeleaf
thymeleaf copied to clipboard
Migration issue Thymeleaf 3.0.10RELEASE to 3.1.2RELEASE
ThymeleafTemplateProcessor class is not working as expected.
- It showed error for
ServletContextTemplateResolverand converted it toClassLoaderTemplateResolver. - In the overrided function
writeTo()it is not allowing to create the object ofWebContextit saysincompatible types: javax.servlet.http.HttpServletRequest cannot be converted to org.thymeleaf.web.IWebExchange. How can I fix it?
My Java version is 8 I'm using Thymeleaf with JerseyMVC and JAX-RS