You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Drew Farris (JIRA)" <ji...@apache.org> on 2010/08/12 15:27:17 UTC

[jira] Created: (SOLR-2042) fix woodstox dependencies in solr branch_3x

fix woodstox dependencies in solr branch_3x
-------------------------------------------

                 Key: SOLR-2042
                 URL: https://issues.apache.org/jira/browse/SOLR-2042
             Project: Solr
          Issue Type: Bug
    Affects Versions: 3.1
            Reporter: Drew Farris


See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox

Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (SOLR-2042) fix woodstox dependencies in solr branch_3x

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved SOLR-2042.
-----------------------------------

    Fix Version/s: 3.1
                   4.0
       Resolution: Fixed

Thanks, Drew.  Fixed on trunk and 3.x

> fix woodstox dependencies in solr branch_3x
> -------------------------------------------
>
>                 Key: SOLR-2042
>                 URL: https://issues.apache.org/jira/browse/SOLR-2042
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1
>            Reporter: Drew Farris
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: SOLR-2042.patch
>
>
> See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox
> Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SOLR-2042) fix woodstox dependencies in solr branch_3x

Posted by "Drew Farris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Drew Farris updated SOLR-2042:
------------------------------

    Attachment: SOLR-2042.patch

> fix woodstox dependencies in solr branch_3x
> -------------------------------------------
>
>                 Key: SOLR-2042
>                 URL: https://issues.apache.org/jira/browse/SOLR-2042
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 3.1
>            Reporter: Drew Farris
>         Attachments: SOLR-2042.patch
>
>
> See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox
> Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (SOLR-2042) fix woodstox dependencies in solr branch_3x

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899967#action_12899967 ] 

Yonik Seeley commented on SOLR-2042:
------------------------------------

Ah, good point.  We should investigate at least removing the stax-api.
We could remove the implementation as well (woodstox) but we should do performance tests before doing so.
http://www.mail-archive.com/users@cxf.apache.org/msg12750.html


> fix woodstox dependencies in solr branch_3x
> -------------------------------------------
>
>                 Key: SOLR-2042
>                 URL: https://issues.apache.org/jira/browse/SOLR-2042
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1
>            Reporter: Drew Farris
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: SOLR-2042-no-stax.patch, SOLR-2042.patch
>
>
> See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox
> Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SOLR-2042) fix woodstox dependencies in solr branch_3x

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan McKinley updated SOLR-2042:
--------------------------------

    Attachment: SOLR-2042-no-stax.patch

Since trunk is on java 1.6, we do not any stax dependencies.

> fix woodstox dependencies in solr branch_3x
> -------------------------------------------
>
>                 Key: SOLR-2042
>                 URL: https://issues.apache.org/jira/browse/SOLR-2042
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1
>            Reporter: Drew Farris
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: SOLR-2042-no-stax.patch, SOLR-2042.patch
>
>
> See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox
> Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SOLR-2042) fix woodstox dependencies in solr branch_3x

Posted by "Drew Farris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Drew Farris updated SOLR-2042:
------------------------------

       Priority: Minor  (was: Major)
    Component/s: Build

> fix woodstox dependencies in solr branch_3x
> -------------------------------------------
>
>                 Key: SOLR-2042
>                 URL: https://issues.apache.org/jira/browse/SOLR-2042
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1
>            Reporter: Drew Farris
>            Priority: Minor
>         Attachments: SOLR-2042.patch
>
>
> See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox
> Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (SOLR-2042) fix woodstox dependencies in solr branch_3x

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899980#action_12899980 ] 

Ryan McKinley commented on SOLR-2042:
-------------------------------------

interesting -- i wonder if you have to do anything special to get it to use the different implementation?  is just having it in the classpath enough?

I made an independent ticket for this SOLR-2054


> fix woodstox dependencies in solr branch_3x
> -------------------------------------------
>
>                 Key: SOLR-2042
>                 URL: https://issues.apache.org/jira/browse/SOLR-2042
>             Project: Solr
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 3.1
>            Reporter: Drew Farris
>            Priority: Minor
>             Fix For: 3.1, 4.0
>
>         Attachments: SOLR-2042-no-stax.patch, SOLR-2042.patch
>
>
> See SOLR-981, the woodstox dependency should use a groupId of org.codehaus.woodstox and not woodstox
> Also, exclude the stax:stax-api dependency in favor of the org.apache.geronimo.specs:geronimo-stax-api_1.0_spec dependency as per http://www.lucidimagination.com/search/document/f02b22dc9d7848/replace_stax_api_with_geronimo_stax_woodstox#bd9168d12ef5b637

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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