We are using Apache Felix OSGi Bundle Repository v1.6.4 in Apache Karaf. We are programmatically trying to deploy a bundle (say demo-bundle-2.0.0.jar) using obr mean. However another version of the demo-bundle (1.0.0) already exists. We have a requirement that both versions of the bundle should co-exist. However when 2.0.0 is installed, obr overwrites v1.0.0.
My question: Is this expected behavior? Is there any workaround so that both versions of the bundle can be available?