Hi Guillaume,

you have right, I have seen it when working on the bundles required by CXF.
I guess that we only need to add ;version=${version} in the pom.xml of each bundle.

I doesn't see any Jira on this topic yes.

If all are right with this change, I raise a Jira task and begin today.

Regards
JB

Guillaume Nodet wrote:
I think we have a problem with lots (if not all) of bundles we've released.
Currently, they are importing their own package and do not use version
ranges.

Importing their own package may lead to real problems when deploying two
different versions of such a bundle.  There is a high chance that the second
one will use the classes from the first one instead of their own classes.
Version ranges are also important to avoid some problems if the bundle is
wired to a dependent bundle with a new major version.

So I kinda think we need to update all the poms to change those and release
all those bundles.


Reply via email to