Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
To be reviewed
-
Resolution: Unresolved
-
Affects Version/s: 3.2.1
-
Fix Version/s: None
-
Component/s: Core: Deployment
-
Labels:None
-
Environment:
Standalone
-
User impact:Very Low
-
Similar Issues:None
Description
It would be great if the hot deployer would understand maven version numbers.
Example:
myapp-1.0.zip is deployed
myapp-1.1.zip is deployed
Result: Two apps in the apps folder
A better solution would be if the hot deployer would understand that myapp-1.1 is a new version of myapp-1.0 and thus undeploy v1.0 before deploying v.1.1
-1
If we make this behaviour default, what would people use that do want different versions of the same app (e.g. for supporting different message format versions)?