On Wed, 25 Feb 2026 12:03:20 GMT, Daniel Fuchs <[email protected]> wrote:

>> A small changeset to convert TestNG tests under 
>> `test/jdk/java/net/httpclient/security`, 
>> `test/jdk/java/net/httpclient/offline`, and 
>> `test/jdk/java/net/httpclient/PathSubscriber` to JUnit.
>
> Daniel Fuchs has updated the pull request with a new target base due to a 
> merge or a rebase. The incremental webrev excludes the unrelated changes 
> brought in by the merge/rebase. The pull request contains three additional 
> commits since the last revision:
> 
>  - Review feedback
>  - Merge branch 'master' into junit-httpclient-misc-8378595
>  - 8378595: Refactor miscellaneous tests under test/jdk/java/net/httpclient 
> from TestNG to JUnit

and

3. Copyright years are updated accordingly.

I can offer a cheat for this check:


alias git-license-year-violations='git diff --name-only upstream/master...HEAD 
| { y=$(date +%Y); while read f; do if [ -f "$f" ]; then grep -qE "Copyright 
\(c\)( [0-9]{4},)? $y, Oracle" "$f" || echo "$f"; fi; done; }'

-------------

PR Comment: https://git.openjdk.org/jdk/pull/29900#issuecomment-3972866086

Reply via email to