-
Notifications
You must be signed in to change notification settings - Fork 101
Revert "Uppercase enum source mode" #3810
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
Conversation
This reverts commit 94e5ff9.
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
I'll update this as soon as I have working case insensitive deserialization in java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
java client ready. should we go over all the instances of non lowercase enums in the spec?
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a)
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a)
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a)
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a)
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a) Co-authored-by: Quentin Pradet <[email protected]>
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a) Co-authored-by: Quentin Pradet <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a) Co-authored-by: Quentin Pradet <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
* Revert "Switch enums from upper case to lower case" (cherry picked from commit 779fb2a) Co-authored-by: Quentin Pradet <[email protected]> Co-authored-by: Laura Trotta <[email protected]>
Reverts #3676
We decided offline to keep all enums as lowercase, except multi word enums that can use camelCase. The clients need to accept any case for enums.