-
Enhancement
-
Resolution: Done
-
Critical
-
2.1.0.Final, 2.1.2.Final, 2.1.3.Final
The following APIs/Classes have been deprecated in JDK 9+:
- javax.security.cert.X509Certificate
- javax.security.cert.CertificateEncodingException
- Object.finalize()
The javax.security classes in question have duplicates in the java.security.cert package, which is what they are being replaced with.
Object.finalize() should be replaced either with (Auto)Closeable.close() or with usage of the java.lang.ref.Cleaner class.
- is incorporated by
-
WFCORE-6057 Upgrade Undertow to 2.3.0.Final (CVE-2022-2764)
- Closed
- relates to
-
UNDERTOW-2161 Port ConnectionSSLSessionInfo usages of javax.security.cert classes to javax.security.cert
- Open
-
XNIO-411 Remove or deprecate the usage of APIs deprecated in JDK 9+
- Coding In Progress