Skip to content

JRE 1.8.0 compatibility and sun.io package #78

@pkeller

Description

@pkeller

The DatagramReader and DatagramWriter classes use ByteToCharConverter, CharToByteConverter and ConversionBufferFullException from the sun.io package. These were deprecated in favour of java.nio.charset, and have been removed from JRE 1.8.0

As far as I can see, this is the only coding issue in the way of fully supporting 1.8.0 JREs (the remaining issues are just questions of getting the Execution Environments and build paths consistent).

This note is just for the record: I am not in a hurry for a fix, and I can work around this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions