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

Micronaut: Avoid using jakarta.persistence when generating entity classes #6409

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

dbalek
Copy link
Contributor

@dbalek dbalek commented Sep 6, 2023

Using io.micronaut.data.annotation.MappedProperty instead of jakarta.persistence.Column annotations when generating Micronaut entity classes from database.

@dbalek dbalek added the Micronaut [ci] enable enterprise job label Sep 6, 2023
@dbalek dbalek added this to the NB20 milestone Sep 6, 2023
@dbalek dbalek self-assigned this Sep 6, 2023
Copy link
Contributor

@jhorvath jhorvath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@dbalek dbalek merged commit 884ac3e into apache:master Sep 6, 2023
34 checks passed
@dbalek dbalek deleted the dbalek/micronaut-entities-fix branch September 6, 2023 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Micronaut [ci] enable enterprise job
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants