[
https://issues.apache.org/jira/browse/KARAF-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16814369#comment-16814369
]
ASF subversion and git services commented on KARAF-6226:
--------------------------------------------------------
Commit 375260a6ae0a50214abcd00be75b744fd95e2ff4 in karaf's branch
refs/heads/master from Jean-Baptiste Onofré
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=375260a ]
Merge pull request #807 from jbonofre/KARAF-6226
[KARAF-6226] Expose org.apache.felix.utils.properties package in Karaf config
core bundle
> 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.1, 4.2.2, 4.2.3, 4.2.4
> Reporter: Jochen Walz
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.3.0, 4.2.5
>
>
> 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)