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
Since ceylon/ceylon-compiler#1456 has added OSGi meta-data support to Ceylon modules, we need a way to enable OSGi containers to discover and deploy Ceylon modules as OSGi bundles.
From the top of my head, I see two approaches (they do not need to be mutually exclusive):
Write a Ceylon runtime implementation for OSGi container (something of the sort has been implemented for Maven repository artifact discovery in Apache Felix)
Produce/provide OBR and/or p2 repository metadata in Herd and local repository, so that OSGi containers can access them natively.
The text was updated successfully, but these errors were encountered:
Since ceylon/ceylon-compiler#1456 has added OSGi meta-data support to Ceylon modules, we need a way to enable OSGi containers to discover and deploy Ceylon modules as OSGi bundles.
From the top of my head, I see two approaches (they do not need to be mutually exclusive):
The text was updated successfully, but these errors were encountered: