You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2019/04/10 05:36:00 UTC

[jira] [Assigned] (KARAF-6226) config core: ConfigRepository requires access to TypedProperties

     [ https://issues.apache.org/jira/browse/KARAF-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-6226:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> 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
>
> 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)