Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COLLECTOR: Interface Inconsistencies #197

Open
katharinabassler opened this issue Jun 1, 2023 · 1 comment
Open

COLLECTOR: Interface Inconsistencies #197

katharinabassler opened this issue Jun 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working design change Change or removal of existing features

Comments

@katharinabassler
Copy link
Collaborator

katharinabassler commented Jun 1, 2023

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.

@katharinabassler katharinabassler added bug Something isn't working design change Change or removal of existing features labels Jun 1, 2023
@katharinabassler
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design change Change or removal of existing features
Projects
None yet
Development

No branches or pull requests

4 participants