Description
This is a regression introduced by https://jira.apache.org/jira/browse/KARAF-6418.
The bundle's dependency attribute is being always determined by whatever the dependency is transitive or not (if markTransitiveAsDependency is true).
It should respect the bundle entry provided in the feature descriptor to extend (usually in src/main/feature/feature.xml).
The current workaround for a transitive dependency not to be marked as a dependency while using the markTransitiveAsDependency option is to add the bundle as a direct dependency of the module building the feature.
Attachments
Issue Links
- is related to
-
KARAF-6418 Add flag to mark transitive dependencies with dependency="true"
- Resolved
- links to