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

allow the jakarta version of @Generated instead of the javax one. #194

Open
Zegveld opened this issue Jan 14, 2022 · 3 comments · May be fixed by #195
Open

allow the jakarta version of @Generated instead of the javax one. #194

Zegveld opened this issue Jan 14, 2022 · 3 comments · May be fixed by #195

Comments

@Zegveld
Copy link

Zegveld commented Jan 14, 2022

all javax modules are being replaced with jakarta, this includes @javax.annotation.Generated. This is replaced by @jakarta.annotation.Generated, allow users to choose which annotation they want on the generated classes.

(I'm also creating a PR for this.)

Zegveld added a commit to rigd-loxia/assertj-assertions-generator that referenced this issue Jan 14, 2022
…choose between javax.annotation.Generated and jakarta.annotation.Generated. Or if you really do not want any no annotation (not recommended).
Zegveld added a commit to rigd-loxia/assertj-assertions-generator that referenced this issue Jan 26, 2022
…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.
Zegveld added a commit to rigd-loxia/assertj-assertions-generator that referenced this issue Jan 26, 2022
Zegveld added a commit to rigd-loxia/assertj-assertions-generator that referenced this issue Jan 26, 2022
@famaridon
Copy link

+1

@rob-valor
Copy link

@joel-costigliola , any reason why the jakarta support doesn't get merged?

@joel-costigliola
Copy link
Member

just lack of time, the generator is currently in a limbo state because of that ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants