RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v7]
Jayathirth D V
jdv at openjdk.org
Mon Oct 13 04:38:25 UTC 2025
On Fri, 10 Oct 2025 15:55:07 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> Support background loading of raw input streams
>>
>> - Fixed generics (mix up of two ImageLoader types)
>> - Removed unused code for handling headers, methods, request parameters
>> - Use `long` for progress as streams may exceed 2 GB
>> - Improved documentation of Image regarding background loading
>
> John Hendrikx has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains nine additional commits since the last revision:
>
> - Merge branch 'openjdk:master' into feature/image-constructor
> - Clarify docs
> - Fix formatting
> - Clarify documentation with regards to stream closing
> - Fix typo
> - Add links to progress property in javadoc
> - Remove wrapping
> - Add since tags
> - Support background loading of raw input streams
>
> - Fixed generics (mix up of two ImageLoader types)
> - Removed unused code for handling headers, methods, request parameters
> - Use long for progress as streams max exceed 2 GB
> - Improved documentation of Image regarding background loading
Marked as reviewed by jdv (Committer).
-------------
PR Review: https://git.openjdk.org/jfx/pull/1875#pullrequestreview-3329944744
More information about the openjfx-dev
mailing list