-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gateways builder #93
Fix gateways builder #93
Conversation
b9dc191
to
4a19ec5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for providing this fix, @edomingues!
There are, however, two things I'd like to see adjusted:
- I am missing a test for the
DefaultReactorCommandGateway
changes. Would you mind adding that? - We feel this is a fix worthy of doing a patch release of the Reactor Extension for. To that end, your PR should point to the
axon-reactor-4.5.x
branch, however. Would you mind adjusting the base of your branch for this?
4a19ec5
to
99d4a38
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My concerns have been addressed, hence approving.
The build succeeds. The issues lie with the deploy to sonatype that fails because of credentials. Thanks for the effort here, @edomingues! We'll do a release of the Reactor Extension ASAP. |
When creating a
DefaultReactorQueryGateway
using its Builder, the Dispatch Interceptors are not registered. The same happens with theDefaultReactorCommandGateway
and Result Handler Interceptors. This PR fixes both.