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

APIs deprecated in JDK 9+ are in use

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: