RFR: 8350880: (zipfs) Add support for read-only zip file systems [v3]
Alan Bateman
alanb at openjdk.org
Wed May 14 07:46:50 UTC 2025
On Wed, 14 May 2025 06:51:14 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> I checked the overloads of newFileSystem that were added in JDK 13 and somehow the `@throws IllegalArgumentException` was missed. It's declared by the methods that take a URI + env but not methods that take a Path + env. We should fix that, then the IAE from the zip provider won't be a surprise.
>
> I'll file an issue for this today, shortly.
I created JDK-8356888 yesterday and [bplb](https://github.com/bplb) has picked it up already.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25178#discussion_r2088288990
More information about the core-libs-dev
mailing list