forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generic signature reconstruction for methods
The algorithm for reconstructing generic signature for methods in `AsmUtil` had some unimplemented parts, which are now completed. Gizmo is also updated to the latest version that has complete support for generating annotations. Finally, RestClient Reactive now properly copies the method generic signature when building RestClient interface implementation. (cherry picked from commit 0948e42)
- Loading branch information
Showing
8 changed files
with
694 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.