JDK-6467799 : No appropriate CCC request for listed JDK 6.0 b98 changes in java(x).sql package
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.sql
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2006-09-06
  • Updated: 2017-05-16
  • Resolved: 2006-10-04
Related Reports
Relates :  
Relates :  
Description
Some API changes made in Mustang build b98 seem not to have any corresponding CCC request. JCK team assumes that the CCC should be filed.
The changes are listed below:

< #Version 6.0/b97
---
> #Version 6.0/b98

< fld  public static final int java.sql.Types.LONGNVARCHAR =-10
---
> fld  public static final int java.sql.Types.LONGNVARCHAR =-16

< fld  public static final int java.sql.Types.NCHAR =-8
< fld  public static final int java.sql.Types.NCLOB =2007
---
> fld  public static final int java.sql.Types.NCHAR =-15
> fld  public static final int java.sql.Types.NCLOB =2011

< fld  public static final int java.sql.Types.ROWID =2008
---
> fld  public static final int java.sql.Types.ROWID =-8

===

< meth public static java.util.Enumeration javax.sql.rowset.spi.SyncFactory.getRegisteredProviders() throws javax.sql.rowset.spi.SyncFactoryException
---
> meth public static java.util.Enumeration<javax.sql.rowset.spi.SyncProvider> javax.sql.rowset.spi.SyncFactory.getRegisteredProviders() throws javax.sql.rowset.spi.SyncFactoryException

These changes look like bug fixes for CRs 6462628 and 6328228.

Comments
EVALUATION CCC has been submitted
04-10-2006

EVALUATION needs CCC request
11-09-2006