-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Spring Boot 3.2 + Thymeleaf: EL1005E Type cannot be found for valid classes #38574
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
Comments
I think this is probably a duplicate of spring-projects/spring-framework#31668 Can you check with Spring Framework 6.1.2-SNAPSHOT and let us know if it doesn't work out? |
Thanks! I tried with Spring Framework 6.1.2-SNAPSHOT and all works as expected. |
Duplicate of spring-projects/spring-framework#31668 |
From my perspective, it's closed because I have a workaround. However, anyone that grabs Spring Boot 3.2 will have the same issue. So perhaps you want to resolve a different way. Please close as you see fit. |
I also confirmed that this one is fixed in Spring Boot 3.2.1-SNAPSHOT. |
Thanks, @gboersma. Much appreciated. |
I have a Spring Boot application that runs as expected with Spring Boot 3.1.6. Upgrading to 3.2.0 now causes Thymeleaf exceptions on any page that uses the "T(" + class name (EL1005E: Type cannot be found).
Any ideas?
This is in my pom.xml:
On my template, I have the following:
I get the error:
The text was updated successfully, but these errors were encountered: