You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: