RFR: 8361286: Allow enabling of background loading for images loaded from an InputStream [v3]
danielpeintner
duke at openjdk.org
Wed Aug 20 14:33:50 UTC 2025
On Wed, 20 Aug 2025 13:49:46 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 incrementally with two additional commits since the last revision:
>
> - Add links to progress property in javadoc
> - Remove wrapping
modules/javafx.graphics/src/test/java/test/javafx/scene/image/ImageTest.java line 573:
> 571:
> 572: @Test
> 573: public void createImageAsynFromNullInputStreamTest() {
Suggestion:
public void createImageAsyncFromNullInputStreamTest() {
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1875#discussion_r2288376355
More information about the openjfx-dev
mailing list