Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Launchpad Base 2.1.0
-
None
Description
As an enhancement to the functionality provided with SLING-1162, if a bundle in resources/bundles/<startlevel> is already installed with the same version and the version ends in SNAPSHOT, if both bundles include a Bnd-LastModified header, use that header as an additional check.
The current implementation fails under this use case:
1) SNAPSHOT included in the WAR/JAR file.
2) newer SNAPSHOT installed via console/shell
3) App is restarted
At this point, the original SNAPSHOT will be installed, not the newer one included.
I'll have a patch for this soonish.