implements read/writeUTF8#785
Conversation
|
I don't think we can accept this request due to licensing issues. Isn't it GPL or proprietary? |
|
Exactly... No way to accept it |
|
really ? we cannot use jdk source ?! that code hasn't changed since jdk 1.0 |
|
Yes... Its license is not compatible with ASL2 Sent from my iPhone. Excuse any typos.... Am 01.12.2012 um 20:25 schrieb matlach notifications@github.com:
|
|
OpenJDK source is GPLv2 with 'Classpath Exception'. The classpath exception allows you to ship the JRE/JDK without the need to expose your own code. However, it does not give you the right to change its license :( so Matlach, you are contaminated :-). We need a clean room implementation |
|
Can't be included because of license issues |
|
can we still open a feature request ? maybe i'll have (or someone) the time to figure eventually something else :) |
|
Sure! It's still on our road map. |
|
See the links I added to #909 . |
Motivation: We only link against the quiche package so we only need to build it with cargo Modifications: Only build quiche package Result: Speedup build and cleanup
based on jdk 7 DataInput/OutputStream