diff --git a/spring-shell-standard-commands/src/main/resources/META-INF/native-image/reflect-config.json b/spring-shell-standard-commands/src/main/resources/META-INF/native-image/reflect-config.json index 9181ff7a..deebdd28 100644 --- a/spring-shell-standard-commands/src/main/resources/META-INF/native-image/reflect-config.json +++ b/spring-shell-standard-commands/src/main/resources/META-INF/native-image/reflect-config.json @@ -14,5 +14,13 @@ { "name": "org.springframework.shell.standard.commands.GroupsInfoModel", "allDeclaredMethods": true + }, + { + "name": "org.springframework.shell.standard.commands.CommandParameterInfoModel", + "allDeclaredMethods": true + }, + { + "name": "org.springframework.shell.standard.commands.CommandAvailabilityInfoModel", + "allDeclaredMethods": true } ]