Integrated: 8253117: Replace HTML tables in javadoc summaries with CSS grid elements

2020-10-12 Thread Hannes Wallnöfer
On Fri, 18 Sep 2020 14:51:29 GMT, Hannes Wallnöfer wrote: > This changes the output of the `html.markup.Table` class to plain `div` > elements, using CSS Grid Layout to display them > in a tabular format. > I decided against renaming the Table class and related identifiers even > though it does

Re: RFR: 8246774: implementing Record Classes as a standard feature in Java [v11]

2020-10-12 Thread Vicente Romero
> 8246774: implementing Record Classes as a standard feature in Java Vicente Romero has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commits: - Merge branch 'master' into JDK-8246774 - removing unused jcod file - remove unnecess

RFR: JDK-8254627: Cleanup {Abstract,Single,Split}IndexWriter classes

2020-10-12 Thread Jonathan Gibbons
Inspired by other recent work to cleanup index generation, this change is primarily about cleanup for `AbstractIndexWriter`, `SingleIndexWriter`, `SplitIndexWriter` to reduce code duplication and to reduce the 3 class to just 1 that can handle either single index files or split index files. As p

Re: RFR: JDK-8254627: Cleanup {Abstract, Single, Split}IndexWriter classes

2020-10-12 Thread Jonathan Gibbons
On Mon, 12 Oct 2020 22:36:51 GMT, Jonathan Gibbons wrote: > Inspired by other recent work to cleanup index generation, this change is > primarily about cleanup for > `AbstractIndexWriter`, `SingleIndexWriter`, `SplitIndexWriter` to reduce code > duplication and to reduce the 3 class to > just 1