RFR: JDK-8263468: New page for "recent" new API [v3]
Jonathan Gibbons
jjg at openjdk.java.net
Mon Jun 7 15:54:27 UTC 2021
On Mon, 7 Jun 2021 15:46:45 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 16 commits:
>>
>> - Merge branch 'master' into JDK-8263468
>> - JDK-8263468: automate build integration
>> - JDK-8263468: make constant static
>> - JDK-8263468: Remove unused DocPaths methods
>> - JDK-8263468: Cleanup
>> - JDK-8263468: Add tests
>> - JDK-8263468: Update to new Table methods
>> - Merge branch 'master' into JDK-8263468
>>
>> # Conflicts:
>> # src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/stylesheet.css
>> - JDK-8263468: Fix tests
>> - JDK-8263468: Update to latest CSR
>> - ... and 6 more: https://git.openjdk.java.net/jdk/compare/3396b69f...3b13ae32
>
> test/langtools/jdk/javadoc/doclet/testNewApiList/mdl/module-info.java line 30:
>
>> 28: module mdl {
>> 29: exports pkg;
>> 30: }
>
> final newline
For all these "sample API" source files, they are OK, but another time, consider the use of possibly-custom builders, to generate these files dynamically. and to make for more concise reading.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4209
More information about the build-dev
mailing list