On Fri, 13 Mar 2026 12:55:30 GMT, Volkan Yazici <[email protected]> wrote:
>> Add tests verifying if request body publishers support multiple >> subscriptions, aka. replayable. > > Volkan Yazici has updated the pull request incrementally with one additional > commit since the last revision: > > Verify if `ofByteArrays` is replayable test/jdk/java/net/httpclient/HttpRequestBodyPublishers/FromPublisherTest.java line 115: > 113: } > 114: > 115: } Nit: could be nice to import `HttpRequest.BodyPublisher` and `HttpRequest.BodyPuBlishers` to reduce the line lengths. test/jdk/java/net/httpclient/HttpRequestBodyPublishers/OfByteArrayTest.java line 2: > 1: /* > 2: * Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved. should this be 2025, 2026? Suggestion: * Copyright (c) 2025, 2026, Oracle and/or its affiliates. All rights reserved. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30219#discussion_r2964669076 PR Review Comment: https://git.openjdk.org/jdk/pull/30219#discussion_r2964677235
