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 "Richard N. Hillegas (Jira)" <ji...@apache.org> on 2021/04/03 19:14:00 UTC

[jira] [Commented] (DERBY-7110) Make it possible to build and test Derby cleanly with OpenJDK 17

    [ https://issues.apache.org/jira/browse/DERBY-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314337#comment-17314337 ] 

Richard N. Hillegas commented on DERBY-7110:
--------------------------------------------

Attaching derby-7110-01-aa-removeAngleBrackets.diff. This patch removes some angle brackets from a method header comment. The Open JDK 17-ea+16-1315 javadoc tool objects that these angle-brackets are illegal tag syntax. I am surprised that there aren't more instances of this problem across Derby's SQL interpreter: the angle brackets are widely used across the BNF in the SQL Standard.

Before committing this change, I will verify that there are no other build/test problems with this early access JDK.

Touches the following file:

{noformat}
M       java/org.apache.derby.engine/org/apache/derby/impl/sql/compile/SetOperatorNode.java

Remove the angle brackets which OpenJDK 17 doesn't like.
{noformat}


> Make it possible to build and test Derby cleanly with OpenJDK 17
> ----------------------------------------------------------------
>
>                 Key: DERBY-7110
>                 URL: https://issues.apache.org/jira/browse/DERBY-7110
>             Project: Derby
>          Issue Type: Task
>          Components: Build tools
>    Affects Versions: 10.16.0.0
>            Reporter: Richard N. Hillegas
>            Assignee: Richard N. Hillegas
>            Priority: Major
>         Attachments: derby-7110-01-aa-removeAngleBrackets.diff
>
>
> Releases of Open JDK 17 can be found at https://jdk.java.net/17/. We should adjust Derby as necessary so that it builds cleanly (including javadoc) and tests cleanly with this version of the platform.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)