Hi all, Does Aries contain a utility class yet to parse OSGi 4.3 Provide-Capability/Require-Capability headers yet? Like for instance to parse this one (from core 4.3 spec section 3.3.4):
Provide-Capability: « com.acme.dictionary; from:String=nl; to=de; version:Version=3.4, « com.acme.dictionary; from:String=de; to=nl; version:Version=4.1, « com.acme.ip2location;country:List<String>="nl,be,fr,uk";version:Version=1.3,« com.acme.seps; tokens:List<String>="\\,,;,\\\"" Note the comma's inside the list value and the separators in the tokens attribute... If not I'll start something and put it in util... Cheers, David
