You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/16 16:02:13 UTC

[jira] [Commented] (SOLR-9115) Get rid of javax.xml.bind.DatatypeConverter in Solr's SimplePostTool

    [ https://issues.apache.org/jira/browse/SOLR-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15284766#comment-15284766 ] 

ASF subversion and git services commented on SOLR-9115:
-------------------------------------------------------

Commit 6620fd1421e230db51929b879395419b6f8d5102 in lucene-solr's branch refs/heads/master from [~thetaphi]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=6620fd1 ]

SOLR-9115: Get rid of javax.xml.bind.DatatypeConverter in Solr's SimplePostTool


> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [jira] [Commented] (SOLR-9115) Get rid of javax.xml.bind.DatatypeConverter in Solr's SimplePostTool

Posted by Erick Erickson <er...@gmail.com>.
Thanks!

On Mon, May 16, 2016 at 9:02 AM, ASF subversion and git services
(JIRA) <ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/SOLR-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15284766#comment-15284766 ]
>
> ASF subversion and git services commented on SOLR-9115:
> -------------------------------------------------------
>
> Commit 6620fd1421e230db51929b879395419b6f8d5102 in lucene-solr's branch refs/heads/master from [~thetaphi]
> [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=6620fd1 ]
>
> SOLR-9115: Get rid of javax.xml.bind.DatatypeConverter in Solr's SimplePostTool
>
>
>> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org