Hi, in the 4.2 versions (I'm currently using 4.2.1), the interface of org.apache.karaf.config.core.ConfigRepository has changed. The getConfig function now returns TypedProperties. Earlier, the getConfigProperties returned a Dictionary (or at least could be mapped to it).
TypedProperties are defined in the org.apache.felix.utils.properties package which is included in the felix fileinstall bundle. But it is not exported. So is there another way to access this package than including it in my own bundle, e.g. with <Private-Package>? Best Regards, Jochen -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
