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

4.x: Fix generation of annotations, including lists, nested annotations etc. #9182

Merged

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Aug 21, 2024

EnumValue now has correct equals and hashcode methods.

Resolves #9180

Added a code generation test, that validates the result of real code generation, rather than just the APIs.

EnumValue now has correct equals and hashcode methods.
@tomas-langer tomas-langer added 4.x Version 4.x codegen labels Aug 21, 2024
@tomas-langer tomas-langer added this to the 4.2.0 milestone Aug 21, 2024
@tomas-langer tomas-langer self-assigned this Aug 21, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 21, 2024
@tomas-langer tomas-langer requested a review from danielkec August 21, 2024 15:00
@tomas-langer tomas-langer merged commit 40bac37 into helidon-io:main Aug 21, 2024
44 checks passed
@tomas-langer tomas-langer deleted the 9180-class-model-annotations branch August 21, 2024 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x codegen OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x: Class model fails to write annotations
3 participants