Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bnd: SymbolicName and Import-Package differences with osgi plugin's version #920

Closed
simonbasle opened this issue Nov 29, 2019 · 1 comment
Labels
type/bug A general bug warn/regression A regression from a previous release

Comments

@simonbasle
Copy link
Member

(first reported in #915 while working on #913)

Since the switch to bndBuilder plugin was made in #894, a couple of differences have appeared in what is generated for OSGI:

  • the Import-Package clause is missing an entry io.netty.util.internal;version="[ 4.1,5)"
  • the Bundle-SymbolicName clause is different (back to project name)

This affects both 0.8.14.RELEASE and 0.9.2.RELEASE.

@simonbasle simonbasle added type/bug A general bug status/need-triage A new issue that still need to be evaluated as a whole labels Nov 29, 2019
@simonbasle
Copy link
Member Author

cc @simondaudin @swimmesberger

@simonbasle simonbasle removed the status/need-triage A new issue that still need to be evaluated as a whole label Nov 29, 2019
@simonbasle simonbasle added this to the 0.8.15.RELEASE milestone Nov 29, 2019
simonbasle added a commit that referenced this issue Nov 29, 2019
 - the `Import-Package` clause was missing an entry
   `io.netty.util.internal;version="[ 4.1,5)"`
 - the `Bundle-SymbolicName` clause was changed to project name instead
   of a more fully qualified name
@simonbasle simonbasle added the warn/regression A regression from a previous release label Nov 29, 2019
simonbasle added a commit that referenced this issue Dec 3, 2019
During merge, the bnd options were enriched for the Import-Package:

'!javax.annotation,io.netty.channel.kqueue;resolution:=optional;
version="[4.1,5)",
io.netty.handler.codec.haproxy;resolution:=optional;version="[4.1,5)",
io.micrometer.*;resolution:=optional,
reactor.blockhound.*;resolution:=optional,*',
simonbasle added a commit that referenced this issue Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug warn/regression A regression from a previous release
Projects
None yet
Development

No branches or pull requests

1 participant