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

Added maven bnd-maven-plugin to make jblas an OSGi bundle. #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cfries
Copy link

@cfries cfries commented Jul 27, 2016

The bnd-maven-plugin has been added to the build process. The bnd.bnd
config file has been added exporting all classes org.jblas.

The bnd-maven-plugin has been added to the build process. The bnd.bnd
config file has been added exporting all classes org.jblas.
@cfries
Copy link
Author

cfries commented Jul 27, 2016

Note: I was recently requested to make finmath-lib an OSGi bundle. For that all my dependencies should be OSGi bundles too. I had to kick out Colt 1.2.0 for that reason and replace it with the linear algebra of commons-math. However commons-math is comparably slow (even slower than Colt) and my preference would be to have jblas as an OSGi bundle.
I am not an expert on OSGi, but I have added some small modifications to the pom which appear to work.

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.

None yet

1 participant