Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration issue Thymeleaf 3.0.10RELEASE to 3.1.2RELEASE #993

Open
Saneesh opened this issue Jan 29, 2024 · 0 comments
Open

Migration issue Thymeleaf 3.0.10RELEASE to 3.1.2RELEASE #993

Saneesh opened this issue Jan 29, 2024 · 0 comments

Comments

@Saneesh
Copy link

Saneesh commented Jan 29, 2024

ThymeleafTemplateProcessor class is not working as expected.

  • It showed error for ServletContextTemplateResolver and converted it to ClassLoaderTemplateResolver.
  • In the overrided function writeTo() it is not allowing to create the object of WebContext it says incompatible 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant