We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f826f29 commit 703ffc8Copy full SHA for 703ffc8
spring-shell-core/src/main/java/org/springframework/shell/command/invocation/InvocableShellMethod.java
@@ -298,7 +298,6 @@ protected Object doInvoke(Object... args) throws Exception {
298
try {
299
if (validator != null) {
300
Method bridgedMethod = getBridgedMethod();
301
- Validator validator = Utils.defaultValidator();
302
Set<ConstraintViolation<Object>> constraintViolations = validator.forExecutables()
303
.validateParameters(getBean(), bridgedMethod, args);
304
if (constraintViolations.size() > 0) {
0 commit comments