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

Platform: OSGi Export of Solaris package #1007

Merged
merged 2 commits into from
Aug 31, 2018

Conversation

swimmesberger
Copy link
Contributor

@swimmesberger swimmesberger commented Aug 30, 2018

The oshi library (https://github.com/oshi/oshi/) can't be used in an OSGi environment with JNA 4.5.2 because the "com.sun.jna.platform.unix.solaris" package is used by oshi (and therefore imported) but not exported by JNA - this results in "Unsatisfied import package com.sun.jna.platform.unix.solaris".

This pull request exposes the solaris package for OSGi environments.

@bhamail
Copy link
Contributor

bhamail commented Aug 30, 2018

Looks fine to me. Could you also add a short note to the CHANGES.md file?

@swimmesberger
Copy link
Contributor Author

Added a entry to the CHANGES.md

@bhamail bhamail merged commit 180d4a3 into java-native-access:master Aug 31, 2018
@bhamail
Copy link
Contributor

bhamail commented Aug 31, 2018

Thanks for the PR!

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