Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
configadmin-1.9.10
-
None
Description
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