You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-java/release-notes/release-notes-15-to-29.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,11 @@
37
37
- Generic OData Client: Revert behavior change introduced in `5.20.0` that let to HTTP responses not being consumed by default.
38
38
If you want to use `disableBufferingHttpResponse()` on `ODataRequestRead` or `ODataRequestReadByKey` please switch to `withoutResponseBuffering()` instead.
39
39
40
+
### 🐛 Known Issues
41
+
42
+
- Using the `openapi-generator-plugin` in combination with a _Swagger v2_ specification file will likely lead to dependency convergence issue.
43
+
If you have a `MethodNotFoundException` please use `5.20.0` or `5.22.0` (or later).
0 commit comments