-
Notifications
You must be signed in to change notification settings - Fork 626
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
NullPointerException in MessaageProperties.equals #730
Comments
Confirmed. This happens on the path:
We have to protect there like:
|
artembilan
added a commit
to artembilan/spring-amqp
that referenced
this issue
Mar 28, 2018
Fixes spring-projects#730 **Cherry-pick to 2.0.x and 1.7.x**
garyrussell
pushed a commit
that referenced
this issue
Mar 28, 2018
Fixes #730 **Cherry-pick to 2.0.x and 1.7.x**
garyrussell
pushed a commit
that referenced
this issue
Mar 28, 2018
Fixes #730 **Cherry-pick to 2.0.x and 1.7.x**
garyrussell
added a commit
that referenced
this issue
Mar 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
org/springframework/amqp/core/MessageProperties.java equals method uses a non null-safe equals.
Example Test:
The text was updated successfully, but these errors were encountered: