[
https://issues.apache.org/jira/browse/DERBY-6000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-6000:
---------------------------------
Attachment: derby-6000-16-aa-fixJavadocOnJava8.diff
Attaching derby-6000-16-aa-fixJavadocOnJava8.diff. This patch fixes the javadoc
build on Java 8. Committed at subversion revision 1445393.
There were 2 problems in the javadoc build on Java 8:
1) The spew of warnings about missing @throws and @param annotations was caused
by http://openjdk.java.net/jeps/172 . It can be turned off by adding a
-Xdoclint:none to the javadoc invocation.
2) Then there were a bunch of complaints that the standalone _ character may
not be a legal identifier in future revs of Java. This is fixed by replacing _
with another character in all of the test tables where we were using _ to mean
"false" or "unknown".
After applying this patch, I can build javadoc cleanly on Java 7 and Java 8.
Touches the following files:
M
java/testing/org/apache/derbyTesting/functionTests/tests/lang/CastingTest.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/LobRsGetterTest.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/compatibility/JDBCDriverTest.java
M
java/testing/org/apache/derbyTesting/functionTests/tests/junitTests/compatibility/JDBCDriverTest.java
M build.xml
> Implement support for JDBC 4.2
> ------------------------------
>
> Key: DERBY-6000
> URL: https://issues.apache.org/jira/browse/DERBY-6000
> Project: Derby
> Issue Type: Improvement
> Components: JDBC
> Reporter: Rick Hillegas
> Attachments: derby-6000-01-aa-executeLargeUpdateEmbedded.diff,
> derby-6000-02-ad-executeLargeUpdateClient.diff,
> derby-6000-03-aa-executeLargeBatch.diff,
> derby-6000-04-aa-setLargeMaxRows.diff,
> derby-6000-05-aa-executeLargeUpdatePS.diff,
> derby-6000-06-aa-DatabaseMetaData.diff,
> derby-6000-07-ab-batchUpdateException.diff,
> derby-6000-08-aa-batchUpdateExceptionConstructor.diff,
> derby-6000-09-ac-setObjectPS.diff,
> derby-6000-10-aa-rename_getMaxLogicalLobSize.diff,
> derby-6000-11-aa-ResultSet.updateObject.diff,
> derby-6000-12-aa-CallableStatement.registerOutParameter.diff,
> derby-6000-12-ab-CallableStatement.registerOutParameter.diff,
> derby-6000-13-aa-fixJavadoc.diff, derby-6000-14-aa-unsupportedVetter.diff,
> derby-6000-15-aa-CallableStatement.setObject.diff,
> derby-6000-16-aa-fixJavadocOnJava8.diff, JDBC_4.2_Changes.html
>
>
> Open JDK 8 will include maintenance rev 4.2 of JDBC. The public discussion of
> JDBC 4.2 will take place here: http://openjdk.java.net/jeps/170. We will want
> to build Derby support for JDBC 4.2 after a public spec appears. At this
> time, it is unclear what Derby release will carry this support.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira