On Tue, 30 Dec 2025 17:50:20 GMT, Michael McMahon <[email protected]> wrote:
>> Hi, >> >> This is an update to the httpserver networking tests to change the usage of >> testng to junit. >> >> Thanks, >> Michael > > Michael McMahon has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains seven commits: > > - Merge branch 'master' into JUNIT-8373893 > - removed remaining PER_CLASS annotations > - review update > - Apply suggestions from code review > > Co-authored-by: Daniel Jelinski <[email protected]> > - test update > - copyright update > - output from tool modified for a few files test/jdk/com/sun/net/httpserver/HeadersTest.java line 162: > 160: } > 161: > 162: public static Object[][] responseHeaders() { I assume this could be return `Stream<Arguments>` instead of `Object[][]`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28908#discussion_r2654881604
