Skip to content
Merged
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
9 changes: 9 additions & 0 deletions fern/products/sdks/overview/java/changelog/2026-03-16.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 3.44.2
**`(fix):`** Generate named Java wrapper classes for unknown type aliases. Previously,
when an API schema had no `type` and no `properties` (representing an
"any" type), the generator dropped the named type definition and inlined
`Object` wherever it was referenced. Unknown type aliases now generate a
proper wrapper class (e.g. `DocumentedUnknownType`) based on
`java.lang.Object`, consistent with how other alias types are handled.


Loading