Re: RFR: 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java [v2]

2025-07-22 Thread Ayush Rigal
> This is part of a series of diagnostic output updates to java.net tests to > assist in the analysis of failures in IPv6 only environments > for Linux there is not IPv4 configuration but the IPv4 stack remains enabled > For macOS, and windows the IPv4 stacks are disabled, and IPv4 configuration

Integrated: 8356557: Update CodeSource::implies API documentation and deprecate java.net.SocketPermission class for removal

2025-07-22 Thread Sean Mullan
On Mon, 14 Jul 2025 19:19:47 GMT, Sean Mullan wrote: > `SocketPermission` should be deprecated for removal as has already been done > for many other `Permission` subclasses. However, `CodeSource.implies()` has > specification dependencies on `SocketPermission` which requires additional > chang

Re: RFR: 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java [v2]

2025-07-22 Thread Jaikiran Pai
On Tue, 22 Jul 2025 10:47:44 GMT, Ayush Rigal wrote: >> This is part of a series of diagnostic output updates to java.net tests to >> assist in the analysis of failures in IPv6 only environments >> for Linux there is not IPv4 configuration but the IPv4 stack remains enabled >> For macOS, and win

Re: RFR: 8329829: HttpClient: Add a BodyPublishers.ofFileChannel method [v4]

2025-07-22 Thread Jaikiran Pai
On Fri, 18 Jul 2025 09:44:35 GMT, Volkan Yazici wrote: >> Adds a new `ofFileChannel(FileChannel channel, long offset, long length)` >> method to `java.net.HttpRequest.BodyPublishers` to provide an `HttpClient` >> publisher to upload a certain region of a file. The new publisher does not >> mod

Re: RFR: 8329829: HttpClient: Add a BodyPublishers.ofFileChannel method [v3]

2025-07-22 Thread Jaikiran Pai
On Fri, 18 Jul 2025 09:40:44 GMT, Volkan Yazici wrote: >> src/java.net.http/share/classes/jdk/internal/net/http/RequestPublishers.java >> line 433: >> >>> 431: this.channel = Objects.requireNonNull(channel, "channel"); >>> 432: long fileSize = fileSize(channel); >>> 433:

Withdrawn: 8325766: Review seclibs tests for cert expiry

2025-07-22 Thread duke
On Wed, 19 Feb 2025 15:48:10 GMT, Matthew Donovan wrote: > This PR updates the CertificateBuilder with a new method that creates a new > instance with common fields (subject name, public key, serial number, > validity, and key uses) filled-in. One test, IPIdentities.java, is updated to > show