[
https://issues.apache.org/jira/browse/SLING-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Edelson resolved SLING-5710.
-----------------------------------
Resolution: Fixed
> Injectable methods on super-interfaces are not injected
> -------------------------------------------------------
>
> Key: SLING-5710
> URL: https://issues.apache.org/jira/browse/SLING-5710
> Project: Sling
> Issue Type: Bug
> Components: Extensions
> Affects Versions: Sling Models Impl 1.2.6
> Reporter: Justin Edelson
> Assignee: Justin Edelson
> Fix For: Sling Models Impl 1.2.8
>
>
> When an interface extends another interface, the injectable methods on the
> super interface are not injected correctly. This is because we use
> `Class.getSuperclass()` to get the parent classes which doesn't work if the
> model class is actually an interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)