Skip to content

Commit eb2d351

Browse files
committed
Fix native for availability
- Relates to #423
1 parent 195d1d0 commit eb2d351

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spring-shell-standard-commands/src/main/resources/META-INF/native-image/reflect-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,13 @@
1414
{
1515
"name": "org.springframework.shell.standard.commands.GroupsInfoModel",
1616
"allDeclaredMethods": true
17+
},
18+
{
19+
"name": "org.springframework.shell.standard.commands.CommandParameterInfoModel",
20+
"allDeclaredMethods": true
21+
},
22+
{
23+
"name": "org.springframework.shell.standard.commands.CommandAvailabilityInfoModel",
24+
"allDeclaredMethods": true
1725
}
1826
]

0 commit comments

Comments
 (0)