Skip to content

Commit 672e9c6

Browse files
committed
linting
1 parent 7c1be34 commit 672e9c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
### 🐛 Known Issues
1111

1212
- For OData clients: This release changed the default HTTP response lifecycle for OData request-execution results.
13-
13+
1414
Until `5.19.0` the underlying _OData Generic Client_ was "eagerly" consuming the HTTP response.
1515
With `5.20.0` it changed to "lazily" consuming the HTTP response while buffering the content.
1616
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.
1717
This behavior change in convenience API will be reverted with next `5.21.0`.
18-
18+
1919
Affected users may observe the following exception message due to HTTP responses not being consumed and HTTP connections not being closed automatically:
20-
20+
2121
```
2222
ConnectionPoolTimeoutException: Timeout waiting for connection from pool
2323
```
24-
24+
2525
Please use `5.19.0` until this is fixed in `5.21.0`.
2626

2727
## 5.19.0 - May 26, 2025

0 commit comments

Comments
 (0)