On Thu, 22 Jul 2021 20:27:38 GMT, Daniel D. Daugherty
wrote:
> This reverts commit c1c404896ca2791ad348a4cf482beb2c2ad98464.
Marked as reviewed by iignatyev (Reviewer).
-
PR: https://git.openjdk.java.net/jdk/pull/4880
On Thu, 10 Dec 2020 23:32:43 GMT, Xin Liu wrote:
> This commit seems not to pass your workflow.
> https://github.com/iignatev/jdk/actions/runs/413640509
thanks for letting me know, the failures you linked to are b/c of
[8258054](https://bugs.openjdk.java.net/browse/JDK-8258054) which got fixed
On Thu, 10 Dec 2020 18:07:32 GMT, Igor Ignatyev wrote:
> Hi all,
>
> could you pleaes review this small and trivial fix for
> `jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java` test? the test
> faled to find "https://download.java.net/java/early_access/jdk16/&
On Thu, 10 Dec 2020 20:18:26 GMT, Jesper Wilhelmsson
wrote:
>> Hi all,
>>
>> could you pleaes review this small and trivial fix for
>> `jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java` test? the test
>> faled to find "https://download.java.net/java/early_access/jdk16/"; string
>>
Hi all,
could you pleaes review this small and trivial fix for
`jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java` test? the test
faled to find "https://download.java.net/java/early_access/jdk16/"; string after
we switched to jdk17, the patch is basically `s/jdk16/jdk17/g`.
testing: