[
https://issues.apache.org/jira/browse/FELIX-5895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565198#comment-16565198
]
Cristiano Gavião commented on FELIX-5895:
-----------------------------------------
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)