Skip to content

Commit 1b8ba50

Browse files
newtorkrpanackal
andauthored
Java: Add known-issue for 5.20.0 (#2170)
* Update release-notes-15-to-29.mdx * Update release-notes-15-to-29.mdx * linting --------- Co-authored-by: Roshin Rajan Panackal <[email protected]> Co-authored-by: Roshin Rajan Panackal <[email protected]>
1 parent a1d5287 commit 1b8ba50

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs-java/release-notes/release-notes-15-to-29.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,23 @@
5151
- Fix `CVE-2025-48734` by transitive dependency update in `connectivity-ztis`.
5252
- For OData Generic Client: Fix `disableBufferingHttpResponse()` in `ODataRequestResultGeneric`.
5353

54+
### 🐛 Known Issues
55+
56+
- For OData clients: This release changed the default HTTP response lifecycle for OData request-execution results.
57+
58+
Until `5.19.0` the underlying _OData Generic Client_ was "eagerly" consuming the HTTP response.
59+
With `5.20.0` it changed to "lazily" consuming the HTTP response while buffering the content.
60+
While this is considered a fix and acceptable change for the expert _OData Generic Client_, we unintentionally changed the behavior in the convenience classes for OData v2 and OData v4 as well.
61+
This behavior change in convenience API will be reverted with next `5.21.0`.
62+
63+
Affected users may observe the following exception message due to HTTP responses not being consumed and HTTP connections not being closed automatically:
64+
65+
```
66+
ConnectionPoolTimeoutException: Timeout waiting for connection from pool
67+
```
68+
69+
Please use `5.19.0` until this is fixed in `5.21.0`.
70+
5471
## 5.19.0 - May 26, 2025
5572

5673
[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F5.19.0)

0 commit comments

Comments
 (0)