jaf-api icon indicating copy to clipboard operation
jaf-api copied to clipboard

Deprecatation of PipedInputStream and PipedOutputStream

Open jmehrens opened this issue 5 years ago • 1 comments

There is a JDK ticket https://bugs.openjdk.java.net/browse/JDK-8223048 that involves deprecating the PipedInput/Output streams.

JAF is using pipes in: https://github.com/eclipse-ee4j/jaf/blob/2f70d93461be37892f98380467ad127d19e9fa1e/activation/src/main/java/jakarta/activation/DataHandler.java#L233

Need to look to see of there are other areas and re-implement using the recommended workarounds when JDK-8223048 is closed.

jmehrens avatar Apr 29 '20 21:04 jmehrens

Flagged this with "enhancement" since this is not an immediate requirement. The referenced JDK bug is still open, so it's not an imminent update.

kwsutter avatar Jun 26 '20 13:06 kwsutter