You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/23 10:39:00 UTC

[jira] [Commented] (FELIX-4193) make maven bundle plugin generate indexes compliant with the R5 Repository Service Specification

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

ASF GitHub Bot commented on FELIX-4193:
---------------------------------------

GitHub user manandbytes opened a pull request:

    https://github.com/apache/felix/pull/138

    FELIX-4193 - Make maven bundle plugin generate indexes compliant with…

    … the R5 Repository Service Specification
    
    According to Apache Felix OSGi Bundle Repository (OBR) homepage [1]:
    
        As of release 2.0.x Felix OBR also supports the OSGi Repository
        1.0 specification. Chapter 132 in the OSGi R5 Enterprise
        specification.
    
    Upgrade dependency o.a.f.bundlerepository AKA 'Felix OBR' from the
    ancient 1.6.x to the latest release.
    
    [1] https://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html
    
    Signed-off-by: Mykola Nikishov <mn...@mn.com.ua>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manandbytes/felix felix-4193-update-obr

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/felix/pull/138.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #138
    
----
commit 111ade29163306420e28cd0c41203f3cfc44a735
Author: Mykola Nikishov <mn...@...>
Date:   2018-05-22T20:14:52Z

    FELIX-4193 - Make maven bundle plugin generate indexes compliant with the R5 Repository Service Specification
    
    According to Apache Felix OSGi Bundle Repository (OBR) homepage [1]:
    
        As of release 2.0.x Felix OBR also supports the OSGi Repository
        1.0 specification. Chapter 132 in the OSGi R5 Enterprise
        specification.
    
    Upgrade dependency o.a.f.bundlerepository AKA 'Felix OBR' from the
    ancient 1.6.x to the latest release.
    
    [1] https://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html
    
    Signed-off-by: Mykola Nikishov <mn...@mn.com.ua>

----


> make maven bundle plugin generate indexes compliant with the R5 Repository Service Specification
> ------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-4193
>                 URL: https://issues.apache.org/jira/browse/FELIX-4193
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>            Reporter: Cristiano Gavião
>            Priority: Major
>
> Currently the index generated by maven-bundle-plugin cannot be used by a Repository Service.
> So I would like to generate a repository indexes compliant with the Repository Service Specification version 1.0, as defined in the OSGi Service Platform Service Compendium, Release 5.
> BND or Bindex could be used since they already are compliant.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)