You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2006/11/30 20:53:20 UTC

[jira] Created: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
-----------------------------------------------------------------------------------------

                 Key: DERBY-2132
                 URL: http://issues.apache.org/jira/browse/DERBY-2132
             Project: Derby
          Issue Type: Bug
          Components: Documentation, JDBC
    Affects Versions: 10.2.2.0, 10.3.0.0
            Reporter: Daniel John Debrunner
             Fix For: 10.2.2.0, 10.3.0.0


Expand this list:

	<UL>
	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
	</UL>

Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-2132?page=comments#action_12456567 ] 
            
Rick Hillegas commented on DERBY-2132:
--------------------------------------

Committed derby-2132_v01.diff to trunk at subversion revision 483628 and to 10.2 branch at subversion revision 483632.

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.3.0.0, 10.2.2.0
>            Reporter: Daniel John Debrunner
>         Assigned To: Rick Hillegas
>             Fix For: 10.2.2.0
>
>         Attachments: derby-2132-v01.diff, EmbeddedDriver.html
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2132?page=all ]

Andrew McIntyre updated DERBY-2132:
-----------------------------------

    Fix Version/s: 10.2.3.0
                       (was: 10.2.2.0)

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.3.0.0, 10.2.2.0
>            Reporter: Daniel John Debrunner
>         Assigned To: Rick Hillegas
>             Fix For: 10.2.3.0
>
>         Attachments: derby-2132-v01.diff, EmbeddedDriver.html
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DERBY-2132?page=comments#action_12454743 ] 
            
Daniel John Debrunner commented on DERBY-2132:
----------------------------------------------

Not sure if we need the same changes in the Embedded*DataSource objects (non-40 version).
Those objects while they don't implement JDBC 4.0 themselves, I believe that any objects they return will implement the JDBC 4.0 interfaces in a Java SE 6 environment.

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.3.0.0, 10.2.2.0
>            Reporter: Daniel John Debrunner
>             Fix For: 10.3.0.0, 10.2.2.0
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2132?page=all ]

Rick Hillegas reassigned DERBY-2132:
------------------------------------

    Assignee: Rick Hillegas

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.2.2.0, 10.3.0.0
>            Reporter: Daniel John Debrunner
>         Assigned To: Rick Hillegas
>             Fix For: 10.2.2.0
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2132?page=all ]

Daniel John Debrunner updated DERBY-2132:
-----------------------------------------

    Fix Version/s: 10.2.2.0
                       (was: 10.3.0.0)
                       (was: 10.2.3.0)

Think this should be fixed in 10.2 otherwise it will be unclear that JDBC 4 is supported from the driver.

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.3.0.0, 10.2.2.0
>            Reporter: Daniel John Debrunner
>             Fix For: 10.2.2.0
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2132?page=all ]

Rick Hillegas updated DERBY-2132:
---------------------------------

    Attachment: derby-2132-v01.diff
                EmbeddedDriver.html

Attaching changes to address this issue:

1) Added a list item saying that you get JDBC4.0 when you run on Java SE 6

2) Added a one sentence paragraph describing driver autoloading under Java SE 6

I don't think we need to amend the DataSources since there we have separate classes depending on the JDK level. I believe that the javadoc for those classes is good enough.

Do these changes look adequate?

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.2.2.0, 10.3.0.0
>            Reporter: Daniel John Debrunner
>         Assigned To: Rick Hillegas
>             Fix For: 10.2.2.0
>
>         Attachments: derby-2132-v01.diff, EmbeddedDriver.html
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2132?page=all ]

Rick Hillegas updated DERBY-2132:
---------------------------------

    Fix Version/s: 10.2.3.0
                       (was: 10.2.2.0)

Move to 10.2.3.0.

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.3.0.0, 10.2.2.0
>            Reporter: Daniel John Debrunner
>             Fix For: 10.2.3.0, 10.3.0.0
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DERBY-2132) EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc

Posted by "Andrew McIntyre (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2132?page=all ]

Andrew McIntyre closed DERBY-2132.
----------------------------------

    Fix Version/s: 10.2.2.0
                       (was: 10.2.3.0)
       Resolution: Fixed

Verified that the javadoc in the publishedapi for the EmbeddedDriver lists JDBC 4.0.

> EmbeddedDriver should include JDBC 4.0 in the list of versions it supports in its javadoc
> -----------------------------------------------------------------------------------------
>
>                 Key: DERBY-2132
>                 URL: http://issues.apache.org/jira/browse/DERBY-2132
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation, JDBC
>    Affects Versions: 10.3.0.0, 10.2.2.0
>            Reporter: Daniel John Debrunner
>         Assigned To: Rick Hillegas
>             Fix For: 10.2.2.0
>
>         Attachments: derby-2132-v01.diff, EmbeddedDriver.html
>
>
> Expand this list:
> 	<UL>
> 	<LI> JDBC 3.0 - Java 2 - JDK 1.4, J2SE 5.0
> 	<LI> JDBC 2.0 - Java 2 - JDK 1.2,1.3
> 	</UL>
> Also may want to add text indicating how the driver is auto loaded with Java SE 6 and beyond

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira