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

feat: Support kotlin's value classes #183

Merged
merged 8 commits into from
Apr 10, 2024

Conversation

Chuckame
Copy link
Contributor

@Chuckame Chuckame commented Jan 28, 2024

New features:

Breaking changes:

  • @AvroInline removed as it is replaced by kotlin's value classes
  • Stop supporting @AvroFixed on classes, works only on properties
  • Stop supporting @ScalePrecision on classes, works only on properties
  • Stop supporting @AvroDefault on classes, works only on properties

Side effect: Stop supporting @AvroFixed on classes, works only on properties
@Chuckame Chuckame linked an issue Feb 8, 2024 that may be closed by this pull request
@Chuckame Chuckame changed the title feat: Fully support value classes and remove @AvroInline feat: Support kotlin's value classes Feb 8, 2024
@Chuckame Chuckame merged commit 3cf493a into avro-kotlin:main-v2 Apr 10, 2024
1 check passed
@Chuckame Chuckame deleted the feat/value-classes branch April 10, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Value classes not working (feature request ?) Allow non-string while string-able values as map keys
1 participant