-
Bug
-
Resolution: Fixed
-
P1
-
8, 9
-
b123
-
b02
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8032666 | 8u20 | Paul Sandoz | P1 | Closed | Fixed | b01 |
JDK-8033097 | 8u11 | Paul Sandoz | P1 | Resolved | Fixed | b01 |
JDK-8032807 | 8u5 | Paul Sandoz | P1 | Resolved | Fixed | b06 |
JDK-8032565 | 8 | Paul Sandoz | P1 | Closed | Fixed | b126 |
JDK-8035228 | emb-8u6 | Paul Sandoz | P1 | Closed | Fixed | b06 |
Stream.flatMap method takes the mapper argument which returns a Stream. There is no any information in javadoc whether a user should close this stream manually or it will be closed automatically after processing. It's very important in case of I/O based streams.
- backported by
-
JDK-8032807 Specifications of stream flatMap methods should require mapped streams to be closed
-
- Resolved
-
-
JDK-8033097 Specifications of stream flatMap methods should require mapped streams to be closed
-
- Resolved
-
-
JDK-8032565 Specifications of stream flatMap methods should require mapped streams to be closed
-
- Closed
-
-
JDK-8032666 Specifications of stream flatMap methods should require mapped streams to be closed
-
- Closed
-
-
JDK-8035228 Specifications of stream flatMap methods should require mapped streams to be closed
-
- Closed
-