Tiago Bueno created ARTEMIS-3586:
------------------------------------
Summary: ActiveMQActivationSpec equals method has switched
singleConnection and useJNDI null pointer verification
Key: ARTEMIS-3586
URL: https://issues.apache.org/jira/browse/ARTEMIS-3586
Project: ActiveMQ Artemis
Issue Type: Bug
Affects Versions: 2.19.0
Reporter: Tiago Bueno
Fix For: 2.20.0
The equals method on ActiveMQActivationSpec has a switched null pointer
verification for singleConnection and useJNDI fields.
Since both fields are initialized with a value by default it should not be a
problem but if one of these fields are set as null at some point and then
equals is called it throws a NPE.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)