Uwe Schindler created SOLR-9115:
-----------------------------------

             Summary: Get rid of javax.xml.bind.DatatypeConverter in Solr's 
SimplePostTool
                 Key: SOLR-9115
                 URL: https://issues.apache.org/jira/browse/SOLR-9115
             Project: Solr
          Issue Type: Task
          Components: scripts and tools
    Affects Versions: 6.0
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 6.1, master (7.0)


Our builds failed with Java 9 build 118 because by default several Java EE 
features were disabled by default in Java 9. This affects JAXB and CORBA, which 
are no longer visible by default.

Lucene is clean of those features but Solr uses 
javax.xml.bind.DatatypeConverter in SimplePostTool, which is not visible by 
default in Java 9. Interestingly it uses this to encode the username/password 
to BASE64. Since Java 8 there is java.util.Base64, so we don't need the hack 
anymore.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to