Hi all I've started to look into https://issues.apache.org/jira/browse/COMPRESS-498 which (correctly) points out that Compress 1.18 has changed the OSGi coordinates over the previous versions.
The symbolic name is defined inside the parent POM. In Parent 46 this has been <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName> in parent 47 it became <commons.osgi.symbolicName>org.apache.commons.${commons.packageId}</commons.osgi.symbolicName> In Compress we will need to figure out how we want to deal with this (we've now had two releases with the "new" bundle symbolic name) and see why our unit test didn't catch that. For the other components you may want to verify your manifest's Bundle-SymbolicName still is what it used to be when you cut a new release. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org