Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4952588

Convert use of old sun.io APIs into new java.nio.charset APIs

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 6
    • 5.0
    • core-libs
    • b26
    • generic
    • generic

    Description

      In Mustang, we plan to remove sun.io. The contents of this internal API have
      been deprecated in favor of java.nio.charset which was introduced in Merlin.
      As of Tiger, the old sun.io converters redirect to the new API. Use of
      the old converters will result in a deprecation warning at compile time.

      The following list of files from the j2se workspace have been identified as
      depending on sun.io:

        src/share/classes/sun/jdbc/odbc/JdbcOdbc.java
        src/share/classes/sun/jdbc/odbc/JdbcOdbcConnection.java
        src/share/classes/sun/jdbc/odbc/JdbcOdbcResultSet.java
        src/share/classes/sun/jdbc/odbc/JdbcOdbcObject.java
        src/share/classes/sun/jdbc/odbc/JdbcOdbcPreparedStatement.java
       
      These files (and any others which use sun.io) need to be converted to use the
      new java.nio APIs by feature freeze of Mustang (at the very latest).

      -- iag@sfbay 2003-11-11

      Attachments

        Issue Links

          Activity

            People

              sherman Xueming Shen
              iris Iris Clark
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: