-
Type:
Story
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Dev Tools > Portal Build Env
-
Labels:
Liferay portal exports all of it's concrete spring beans as OSGi services.
Currently the only services which result in osgi.service capability are those created by ServiceBuilder. We should add a way to also emit capabilities for manually created beans. (parse the spring*.xml files but skip the generated ones).