Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/products/sdks/overview/java/changelog/2025-09-22.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 3.5.7
**`(fix):`** Fixed NullPointerException in builder setters when collections are null by adding null checks before addAll()/putAll() calls.
**`(fix):`** Fixed `NullPointerException` in builder setters when collections are null by adding null checks before `addAll()`/`putAll()` calls.


## 3.5.6
Expand Down
2 changes: 1 addition & 1 deletion fern/products/sdks/overview/java/changelog/2025-09-24.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.5.9
**`(fix):`** Fixed missing java.util.Optional import in dynamic snippets generation for wire tests.
**`(fix):`** Fixed missing `java.util.Optional` import in dynamic snippets generation for wire tests.


4 changes: 2 additions & 2 deletions fern/products/sdks/overview/java/changelog/2025-09-25.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.6.1
**`(fix):`** Fixed wire tests failing with InvalidDefinitionException for Optional<T> serialization by using
the configured ObjectMappers.JSON_MAPPER instead of plain ObjectMapper.
**`(fix):`** Fixed wire tests failing with `InvalidDefinitionException` for `Optional<T>` serialization by using
the configured `ObjectMappers.JSON_MAPPER` instead of plain `ObjectMapper`.


## 3.6.0
Expand Down