-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.9.0
-
None
What are the steps to reproduce your problem?
Subscribe to a topic and pass null value as a variables:
client.subscribe(EXTERNAL_TASK_TOPIC_FOO)
.variables(null)
.handler(handler)
.open();
What is the problem?
NullPointerException is thrown.
What would be the expected behavior:
Thrown a proper exception or ignore the variables parameter.