Closed kowalczyka closed 3 years ago
Is this still valid?
No issues have been reported in this area up to now. Unless there are no concrete needs and plans to change the current abort behavior I don't think that this issue is further needed. Feel free to reopen if you consider any concrete action here.
With the fix which we delivered in https://github.com/servicecatalog/oscm/commit/f5bdefaab38f859442e2577b62b30b3a708a3d08, functionality related to subscription states changed:
We noticed that this change can have some impact on subscription related actions as state validator now allow some actions which previously were forbidden:
https://github.com/servicecatalog/oscm/blob/master/oscm-subscriptionmgmt/javasrc/org/oscm/subscriptionservice/bean/ValidateSubscriptionStateBean.java#L87
https://github.com/servicecatalog/oscm/blob/master/oscm-subscriptionmgmt/javasrc/org/oscm/subscriptionservice/bean/ValidateSubscriptionStateBean.java#L76
Therefore the imapact of this change must be investigated and proper adaptation must be done if needed.