Remove support for Thymeleaf

Closes gh-28611
This commit is contained in:
Scott Frederick
2021-11-11 15:02:51 -06:00
committed by Andy Wilkinson
parent 22cc9ca6fa
commit 015dca1956
60 changed files with 19 additions and 2293 deletions

View File

@@ -1386,7 +1386,6 @@ bom {
"spring-boot-starter-rsocket",
"spring-boot-starter-security",
"spring-boot-starter-test",
"spring-boot-starter-thymeleaf",
"spring-boot-starter-tomcat",
"spring-boot-starter-undertow",
"spring-boot-starter-validation",
@@ -1621,42 +1620,6 @@ bom {
]
}
}
library("Thymeleaf", "3.0.12.RELEASE") {
group("org.thymeleaf") {
modules = [
"thymeleaf",
"thymeleaf-spring5"
]
}
}
library("Thymeleaf Extras Data Attribute", "2.0.1") {
group("com.github.mxab.thymeleaf.extras") {
modules = [
"thymeleaf-extras-data-attribute"
]
}
}
library("Thymeleaf Extras Java8Time", "3.0.4.RELEASE") {
group("org.thymeleaf.extras") {
modules = [
"thymeleaf-extras-java8time"
]
}
}
library("Thymeleaf Extras SpringSecurity", "3.0.4.RELEASE") {
group("org.thymeleaf.extras") {
modules = [
"thymeleaf-extras-springsecurity5"
]
}
}
library("Thymeleaf Layout Dialect", "3.0.0") {
group("nz.net.ultraq.thymeleaf") {
modules = [
"thymeleaf-layout-dialect"
]
}
}
library("Tomcat", "${tomcatVersion}") {
prohibit("[10.0.0-M1,)") {
because "it uses the jakarta.* namespace"