fix for #2956 Rest TaskResultData does not propagate value
- in TaskResultImpl.getValue() use the value() method to initialize the value attribute when the task has no exception. Without this, the value was null as it is a transient attribute. - Added a test in SchedulerStateRestJobTaskResultTest.
parent
e5c1545d
Please register or sign in to comment