On Thu, 2 Apr 2026 15:09:16 GMT, Daisuke Yamazaki <[email protected]> wrote:
>> This change updates httpclient tests to use `${test.main.class}` in `@run`
>> tags
>> instead of explicitly referencing the test class name.
>>
>> This aligns with the newer jtreg and avoids issues when
>> tests are copied and the class name is not properly updated.
>>
>> Only `@run` tags are modified. Other tags (e.g. `@build`) that may still
>> contain explicit class references are intentionally left unchanged for now,
>> but can be updated(removed) if desired.
>>
>> The number of changes is relatively large due to the mechanical nature
>> of the refactoring. Thanks for taking a look.
>
> Daisuke Yamazaki has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Fix missing test/jdk/java/net/httpclient/HttpVersionsTest.java
Marked as reviewed by syan (Committer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/30307#pullrequestreview-4051386643