On Wed, 18 Mar 2026 23:32:12 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.
Hi, I scanned the diff and didn't see anything unexpected. Could you please
merge in master changes and resolve conflicts to the branch?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/30307#issuecomment-4176247626