Hey,
What’s the recommended approach to doing structural validation? I’ve added some @Size() constraints to my command, and I have the jsr303 interceptor wired in.
Should I be redoing this check in the AR? If not, is there a way to attach the jsr303 interceptor to the CommandBus used by the GivenWhenThenTestFixture so I can see things fail properly?
JAmes