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

jaxb-plugins-runtime et al - wrong 'Require-Capability' MANIFEST entry #548

Closed
lichtin opened this issue Jun 28, 2024 · 4 comments · Fixed by #549
Closed

jaxb-plugins-runtime et al - wrong 'Require-Capability' MANIFEST entry #548

lichtin opened this issue Jun 28, 2024 · 4 comments · Fixed by #549
Assignees
Labels
Milestone

Comments

@lichtin
Copy link

lichtin commented Jun 28, 2024

jaxb-plugins-runtime et al - wrong 'Require-Capability' MANIFEST entry

(e.g. for version 4.0.6):

Require-Capability: osgi.ee;filter:="(osgi.ee=UNKNOWN)"

It looks like the version of the "maven-bundle-plugin" in use to build the JARs is too old, it doesn't generate proper MANIFEST entry.

@laurentschoelens
Copy link
Collaborator

Hi @lichtin

Thanks for the report

Using newer version (5.1.9) leads to :

Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=11))"

Does that seems OK for you ?

@lichtin
Copy link
Author

lichtin commented Jun 28, 2024

perfect

laurentschoelens added a commit to laurentschoelens/jaxb-tools that referenced this issue Jun 28, 2024
@laurentschoelens laurentschoelens added this to the 4.0.8 milestone Jun 28, 2024
@laurentschoelens
Copy link
Collaborator

PR done 😄

@laurentschoelens
Copy link
Collaborator

Hi @lichtin

4.0.8 version has been released. You can safely go for it to have the fix for your issue.

Thanks again to have seen this.

It'll be backported to v2 soon too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants