Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
0
Description
Suggested release note:
If you were subscribing to the event bus and printing all the events, you may have noticed `Event.toString()` throwing a `NullPointerException` if the event context is null. `Event.toString()` is now handles null contexts more gracefully, and no longer throws this exception.
Event context is de-facto nullable, but Event.toString() always dereferences it.