Loading a linked ICC profile within a BMP image is now disabled by default. To re-enable it, set the new system property
sun.imageio.bmp.enabledLinkedProfiles
to true
. This new property replaces the old property, sun.imageio.plugins.bmp.disableLinkedProfiles
.
Previously, the SoundbankReader implementation, com.sun.media.sound.JARSoundbankReader
, would download a JAR soundbank from a URL. This behaviour is now disabled by default. To re-enable it, set the new system property jdk.sound.jarsoundbank
to true
.
Back in OpenJDK 9, JDK-8015081 changed the Set
implementation used to hold principals and credentials so that it rejected null
values. Attempts to call add(null)
, contains(null)
or remove(null)
were changed to throw a NullPointerException
.
However, the logout()
methods in the LoginModule
implementations within the JDK were not updated to check for null
values, which may occur in the event of a failed login. As a result, a logout()
call may throw a NullPointerException
.
The LoginModule
implementations have now been updated with such checks and an implementation note added to the specification to suggest that the same change is made in third party modules. Developers of third party modules are advised to verify that their logout()
method does not throw a NullPointerException
.
The JDK now exchanges DTLS cookies for all handshakes, new and resumed. The previous behaviour can be re-enabled by setting the new system property jdk.tls.enableDtlsResumeCookie
to false
.
Previous releases hardcoded the NSS database password used in FIPS mode to be the empty string, preventing the use of databases which had another PIN set. This release now allows both the database location and its PIN to be configured using the properties fips.nssdb.path
and fips.nssdb.pin
respectively. The properties can be set either permanently in the java.security
file or at runtime using the -Dfips.nssdb.path
or -Dfips.nssdb.pin
arguments to the JVM. The default values of both remain as before.
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2023-585aca2233
Please login to add feedback.
This update has been submitted for testing by ahughes.
This update's test gating status has been changed to 'ignored'.
ahughes edited this update.
ahughes edited this update.
ahughes edited this update.
ahughes edited this update.
This update has been pushed to testing.
Works.
NetBeans 16 can run fine in the new JDK11 and JDK17.
This update can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by bodhi.
This update has been pushed to stable.