[
https://issues.apache.org/jira/browse/SOLR-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated SOLR-9115:
--------------------------------
Attachment: SOLR-9115.patch
Simple patch. I will commit this soon, so Java 9 builds succeed.
> 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)
>
> Attachments: SOLR-9115.patch
>
>
> 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]