Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.12.0
-
None
-
None
Description
We have introduced a new default method in OutputFile which returns null by default. Unfortunately we not always prepared for this null causing NPE in case of this interface is implemented by our API client. (Our own implementations overrides this method and returns non-null values.)