You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/05/31 17:39:00 UTC

[jira] [Commented] (TAP5-2676) Adjust build script for Java 9+

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

ASF subversion and git services commented on TAP5-2676:
-------------------------------------------------------

Commit adad6bb965f77b08d2d633285326987b0f87c443 in tapestry-5's branch refs/heads/master from Thiago H. de Paula Figueiredo
[ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=adad6bb ]

TAP5-2676: avoid adding tools.jar dependency with Java 9+

> Adjust build script for Java 9+
> -------------------------------
>
>                 Key: TAP5-2676
>                 URL: https://issues.apache.org/jira/browse/TAP5-2676
>             Project: Tapestry 5
>          Issue Type: Task
>          Components: tapestry-javadoc
>            Reporter: Volker Lamp
>            Priority: Minor
>              Labels: easyfix, patch
>         Attachments: TAP5-2676.patch
>
>
> _Note: Component is 'tapestry-javadoc' but wasn't available from the dropdown menu._
> The Gradle build script (build.gradle) attempts to add tools.jar as a file dependency. In Java 9, however, tools.jar was removed/renamed.
> Proposing to remove the file dependency when compiling with Java 9 or later. All tests still pass when doing so.



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