On Fri, 4 Oct 2024 00:17:14 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
> Can I get a review for this patch that adds the necessary changes for local > support of the `tidy` library. > > The dependency can be retrieved by running `make/devkit/createTidyBundle.sh` > on Linux and MacOs systems. > > This dependency is primarily going to be used to test the generated > documentation. > > This patch is meant to be integrated before #21272. > > Note: we need to be a very specific revision of `tidy` and cannot use any of > the available artifacts, as older versions do not recognize some HTML 5 > elements. > > TIA This pull request has now been integrated. Changeset: 5d5d88ab Author: Nizar Benalla <nbena...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5d5d88ab9a862ab11bdd622aff07c688e6d96210 Stats: 132 lines in 6 files changed: 127 ins; 0 del; 5 mod 8339570: Add Tidy build support for JDK tests Co-authored-by: Magnus Ihse Bursie <i...@openjdk.org> Reviewed-by: erikj, ihse ------------- PR: https://git.openjdk.org/jdk/pull/21341