-
Notifications
You must be signed in to change notification settings - Fork 155
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
Library is not OSGi-compliant #91
Comments
Also stumbled upon this - note that the OSGi manifest informations were there in previous versions, e.g. 1.1.6 of |
OSGi support is increasingly a non-goal for me. |
Just for the record, I was also effected by the lack of OSGi support in 1.1.7. |
PR #132 fixes a class loader problem with ASM ClassWriter to use Parboiled 1.3.0 in OSGi containers. I would suggest to create a single OSGi bundle for the Java version as in https://github.com/komma/komma/blob/15aa9321d0f2e7a2f29f6677ed6b5f296505415f/libraries-p2/parboiled/pom.xml This avoids problems with fragments (Fragment-Host header) or split packages... |
You should OSGify library. It's easy with typesafe sbt-osgi plugin.
Here is example: https://github.com/typesafehub/scala-logging/pull/37/files
The text was updated successfully, but these errors were encountered: