diff --git a/fern/products/sdks/overview/java/changelog/2026-03-16.mdx b/fern/products/sdks/overview/java/changelog/2026-03-16.mdx new file mode 100644 index 0000000000..04c39aaac3 --- /dev/null +++ b/fern/products/sdks/overview/java/changelog/2026-03-16.mdx @@ -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. + +