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

Remove unnecessary JAXB's DatatypeConverter usage

      The plugin is using DatatypeConverter for some hex conversion, it should be replaced by code not coming from JAXB (https://github.com/jenkinsci/scm-api-plugin/blob/d66c700f094576d1d8ab290482d505555d963105/src/test/java/jenkins/scm/impl/mock/MockSCMController.java#L604)
       

      Acceptance criteria

      https://github.com/jenkinsci/scm-api-plugin/search?q=javax.xml.bind&unscoped_q=javax.xml.bind yields nothing anymore

          [JENKINS-56622] Remove unnecessary JAXB's DatatypeConverter usage

          Side note: this is not blocking per se given the usage is in test code. But this would still be better to fix this given we'll need it to get a clean green build on Java 11.

          Baptiste Mathus added a comment - Side note: this is not blocking per se given the usage is in test code. But this would still be better to fix this given we'll need it to get a clean green build on Java 11.

          Basil Crow added a comment -

          Fixed in jenkinsci/scm-api-plugin#63. Released in 2.4.0.

          Basil Crow added a comment - Fixed in jenkinsci/scm-api-plugin#63 . Released in 2.4.0 .

            batmat Baptiste Mathus
            batmat Baptiste Mathus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: