Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-9521

sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • core
    • None

      sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release. There are several instances of using BASE64Encoder in the core which generates a compiler warning. Apache commons-codec has a Base64 encoder which is a near drop in replacement for the sun.misc.BASE64Encoder.

          [JENKINS-9521] sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release

          jieryn added a comment -

          jieryn added a comment - https://github.com/jenkinsci/jenkins/pull/107

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          changelog.html
          cli/pom.xml
          cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
          remoting/pom.xml
          remoting/src/main/java/hudson/remoting/Engine.java
          remoting/src/main/java/hudson/remoting/Launcher.java
          http://jenkins-ci.org/commit/jenkins/c267d498d44090975ef301331b75b79a8e47f3e1
          Log:
          merge JENKINS-9521

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: changelog.html cli/pom.xml cli/src/main/java/hudson/cli/FullDuplexHttpStream.java remoting/pom.xml remoting/src/main/java/hudson/remoting/Engine.java remoting/src/main/java/hudson/remoting/Launcher.java http://jenkins-ci.org/commit/jenkins/c267d498d44090975ef301331b75b79a8e47f3e1 Log: merge JENKINS-9521

          Olivier Lamy added a comment -

          merged. Thanks !

          Olivier Lamy added a comment - merged. Thanks !

          dogfood added a comment -

          Integrated in jenkins_main_trunk #749
          [FIXED JENKINS-9521] exploit commons-codec for Base64 encoding rather than proprietary sun.misc.BASE64Encoder
          [FIXED JENKINS-9521] record the change in changelog

          Jesse Farinacci : 3803a3e3825b07848e0abda20dca4339c8042b60
          Files :

          • remoting/src/main/java/hudson/remoting/Launcher.java
          • remoting/pom.xml
          • cli/pom.xml
          • remoting/src/main/java/hudson/remoting/Engine.java
          • cli/src/main/java/hudson/cli/FullDuplexHttpStream.java

          Jesse Farinacci : 7b15c23a6d6771af84262db0ac7991c4c32eaab0
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #749 [FIXED JENKINS-9521] exploit commons-codec for Base64 encoding rather than proprietary sun.misc.BASE64Encoder [FIXED JENKINS-9521] record the change in changelog Jesse Farinacci : 3803a3e3825b07848e0abda20dca4339c8042b60 Files : remoting/src/main/java/hudson/remoting/Launcher.java remoting/pom.xml cli/pom.xml remoting/src/main/java/hudson/remoting/Engine.java cli/src/main/java/hudson/cli/FullDuplexHttpStream.java Jesse Farinacci : 7b15c23a6d6771af84262db0ac7991c4c32eaab0 Files : changelog.html

          Code changed in jenkins
          User: Jesse Farinacci
          Path:
          cli/pom.xml
          cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
          remoting/pom.xml
          remoting/src/main/java/hudson/remoting/Engine.java
          remoting/src/main/java/hudson/remoting/Launcher.java
          http://jenkins-ci.org/commit/jenkins/3803a3e3825b07848e0abda20dca4339c8042b60
          Log:
          [FIXED JENKINS-9521] exploit commons-codec for Base64 encoding rather than proprietary sun.misc.BASE64Encoder

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Farinacci Path: cli/pom.xml cli/src/main/java/hudson/cli/FullDuplexHttpStream.java remoting/pom.xml remoting/src/main/java/hudson/remoting/Engine.java remoting/src/main/java/hudson/remoting/Launcher.java http://jenkins-ci.org/commit/jenkins/3803a3e3825b07848e0abda20dca4339c8042b60 Log: [FIXED JENKINS-9521] exploit commons-codec for Base64 encoding rather than proprietary sun.misc.BASE64Encoder

          Code changed in jenkins
          User: Jesse Farinacci
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/7b15c23a6d6771af84262db0ac7991c4c32eaab0
          Log:
          [FIXED JENKINS-9521] record the change in changelog

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Farinacci Path: changelog.html http://jenkins-ci.org/commit/jenkins/7b15c23a6d6771af84262db0ac7991c4c32eaab0 Log: [FIXED JENKINS-9521] record the change in changelog

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          changelog.html
          cli/pom.xml
          cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
          remoting/pom.xml
          remoting/src/main/java/hudson/remoting/Engine.java
          remoting/src/main/java/hudson/remoting/Launcher.java
          http://jenkins-ci.org/commit/jenkins/c267d498d44090975ef301331b75b79a8e47f3e1
          Log:
          merge JENKINS-9521

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: changelog.html cli/pom.xml cli/src/main/java/hudson/cli/FullDuplexHttpStream.java remoting/pom.xml remoting/src/main/java/hudson/remoting/Engine.java remoting/src/main/java/hudson/remoting/Launcher.java http://jenkins-ci.org/commit/jenkins/c267d498d44090975ef301331b75b79a8e47f3e1 Log: merge JENKINS-9521

          Code changed in jenkins
          User: Jesse Farinacci
          Path:
          cli/pom.xml
          cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
          remoting/pom.xml
          remoting/src/main/java/hudson/remoting/Engine.java
          remoting/src/main/java/hudson/remoting/Launcher.java
          http://jenkins-ci.org/commit/jenkins/3803a3e3825b07848e0abda20dca4339c8042b60
          Log:
          [FIXED JENKINS-9521] exploit commons-codec for Base64 encoding rather than proprietary sun.misc.BASE64Encoder

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Farinacci Path: cli/pom.xml cli/src/main/java/hudson/cli/FullDuplexHttpStream.java remoting/pom.xml remoting/src/main/java/hudson/remoting/Engine.java remoting/src/main/java/hudson/remoting/Launcher.java http://jenkins-ci.org/commit/jenkins/3803a3e3825b07848e0abda20dca4339c8042b60 Log: [FIXED JENKINS-9521] exploit commons-codec for Base64 encoding rather than proprietary sun.misc.BASE64Encoder

          Code changed in jenkins
          User: Jesse Farinacci
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/7b15c23a6d6771af84262db0ac7991c4c32eaab0
          Log:
          [FIXED JENKINS-9521] record the change in changelog

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Farinacci Path: changelog.html http://jenkins-ci.org/commit/jenkins/7b15c23a6d6771af84262db0ac7991c4c32eaab0 Log: [FIXED JENKINS-9521] record the change in changelog

          Code changed in jenkins
          User: Olivier Lamy
          Path:
          changelog.html
          cli/pom.xml
          cli/src/main/java/hudson/cli/FullDuplexHttpStream.java
          remoting/pom.xml
          remoting/src/main/java/hudson/remoting/Engine.java
          remoting/src/main/java/hudson/remoting/Launcher.java
          http://jenkins-ci.org/commit/jenkins/c267d498d44090975ef301331b75b79a8e47f3e1
          Log:
          merge JENKINS-9521

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Olivier Lamy Path: changelog.html cli/pom.xml cli/src/main/java/hudson/cli/FullDuplexHttpStream.java remoting/pom.xml remoting/src/main/java/hudson/remoting/Engine.java remoting/src/main/java/hudson/remoting/Launcher.java http://jenkins-ci.org/commit/jenkins/c267d498d44090975ef301331b75b79a8e47f3e1 Log: merge JENKINS-9521

            olamy Olivier Lamy
            jieryn jieryn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: