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

Use jakarta package for @Generated annotation #704

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Conversation

paulbakker
Copy link
Collaborator

@paulbakker paulbakker commented Jun 12, 2024

Fix for #702, use jakarta.annotation.Generated instead of javax. Also made generating dates configurable through disableDatesInGeneratedAnnotation.

Note that this might break compilation for Spring Boot 2.x apps, because they likely don't have jakarta.annotation on the classpath. This can fixed by explicitly adding jakarta.annotation:jakarta.annotation-api to the build file.

@paulbakker paulbakker merged commit cdde5df into master Jul 19, 2024
3 checks passed
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.

3 participants