File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
fern/products/sdks/overview/java/changelog Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11## 3.5.7
2- ** ` (fix): ` ** Fixed NullPointerException in builder setters when collections are null by adding null checks before addAll()/ putAll() calls.
2+ ** ` (fix): ` ** Fixed ` NullPointerException ` in builder setters when collections are null by adding null checks before ` addAll() ` / ` putAll() ` calls.
33
44
55## 3.5.6
Original file line number Diff line number Diff line change 11## 3.5.9
2- ** ` (fix): ` ** Fixed missing java.util.Optional import in dynamic snippets generation for wire tests.
2+ ** ` (fix): ` ** Fixed missing ` java.util.Optional ` import in dynamic snippets generation for wire tests.
33
44
Original file line number Diff line number Diff line change 11## 3.6.1
2- ** ` (fix): ` ** Fixed wire tests failing with InvalidDefinitionException for Optional<T > serialization by using
3- the configured ObjectMappers.JSON_MAPPER instead of plain ObjectMapper.
2+ ** ` (fix): ` ** Fixed wire tests failing with ` InvalidDefinitionException ` for ` Optional<T> ` serialization by using
3+ the configured ` ObjectMappers.JSON_MAPPER ` instead of plain ` ObjectMapper ` .
44
55
66## 3.6.0
You can’t perform that action at this time.
0 commit comments