| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| thymeleaf-layout-dialect-4.0.0.zip | 2026-02-28 | 9.9 MB | |
| 4.0.0 source code.tar.gz | 2026-02-28 | 148.8 kB | |
| 4.0.0 source code.zip | 2026-02-28 | 300.3 kB | |
| README.md | 2026-02-28 | 679 Bytes | |
| Totals: 4 Items | 10.3 MB | 0 | |
- Made to align with Spring Boot 4 (#246) this changes the minimum support targets to:
- Java 17
- Groovy 5
- Gradle 9 (for building the project)
- Any workarounds made for older versions of Java have been removed from the codebase
- Remove deprecated
layout:collectprocessor
Version 4.0 of the layout dialect is made to align with Spring Boot 4's build and dependency targets, and so is built for Java 17, Groovy 5, and Gradle 9 (for building the project).
A migration guide can be found on the documentation site: https://ultraq.github.io/thymeleaf-layout-dialect/migrating-to-4.0/