Hi,Does anyone know if it's possible to have two different versions of
the same bundle active? Or CQ only allow the last version of the
deployed bundle to be active?For example:I have 2 bundles:
myapp-1.0.0-SNAPSHOT.jar, myapp-1.1.0-SNAPSHOT.jar. Supposing bundle
myapp-1.0.0-SNAPSHOT.jar is installed and activated. And i want to
install now the last version (myapp-1.1.0-SNAPSHOT.jar). When the last
version is installed, the previous version (myapp-1.0.0-SNAPSHOT.jar) is
no longer active...so the...