You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matthew Webber (JIRA)" <ji...@apache.org> on 2012/10/08 11:24:02 UTC

[jira] [Created] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Matthew Webber created MATH-876:
-----------------------------------

             Summary: In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
                 Key: MATH-876
                 URL: https://issues.apache.org/jira/browse/MATH-876
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Matthew Webber
             Fix For: 3.1


In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.

However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
{{Bundle-SymbolicName: org.apache.commons.math}}

This should be changed in 3.1 to:
{{Bundle-SymbolicName: org.apache.commons.math3}}

As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.

For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Posted by "Matthew Webber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471550#comment-13471550 ] 

Matthew Webber commented on MATH-876:
-------------------------------------

Brilliant - thanks for the prompt fix. I look forward to the 3.1 release!
                
> In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-876
>                 URL: https://issues.apache.org/jira/browse/MATH-876
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Matthew Webber
>              Labels: build
>             Fix For: 3.1
>
>
> In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.
> However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
> {{Bundle-SymbolicName: org.apache.commons.math}}
> This should be changed in 3.1 to:
> {{Bundle-SymbolicName: org.apache.commons.math3}}
> As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.
> For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Posted by "Matthew Webber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478899#comment-13478899 ] 

Matthew Webber commented on MATH-876:
-------------------------------------

We are now building against a 3.1 snapshot (with the new bundle name), and have not had any issues so far (based on limited testing).

Many thanks for promptly fixing this ticket.
                
> In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-876
>                 URL: https://issues.apache.org/jira/browse/MATH-876
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Matthew Webber
>              Labels: build
>             Fix For: 3.1
>
>
> In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.
> However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
> {{Bundle-SymbolicName: org.apache.commons.math}}
> This should be changed in 3.1 to:
> {{Bundle-SymbolicName: org.apache.commons.math3}}
> As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.
> For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Posted by "Gilles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13478905#comment-13478905 ] 

Gilles commented on MATH-876:
-----------------------------

Thanks for the feedback.
I didn't think using the new "MANIFEST.MF" would create any problem; it's rather the release process which might be impacted, so I leave this open until we try it out (hopefully pretty soon).

                
> In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-876
>                 URL: https://issues.apache.org/jira/browse/MATH-876
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Matthew Webber
>              Labels: build
>             Fix For: 3.1
>
>
> In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.
> However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
> {{Bundle-SymbolicName: org.apache.commons.math}}
> This should be changed in 3.1 to:
> {{Bundle-SymbolicName: org.apache.commons.math3}}
> As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.
> For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Posted by "Gilles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471532#comment-13471532 ] 

Gilles commented on MATH-876:
-----------------------------

Property "commons.componentid" changed to "math3" revision 1395545.

                
> In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-876
>                 URL: https://issues.apache.org/jira/browse/MATH-876
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Matthew Webber
>              Labels: build
>             Fix For: 3.1
>
>
> In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.
> However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
> {{Bundle-SymbolicName: org.apache.commons.math}}
> This should be changed in 3.1 to:
> {{Bundle-SymbolicName: org.apache.commons.math3}}
> As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.
> For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Posted by "Gilles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471576#comment-13471576 ] 

Gilles commented on MATH-876:
-----------------------------

You could already test with the snapshot that will be generated tonight:

https://repository.apache.org/content/repositories/snapshots/org/apache/commons/commons-math3/3.1-SNAPSHOT/
                
> In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-876
>                 URL: https://issues.apache.org/jira/browse/MATH-876
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Matthew Webber
>              Labels: build
>             Fix For: 3.1
>
>
> In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.
> However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
> {{Bundle-SymbolicName: org.apache.commons.math}}
> This should be changed in 3.1 to:
> {{Bundle-SymbolicName: org.apache.commons.math3}}
> As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.
> For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Comment Edited] (MATH-876) In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)

Posted by "Gilles (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MATH-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471532#comment-13471532 ] 

Gilles edited comment on MATH-876 at 10/8/12 2:27 PM:
------------------------------------------------------

Property "commons.componentid" changed to "math3" in revision 1395545.

                
      was (Author: erans):
    Property "commons.componentid" changed to "math3" revision 1395545.

                  
> In v3, Bundle-SymbolicName should be org.apache.commons.math3 (not org.apache.commons.math as currently)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-876
>                 URL: https://issues.apache.org/jira/browse/MATH-876
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.0
>            Reporter: Matthew Webber
>              Labels: build
>             Fix For: 3.1
>
>
> In Commons Math 3.0, all package names start with {{org.apache.commons.math3}}, to distinguish them from packages in the previous (2.2) - issue MATH-444.
> However, the name of the bundle itself was not similarly changed - in the MANIFEST.MF from 3.0.0, we have this line:
> {{Bundle-SymbolicName: org.apache.commons.math}}
> This should be changed in 3.1 to:
> {{Bundle-SymbolicName: org.apache.commons.math3}}
> As an example, Apache Commons Lang changed their bundle name when they moved from v2 to v3 - exactly what I am proposing for Commons Math.
> For various reasons, the existing plugin naming is a problem for us in our environment, where our code uses a mixture of 2.2 and 3.0 classes (there are too many references to quickly change).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira