-
Notifications
You must be signed in to change notification settings - Fork 837
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
feat: Allow annotation GrpcClient for target type 'annotation' #993
feat: Allow annotation GrpcClient for target type 'annotation' #993
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test case for this.
8cc7a55
to
c9fa66a
Compare
@ST-DDT Test case added, please review. |
...nfigure/src/main/java/net/devh/boot/grpc/client/inject/metaannotation/GrpcClientWrapper.java
Outdated
Show resolved
Hide resolved
61e16d3
to
f7fcc9e
Compare
CI is red. |
6b29f73
to
c60a73d
Compare
Updated after ./gradlew :tests:spotlessApply. please run the job. |
Please pull and run the |
3db496d
to
8a2ab2c
Compare
./gradlew check and spotlessApply are success now. |
507416e
to
bd2be4b
Compare
Add testcases with usage of GrpcClientWrapper meta-annotation.
bd2be4b
to
e321464
Compare
I was using java 19 version. changed it to 17 and pushed a new change with ./gradlew :tests:spotlessApply |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for your contribution. ❤️
FFR: I find PRs easier to review if they aren't force pushed in between.
How to get this merged ? |
You cannot merge this. We will have another reviewer look at this and then merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks for your contribution.
@ST-DDT / @yidongnan When will this change be in new maven release ? |
Allow annotation GrpcClient for target type 'annotation'. #991