Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1771

APIs deprecated in JDK 9+ are in use

XMLWordPrintable

      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.

            flaviarnn Flavia Rainone
            northgorky Steve Davidson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: