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

Java SDK expects versions to be provided for retrieval #460

Closed
zhilingc opened this issue Feb 5, 2020 · 0 comments · Fixed by #464
Closed

Java SDK expects versions to be provided for retrieval #460

zhilingc opened this issue Feb 5, 2020 · 0 comments · Fixed by #464

Comments

@zhilingc
Copy link
Collaborator

zhilingc commented Feb 5, 2020

Expected Behavior

Retrieval of features via the Java SDK should not require reference to the feature version

Current Behavior

Validation error is thrown if feature provided has no version:

  message: "Feature id 'project/feature' has invalid format. Expected format: <project>/<feature-name>:<feature-version>."  

Steps to reproduce

Request for feature without version

Specifications

  • Version: 0.4.4

Possible Solution

Let feature versions be optional. Relevant code is here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant