[ https://issues.apache.org/jira/browse/DERBY-7111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17322467#comment-17322467 ]
Richard N. Hillegas commented on DERBY-7111: -------------------------------------------- Attaching derby-7111-01-aa-moduleInfo.diff and a corresponding tarball of generated javadoc, derby-7111-01-aa-generatedJavadoc.tar. This is a first patch intended to address DERBY-7111. This patch adds the following information to the module infos which headline the public API javadoc: o Each module now declares its corresponding jar file. o The engine and client modules now declare where their public drivers live. o The engine module further explains that its public driver is not needed for normal operation. It is only needed by applications which shutdown and reboot the engine. Touches the following files: {noformat} M java/org.apache.derby.client/module-info.java M java/org.apache.derby.commons/module-info.java M java/org.apache.derby.engine/module-info.java M java/org.apache.derby.optionaltools/module-info.java M java/org.apache.derby.runner/module-info.java M java/org.apache.derby.server/module-info.java M java/org.apache.derby.tests/module-info.java M java/org.apache.derby.tools/module-info.java {noformat} > Mention location of JDBC driver > ------------------------------- > > Key: DERBY-7111 > URL: https://issues.apache.org/jira/browse/DERBY-7111 > Project: Derby > Issue Type: Improvement > Components: Documentation > Reporter: Leopold J > Priority: Minor > Attachments: derby-7111-01-aa-generatedJavadoc.tar, > derby-7111-01-aa-moduleInfo.diff > > > I have read through several documentations but couldn't find out what JAR > file(s) contain the JDBC driver classes. Finally I found some help in > stackoverflow ([https://stackoverflow.com/a/11534013).] But it appears that > the JAR file with the driver has changed over a different version of Derby. > The documentation should make it clear and easy to find. -- This message was sent by Atlassian Jira (v8.3.4#803005)