You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2017/08/08 16:17:00 UTC

[jira] [Comment Edited] (OAK-6511) Switch to official OSGi versioning annotations

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

Robert Munteanu edited comment on OAK-6511 at 8/8/17 4:16 PM:
--------------------------------------------------------------

Absolutely. Just did - note that this was the easy part :-) The big part is the removal of the {{org.apache.felix.scr.annotations}} package, which:

- is not mechanical - the annotations have different semantics
- is much larger in scope - we have 103 components to convert by my count ( {{$ git grep '@Component'  | wc -l}} )

_edit_: typo


was (Author: rombert):
Absolutely. Just did - note that this was the easy part :-) The big part is the removal of the {{org.apache.felix.scr.annotations}} package, which:

- not mechanical - the annotations have different semantics
- much larger in scope - we have 103 components to convert by my count ( {{ $ git grep '@Component'  | wc -l }} )

> Switch to official OSGi versioning annotations
> ----------------------------------------------
>
>                 Key: OAK-6511
>                 URL: https://issues.apache.org/jira/browse/OAK-6511
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: parent
>            Reporter: Robert Munteanu
>            Assignee: Robert Munteanu
>             Fix For: 1.8, 1.7.6
>
>
> When building Oak, several warnings are printed related to the usage of the bnd versioning annotations:
> {noformat}[WARNING] Manifest org.apache.jackrabbit:oak-auth-external:bundle:1.8-SNAPSHOT : aQute.bnd.annotation.Version annotation used in class org.apache.jackrabbit.oak.spi.security.authentication.external.package-info. Bnd versioning annotations are deprecated as of Bnd 3.2 and support will be removed in Bnd 4.0. Please change to use OSGi versioning annotations.{noformat}
> Since it's a mostly mechanical change with a limited number of scenarios I propose to just do it outright.
> {noformat}$ git grep aQute.bnd.annotation | wc -l
> 85{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)