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

Implement Enums in Kotlin #3062

Closed
tomdaffurn opened this issue Oct 9, 2024 · 0 comments · Fixed by #3160
Closed

Implement Enums in Kotlin #3062

tomdaffurn opened this issue Oct 9, 2024 · 0 comments · Fixed by #3160
Assignees
Labels

Comments

@tomdaffurn
Copy link
Contributor

Same features that we implemented in Java in #2514

@tomdaffurn tomdaffurn added the jvm label Oct 9, 2024
@github-actions github-actions bot added the triage Issue needs triaging label Oct 9, 2024
This was referenced Oct 9, 2024
@tomdaffurn tomdaffurn mentioned this issue Oct 9, 2024
5 tasks
tomdaffurn added a commit that referenced this issue Oct 9, 2024
For #2514 

Tasks: 
- [x] Test cases for all enum variants
- [x] Generate Java classes for enums in schema
- [x] Serialize/deserialise enums for JVM verb server
- [x] Serialize/deserialise enums for JVM verb clients
- [x] Generate schema for enums in Java code
- ~~Generate schema a nd classes for enums in Kotlin code~~ #3062
- ~~Update comment extraction code to include enums~~ #3061
@wesbillman wesbillman removed the triage Issue needs triaging label Oct 10, 2024
tomdaffurn added a commit that referenced this issue Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants