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

#194: allow choosing which Generated annotation is wanted. (javax vs jakarta vs none) #195

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Zegveld
Copy link

@Zegveld Zegveld commented Jan 26, 2022

default will still be javax, which all the tests use.
closes #194

…choose between javax.annotation.Generated and jakarta.annotation.Generated. Or if you really do not want any no annotation (not recommended).
…can now choose between javax.annotation.Generated and jakarta.annotation.Generated. Or if you really do not want any no annotation (not recommended)."

This reverts commit 3d0a7eb.
@KostadinAlmishev
Copy link

@joel-costigliola can you merge this, please?

@scordio
Copy link
Member

scordio commented May 27, 2024

@KostadinAlmishev, we need to get this project back on track before merging the PRs, which first means adding a proper CI setup.

We'll focus on it soon, given that we just released 3.26.0.

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.

allow the jakarta version of @Generated instead of the javax one.
3 participants