Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecatation of PipedInputStream and PipedOutputStream #41

Open
jmehrens opened this issue Apr 29, 2020 · 1 comment
Open

Deprecatation of PipedInputStream and PipedOutputStream #41

jmehrens opened this issue Apr 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jmehrens
Copy link
Contributor

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.

@kwsutter kwsutter added the enhancement New feature or request label Jun 26, 2020
@kwsutter
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants