Jochen Walz created KARAF-6226:
----------------------------------
Summary: config core: ConfigRepository requires access to
TypedProperties
Key: KARAF-6226
URL: https://issues.apache.org/jira/browse/KARAF-6226
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.2.4, 4.2.3, 4.2.2, 4.2.1
Reporter: Jochen Walz
After the interface change for the ConfigRepository service, the
TypedProperties are part of some method's signature. However, the felix utils
package hosting this class is a private package in the
org.apache.karaf.config.core bundle. Importing the same package in the
consuming bundle does not help, since then the two involved class loaders
cannot grant that the class is the same, leading to an exception.
The simplest solution would be the org.apache.karaf.config.core bundle
including the felix utils package in its exported packages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)