Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8041640 | 9 | Andy Herrick | P3 | Resolved | Fixed | b15 |
JDK-8045022 | 8u25 | Andy Herrick | P3 | Resolved | Fixed | b01 |
JDK-8053115 | emb-8u26 | Andy Herrick | P3 | Resolved | Fixed | b17 |
When the deployment rule for an application requires a version that is not the latest installed, and does not match the version requested by the app, The application will block as is expected, however the dialog says (for example where application has requested "1.8+" and DRS requires "1.7*):
title: "Application Blocked by Deployment Rule Set" (correct)
reason: "Deployment Rule Set required version 1.7* not available" (not correct)
The reason the app is blocking is not that 1.7* is not available, but that it doesn't match the version specified by the application.
we need to change the text of the reason to better indicate why we are blocking.
This does not apply to DRS version 1.1 when new force attribute is set to true, but applies to version 1.0 or 1.1 when force attribute is false.
title: "Application Blocked by Deployment Rule Set" (correct)
reason: "Deployment Rule Set required version 1.7* not available" (not correct)
The reason the app is blocking is not that 1.7* is not available, but that it doesn't match the version specified by the application.
we need to change the text of the reason to better indicate why we are blocking.
This does not apply to DRS version 1.1 when new force attribute is set to true, but applies to version 1.0 or 1.1 when force attribute is false.
- backported by
-
JDK-8041640 DRS: messaging is incorrect when blocking due to DRS version mismatch
- Resolved
-
JDK-8045022 DRS: messaging is incorrect when blocking due to DRS version mismatch
- Resolved
-
JDK-8053115 DRS: messaging is incorrect when blocking due to DRS version mismatch
- Resolved