We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a97175 commit 9faf80cCopy full SHA for 9faf80c
1 file changed
fern/products/sdks/generators/java/changelog/2026-05-06.mdx
@@ -0,0 +1,7 @@
1
+## 4.8.2
2
+**`(fix):`** Only apply `@JsonIgnore` to query-parameter getters when the wrapped request has an
3
+inlined body. The 4.0.4 fix applied `@JsonIgnore` to every query getter, which made
4
+`toString()` / `ObjectMappers.stringify()` return `{}` for pure-query GETs and for
5
+referenced/file-upload/bytes bodies — none of which serialize the wrapped request.
6
+
7
0 commit comments