> 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
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
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
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
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:
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