Use different implementation for ChunkedWriter #366
Closed
Comments
dejanb
added a commit
to EnMasseProject/artemis-docker-base
that referenced
this issue
Jan 5, 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. |
Fixed with #371 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: