You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We CAN add an OSGi manifest, but this PR introduces proper Java modules that meet all the rules of Java modularity. If people also want OSGi we can add it. Is that still necessary if we add modules?
From a little reading I did, having the OSGI stuff inside the jars is still usefull/needed if you want to make use of the additional features that osgi layers on top of JPMS:
If you want to use OSGi's dynamic module management, service registry, or other OSGi-specific features, then you need to add the necessary OSGi metadata to your JAR files
rhino/build.gradle
Line 203 in 1cb6002
could you please add a OSGI-Entries intomanifest to the engine bundle?
if gradle should do the job bnd hast a great plugin to do this
Example here: https://github.com/osgi/osgi-test/tree/main/examples/osgi-test-example-gradle
The text was updated successfully, but these errors were encountered: