Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The issue comes from buf.build/grpc/java:v1.73.0 using javax.annotation.Generated. There's no option in the plugin to switch to jakarta.annotation.Generated. Workaround: Add a post-generation step to replace imports: find ../data/src/main/java -name "*.java" -exec sed -i 's/javax.annotation.Generated/jakarta.annotation.Generated/g' {} + |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot seem to figure out why buf is using the javax.annotation and not the jakarta version. Config is below. The issue is within remote: buf.build/grpc/java:v1.73.0. Is there an option to switch these?
Beta Was this translation helpful? Give feedback.
All reactions