On Thu, 3 Dec 2020 06:52:49 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
> This fixes the problem that some tests in TestLinkPlatform.java rely on a > static list of properties, causing them to fail when a new Java source > version is added. The solution is to create the properties file on the fly. > > I also replaced the custom documentation domain with "example.com" as > suggested in the original PR. Thanks for the fix. The test passes with this change when run in my in-development JDK 17 build. ------------- Marked as reviewed by darcy (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/1588