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

Fixing osgi import issue #695

Merged
merged 1 commit into from
Aug 30, 2018

Conversation

orange-buffalo
Copy link
Contributor

Currently it is not possible to deploy Dozer to JBoss Fuse 6.2 because Dozer bundle imports OSGi framework version 1.8, while Fuse has an older version.

We have an explicit configuration for the bundle plugin to import framework version 1.7 with optional resolution. But due to a typo, it is ignored and classpath dependency version is used instead during the bundle descriptor generation.

This pull request fixes the issue so that our configuration is applied to the final bundle descriptor.

As this blocks our project from migration to Dozer 6, it would be great to release a new version after this fix is merged.

@garethahealy garethahealy merged commit d68728c into DozerMapper:master Aug 30, 2018
@garethahealy
Copy link
Collaborator

@orange-buffalo ; cheers. i'll try and do 6.4.1 release in the next few days when i get a chance

@orange-buffalo orange-buffalo deleted the osgi-import-fix branch August 30, 2018 08:33
@orange-buffalo
Copy link
Contributor Author

@garethahealy many thanks!

@garethahealy
Copy link
Collaborator

Should hopefully be in mvn central in next hour or so.

@orange-buffalo
Copy link
Contributor Author

That's awesome, thank you for supporting us!

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

Successfully merging this pull request may close these issues.

2 participants