RFR: 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1

2021-06-10 Thread Daniel Fuchs
Another change brought by jtreg 6+1 in the behavior of `@BeforeMethod`. Now throwing an exception in `@BeforeMethod` causes all annotated methods to be skipped, not just those annotated with `@Test`. HttpClient tests that use `@BeforeMethod` and `ITestContext` need to be updated to work around t

[jdk17] RFR: 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1

2021-06-10 Thread Daniel Fuchs
Another change brought by jtreg 6+1 in the behavior of @BeforeMethod. Now throwing an exception in @BeforeMethod causes all annotated methods to be skipped, not just those annotated with @Test. HttpClient tests that use @BeforeMethod and ITestContext need to be updated to work around the new beh

Re: RFR: 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1

2021-06-10 Thread Daniel Fuchs
On Thu, 10 Jun 2021 14:50:14 GMT, Daniel Fuchs wrote: > Another change brought by jtreg 6+1 in the behavior of `@BeforeMethod`. > Now throwing an exception in `@BeforeMethod` causes all annotated methods to > be skipped, not just those annotated with `@Test`. > > HttpClient tests that use `@Bef

Withdrawn: 8268555: Update HttpClient tests that use ITestContext to jtreg 6+1

2021-06-10 Thread Daniel Fuchs
On Thu, 10 Jun 2021 14:50:14 GMT, Daniel Fuchs wrote: > Another change brought by jtreg 6+1 in the behavior of `@BeforeMethod`. > Now throwing an exception in `@BeforeMethod` causes all annotated methods to > be skipped, not just those annotated with `@Test`. > > HttpClient tests that use `@Bef

Withdrawn: 8268349: Provide more detail in JEP 411 warning messages

2021-06-10 Thread Weijun Wang
On Mon, 7 Jun 2021 20:42:53 GMT, Weijun Wang wrote: > More loudly and precise warning messages when a security manager is either > enabled at startup or installed at runtime. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/44