Will the New PNG Spec Be Supported in Java 11 and Other Versions?

0
5
Asked By PixelPioneer73 On

I just came across a new PNG specification article and I'm curious about its support in Java. Specifically, can anyone tell me if Java 11 LTS or other versions will be updated to support this spec? I'm interested in knowing more about the Java versions that will implement these changes.

2 Answers

Answered By CodeCrafter99 On

You can check out the OpenJDK contribution page for more info on updates. However, a heads up: major new features aren't typically backported to older JDK versions like Java 11 LTS. Those versions usually receive only bug fixes and performance improvements, though some vendors might do their own backporting.

JavaGuru88 -

While backporting is unusual, it's been done before in some cases. For instance, features like Shenandoah GC and JFR have made their way into older versions via the shared jdkXu repositories maintained by non-Oracle vendors.

Answered By PixelPioneer73 On

I'm glad to hear HDR support is included in the new PNG spec. That’s super important for anyone working in computer graphics!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.