You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2008/11/18 13:23:44 UTC

[jira] Created: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
--------------------------------------------------------------------------------------

                 Key: FELIX-821
                 URL: https://issues.apache.org/jira/browse/FELIX-821
             Project: Felix
          Issue Type: Improvement
          Components: Framework
            Reporter: David Bosschaert
            Priority: Minor
         Attachments: versions.patch

Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Resolved: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall resolved FELIX-821.
-----------------------------------

    Resolution: Fixed

Yes, it makes more sense to be on the lowest usable version. I downgraded all dependencies and everything still seems to compile. Clement, if you are satisfied, please re-close this bug, thanks!

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Deployment Admin, Log Service, MOSGi, Service Binder, UPnP Subproject, Wire Admin
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Updated: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

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

David Bosschaert updated FELIX-821:
-----------------------------------

    Attachment: versions.patch

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: David Bosschaert
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Commented: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648642#action_12648642 ] 

Richard S. Hall commented on FELIX-821:
---------------------------------------

Agreed. Karl and I are looking into it right now.

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: David Bosschaert
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Reopened: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

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

Clement Escoffier reopened FELIX-821:
-------------------------------------


Hi,

It is probably best to use the lowest released version acceptable, so perhaps we should use a different version. The org.osgi.core artifact has not been fixed for critical bugs, so it's possible to depend on an older version if the proejct doesn't require the latest API. 

Moreover,  by depending on orgi.osgi.core 1.2.0, the bundles will import org.osgi.framework;version=1.4. This package is not necessary available on OSGi implementation such as KF (exporting the 1.3). If they depend on the org.osgi.core 1.0.1, they will import org.osgi.framework;version=1.3 and so also work on KF (if they don't use a Felix-specific features).

Regards,

Clement 


> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Deployment Admin, Log Service, MOSGi, Service Binder, UPnP Subproject, Wire Admin
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Closed: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

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

Clement Escoffier closed FELIX-821.
-----------------------------------


Perfect, I close the issue.

Thanks,

Clement

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Deployment Admin, Log Service, MOSGi, Service Binder, UPnP Subproject, Wire Admin
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Updated: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-821:
----------------------------------

    Component/s:     (was: Framework)
                 Wire Admin
                 UPnP Subproject
                 Service Binder
                 MOSGi
                 Log Service
                 Deployment Admin
       Assignee: Richard S. Hall

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Deployment Admin, Log Service, MOSGi, Service Binder, UPnP Subproject, Wire Admin
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Commented: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

Posted by "Stuart McCulloch (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648640#action_12648640 ] 

Stuart McCulloch commented on FELIX-821:
----------------------------------------

I think most (if not all) of these components should really be using the released 1.2.0 of org.osgi.core, unless they need something from the latest snapshot.

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: David Bosschaert
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Resolved: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall resolved FELIX-821.
-----------------------------------

    Resolution: Fixed

I updated everyone to depend on the released 1.2.0 version. I rebuilt trunk from an empty repo and it worked for me. Please close this issue if satisfied.

> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Deployment Admin, Log Service, MOSGi, Service Binder, UPnP Subproject, Wire Admin
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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


[jira] Closed: (FELIX-821) Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT

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

David Bosschaert closed FELIX-821.
----------------------------------


> Patch file changing the org.osgi.core dependency from 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT
> --------------------------------------------------------------------------------------
>
>                 Key: FELIX-821
>                 URL: https://issues.apache.org/jira/browse/FELIX-821
>             Project: Felix
>          Issue Type: Improvement
>          Components: Deployment Admin, Log Service, MOSGi, Service Binder, UPnP Subproject, Wire Admin
>            Reporter: David Bosschaert
>            Assignee: Richard S. Hall
>            Priority: Minor
>         Attachments: versions.patch
>
>
> Just added this bug as a holder to a patch file that changes dependency on org.osgi.core from version 1.1.0-SNAPSHOT to 1.3.0-SNAPSHOT for a number of components.

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