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

Use different implementation for ChunkedWriter #366

Closed
rhuss opened this issue Dec 20, 2017 · 2 comments
Closed

Use different implementation for ChunkedWriter #366

rhuss opened this issue Dec 20, 2017 · 2 comments

Comments

@rhuss
Copy link
Member

rhuss commented Dec 20, 2017

As part of #243 parts of StreamEncoder were taken over directly. Instead we have to implement that functionality differently, ideally without referring to another third party library.

Deriving from sun.nio.cs.StreamEncoder should be also no option as this is considered to be a private API.

// @gnufied

dejanb added a commit to EnMasseProject/artemis-docker-base that referenced this issue Jan 5, 2018
@dejanb
Copy link
Contributor

dejanb commented Jan 8, 2018

This looks similar to the issue we had in https://issues.apache.org/jira/browse/AMQ-6651. Maybe we can leverage some code from Harmony to do this.

@rhuss
Copy link
Member Author

rhuss commented Feb 1, 2018

Fixed with #371

@rhuss rhuss closed this as completed Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants