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 d02103d commit 930d2f5Copy full SHA for 930d2f5
1 file changed
fern/products/sdks/overview/java/changelog/2026-03-16.mdx
@@ -0,0 +1,9 @@
1
+## 3.44.2
2
+**`(fix):`** Generate named Java wrapper classes for unknown type aliases. Previously,
3
+when an API schema had no `type` and no `properties` (representing an
4
+"any" type), the generator dropped the named type definition and inlined
5
+`Object` wherever it was referenced. Unknown type aliases now generate a
6
+proper wrapper class (e.g. `DocumentedUnknownType`) based on
7
+`java.lang.Object`, consistent with how other alias types are handled.
8
+
9
0 commit comments