You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is a place to collect inconsistencies between specification and implementation. The aim is to identify related inconsistencies which can be fixed together.
For clarification: Inconsistencies here refer to discrepancies between the CLI syntax or REST interfaces on the one hand and implementations in Java on the other.
The text was updated successfully, but these errors were encountered:
order-mgr: All methods of OrderJobControllerImpl.java accept an array of OrderStates. However, the parameter is only handled if the array length is exactly one and the state either COMPLETED or NON-COMPLETED. The latter is not a valid order state, and a full processing of all input is needed.
This issue is a place to collect inconsistencies between specification and implementation. The aim is to identify related inconsistencies which can be fixed together.
For clarification: Inconsistencies here refer to discrepancies between the CLI syntax or REST interfaces on the one hand and implementations in Java on the other.
The text was updated successfully, but these errors were encountered: