Closed
Description
In the InvocableShellMethod, the doInvoke method reverts to the base Validator as opposed to the context one. This effectively prevents (Spring Boot from injecting beans into the JSR-303 Bean Validation API)[https://docs.spring.io/spring-framework/docs/3.0.0.RC1/reference/html/ch05s07.html].
After some debugging, it's been retraced to the following:
This is most likely a leftover from debugging and should be omitted to allow for the class Validator to be used.