Uploaded image for project: 'JOE - JobScheduler Object Editor'
  1. JOE - JobScheduler Object Editor
  2. JOE-275

replace usage of BASE64Encoder/Decoder with usage of Base64Encoder

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.12
    • 1.12.3
    • None

    Description

      Current Situation
      Currently we are using the old sun.misc.BASE64Encoder/BASE64Decoder classes for encoding in JOE. Those classes are removed in Java 9.

      Desired Behavior
      The encoding implementation has to be changed to use org.bouncycastle.util.encoders.Base64Encoder to be able to compile JOE with Java 9.

      Maintainer Note

      The class sos.ftp.profiles.SOSCrypt have been deleted. If you use one of the static methods of this class you have to change the class name to sos.ftp.profiles.SOSProfileCrypt

      Attachments

        Activity

          People

            ur Uwe Risse
            sp Santiago Aucejo Petzoldt
            Santiago Aucejo Petzoldt Santiago Aucejo Petzoldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: