Skip to content

Commit c1336f3

Browse files
authored
Merge pull request #69 from sdeleuze/thymeleaf
Add Thymeleaf metadata
2 parents 760a625 + d105917 commit c1336f3

File tree

21 files changed

+855
-1
lines changed

21 files changed

+855
-1
lines changed

metadata/index.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,13 @@
9090
{
9191
"directory": "org.glassfish.jaxb/jaxb-runtime",
9292
"module": "org.glassfish.jaxb:jaxb-runtime"
93+
},
94+
{
95+
"directory": "org.thymeleaf/thymeleaf",
96+
"module": "org.thymeleaf:thymeleaf"
97+
},
98+
{
99+
"directory": "org.thymeleaf/thymeleaf-spring6",
100+
"module": "org.thymeleaf:thymeleaf-spring6"
93101
}
94102
]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"reflect-config.json"
3+
]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[
2+
{
3+
"name": "org.thymeleaf.spring6.view.ThymeleafView",
4+
"allDeclaredConstructors": true,
5+
"condition": {
6+
"typeReachable": "org.thymeleaf.spring6.view.ThymeleafViewResolver"
7+
}
8+
},
9+
{
10+
"name": "org.thymeleaf.spring6.view.reactive.ThymeleafReactiveView",
11+
"allDeclaredConstructors": true,
12+
"condition": {
13+
"typeReachable": "org.thymeleaf.spring6.view.reactive.ThymeleafReactiveViewResolver"
14+
}
15+
},
16+
{
17+
"name": "org.thymeleaf.spring6.expression.Mvc$Spring41MvcUriComponentsBuilderDelegate",
18+
"allDeclaredConstructors": true,
19+
"condition": {
20+
"typeReachable": "org.thymeleaf.spring6.expression.Mvc"
21+
}
22+
},
23+
{
24+
"name": "org.thymeleaf.spring6.expression.Fields",
25+
"allPublicMethods": true,
26+
"condition": {
27+
"typeReachable": "org.thymeleaf.spring6.expression.SPELVariableExpressionEvaluator"
28+
}
29+
}
30+
]
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"latest": true,
4+
"metadata-version": "3.1.0.M2",
5+
"module": "org.thymeleaf:thymeleaf-spring6",
6+
"tested-versions": [
7+
"3.1.0.M2"
8+
]
9+
}
10+
]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[
2+
"reflect-config.json",
3+
"resource-config.json"
4+
]

0 commit comments

Comments
 (0)