On Wed, 20 Aug 2025 13:49:46 GMT, John Hendrikx <jhendr...@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

Reply via email to