JDK-8011567 : Create appropriate test in JDBC suite
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.sql:bridge
  • Priority: P2
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2013-04-04
  • Updated: 2014-04-07
  • Resolved: 2014-04-07
Description
test(s) should make following

1st test checks that sun/jdbc/odbc/ is missed in jre/lib/rt.jar. 
It just checks physically that package  is not included to rt.jar at all.

2nd test checks that it is not possible to make connection through ODBC using only standard JDK
This test tries to register a necessary driver. It should fail of course

The removed content from promoting documentation will be checked once manually.
Comments
The bridge has been removed from Java SE 8 and there is no need to do additional work in this area
07-04-2014

I don't think this should be a P2, the code has been removed.
05-04-2013