You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Cristiano Gavião (JIRA)" <ji...@apache.org> on 2018/08/01 12:17:00 UTC

[jira] [Comment Edited] (FELIX-5895) Upgrade bndlib to 4.1.0 in order to support annotation from DS 1.4

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

Cristiano Gavião edited comment on FELIX-5895 at 8/1/18 12:16 PM:
------------------------------------------------------------------

I'm investigating the 4.1.0-SNAPSHOT and tried it with m-b-p 3.5.1. 

I got a error due to a missing class: `aQute.lib.spring.SpringXMLType`

I searched for it and its use is minimal:
{code:java}
 // Add default plugins
        header( properties, Analyzer.PLUGIN, BlueprintPlugin.class.getName() + ","
                                           + SpringXMLType.class.getName() + ","
                                           + JpaPlugin.class.getName() );

{code}

Question, removing it from m-b-p would require a change of its version to 3.6.0 ? 


was (Author: cvgaviao):
I'm investigatin the 4.1.0-SNAPSHOT and tried it with m-b-p 3.5.1. 

I got a error due to a missing class: `aQute.lib.spring.SpringXMLType`

I searched for it and its use is minimal:
{code:java}
 // Add default plugins
        header( properties, Analyzer.PLUGIN, BlueprintPlugin.class.getName() + ","
                                           + SpringXMLType.class.getName() + ","
                                           + JpaPlugin.class.getName() );

{code}

Question, removing it from m-b-p would require a change of its version to 3.6.0 ? 

> Upgrade bndlib to 4.1.0 in order to support annotation from DS 1.4
> ------------------------------------------------------------------
>
>                 Key: FELIX-5895
>                 URL: https://issues.apache.org/jira/browse/FELIX-5895
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: maven-bundle-plugin-3.5.0
>            Reporter: Cristiano Gavião
>            Priority: Major
>
> The release bndlib 4.0.0 partially supports DS 1.4, but there are some issues with it.
> The next version 4.1.0 will support it totally.



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