-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: configadmin-1.9.10
-
Fix Version/s: configadmin-1.9.12
-
Component/s: Configuration Admin
-
Labels:None
The use of getDeclaredMethods requires a security permission which Configuration Admin doesn't have. This needs to be fixed by either using getMethods (which doesn't need a permission) or adding the permission to Configuration Admin's permissions.perm
Removing the call would be preferred.
Note that this bug breaks the OSGi Compliance Tests