[
https://issues.apache.org/jira/browse/FELIX-4626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817543#comment-17817543
]
Gary D. Gregory commented on FELIX-4626:
----------------------------------------
See also [https://issues.apache.org/jira/projects/TEXT/issues/TEXT-233]
Reproducer:
git clone [https://gitbox.apache.org/repos/asf/commons-text.git]
git checkout 1001fb35902e52f1c19442a197a5ff914f7d8432
mvn clean verify
unzip -p target/commons-text-1.11.1-SNAPSHOT.jar META-INF/MANIFEST.MF
> maven-bundle-plugin does not insert package range to Import-Package clause
> --------------------------------------------------------------------------
>
> Key: FELIX-4626
> URL: https://issues.apache.org/jira/browse/FELIX-4626
> Project: Felix
> Issue Type: Bug
> Affects Versions: maven-bundle-plugin-2.5.0
> Reporter: Balazs Zsoldos
> Priority: Major
>
> With maven-bundle-plugin 2.4.0 everything is ok:
> {code}
> Import-Package: org.everit.osgi.cache;version="[2.0,3)",org.osgi.framewo
> rk;version="[1.6,2)"
> {code}
> With version 2.5.0 the header is the following:
> {code}
> Import-Package: org.everit.osgi.cache,org.osgi.framework;version="1.6,2)"
> {code}
> The version range from org.everit.osgi.cache package is missing.
> __To reproduce:__
> - Check out the repository https://github.com/everit-org/cache-noop
> - Replace the version of maven-bundle-plugin from 2.4.0 to 2.5.0.
> The sample project and its dependency has 1-1 package.
> I created an issue for bndlib but I got the response that this might be a bug
> of maven-bundle-plugin.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)