Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.0, 1.6.0
Description
In FLINK-8233 the ObjectMapper used for the REST API was modified to not fail on missing creator properties. This means that any field for any request may be null.
Since fields not being null was an assumption that handlers were previously built on, we now have to scan every implementation to ensure they can't fail with an NPE.