[
https://issues.apache.org/jira/browse/SOLR-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294434#comment-15294434
]
ASF subversion and git services commented on SOLR-9115:
-------------------------------------------------------
Commit 24381c23d5300143aa8e078ca662184fe179b6ab in lucene-solr's branch
refs/heads/branch_6_0 from [~thetaphi]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=24381c2 ]
SOLR-9115: Get rid of javax.xml.bind.DatatypeConverter in Solr's SimplePostTool
# Conflicts:
# solr/CHANGES.txt
> 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.0.1, 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]