We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113ff7b commit 14a8a0cCopy full SHA for 14a8a0c
fern/products/sdks/overview/java/changelog/2025-10-28.mdx
@@ -1,3 +1,10 @@
1
+## 3.10.1
2
+**`(fix):`** Fixed nullable annotation generation in builder setters when `use-nullable-annotation` is enabled.
3
+Builder setter parameters for nullable fields now correctly use `@org.jetbrains.annotations.Nullable`
4
+instead of incorrectly attempting to use the `Nullable<T>` container class as an annotation.
5
+Also removed `@Nullable` from path parameters as they are always required in REST APIs.
6
+
7
8
## 3.10.0
9
**`(feat):`** Add support for three-state nullable fields in PATCH requests via `use-nullable-for-optional-fields` config.
10
When enabled, optional fields use `Nullable<T>` instead of `Optional<T>` to distinguish between
0 commit comments