-
Notifications
You must be signed in to change notification settings - Fork 12
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 NullPointerException due to missing schema #641
Conversation
...deployment/src/main/java/io/quarkus/artemis/core/deployment/DevServicesArtemisProcessor.java
Show resolved
Hide resolved
Thanks @fmjaeschke - would it be possible to add a test? |
Currently I don't know how to test the DevServicesArtemisProcessor. Even checked the existing tests for AmqpDevServicesProcessor in smallrye-reactive-messaging-amqp extension which is very similar to DevServicesArtemisProcessor. |
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.
Thank you for providing the fix 🙂
Anything holding us back to merge this? |
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.
LGTM
@all-contributors please add @fmjaeschke for bug and code |
I've put up a pull request to add @fmjaeschke! 🎉 |
Seems to fix #639