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
> 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
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
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