It is done in the recommended way and was working fine, with AEM 6.1 for
ages. The issues we started noticing right after the in-place AEM
upgrade to AEM 6.3,Code snippets,@Component(immediate = true, label =
"ABC Service Config", description = "ABC Service Config", metatype =
true)@Properties({ @Property(name = Constants.SERVICE_DESCRIPTION, value
= "ABCServiceConfig"), @Property(name = Constants.SERVICE_VENDOR, value
= "ABC") })@Service(value = ABCServiceConfig.class)public class
ABCServiceCon...