thymeleaf-spring icon indicating copy to clipboard operation
thymeleaf-spring copied to clipboard

Thymeleaf integration module for Spring

Results 85 thymeleaf-spring issues
Sort by recently updated
recently updated
newest added

Given a spring boot /spring web app which contains some js and css assets. When importing css files, spring boot does the right thing by mapping the used path to...

needs triage

I am getting NoClassDefFoundError VersionUtils with thymeleaf-spring5 from this version onwards 3.0.11.RELEASE. org.springframework.boot version "2.3.4.RELEASE" implementation('org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE') Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'templateEngine' defined in class path resource...

needs triage

I'm using Thymeleaf 3.0.15 with Spring Boot 2.7 which includes JPA and Hibernate. I ran into this problem when attempting to add support for serialization of HibernateProxy objects using the...

needs triage

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-beans's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

Bumps [spring-webflux](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webflux's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...

dependencies

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 5.0.8.RELEASE to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...

dependencies

What is the best practice method to integrate Spring Profiles into Thymeleaf views to conditionally alter components in the UI? It would be possible to add profile data into the...

needs triage

- Version: **3.1.2** - Environment: Spring Boot **3.2.4**, Java **22** I have a HTML Thymeleaf view that renders a form. In this form there is a `select` element in which...

needs triage

In one of our Thymeleaf templates we have the following code: ``` ... Matches ... ``` This generally works and when `foobar` is an instance of `FooBar` the `td` is...

needs triage