Georg Henzler created SLING-3293:
------------------------------------
Summary: Make HC compatible to CQ 5.5/5.6/5.6.1
Key: SLING-3293
URL: https://issues.apache.org/jira/browse/SLING-3293
Project: Sling
Issue Type: Improvement
Components: Health Check
Reporter: Georg Henzler
When testing the health check with CQ 5.5 and 5.6, the configuration meta data
(labels and descriptions) do not show up correctly due to the new layout of the
OSGI-INF folder (see attachment). This can easily be fixed by using an older
version of the scr plugin:
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-scr-plugin</artifactId>
<version>1.8.0</version> <!-- instead of 1.14.0 -->
</plugin>
Obviously there is reasons to use the latest version, but because everthing
else works completely fine with CQ 5.5 it would be nice to stay on the old
version descriptors (serviceComponents.xml) for some releases to be able to use
the HC in CQ 5.5
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)