Merged
Conversation
Signed-off-by: 高春晖 <[email protected]>
Signed-off-by: 高春晖 <[email protected]>
Signed-off-by: 高春晖 <[email protected]>
Signed-off-by: 高春晖 <[email protected]>
Member
|
Thanks for contribution |
Contributor
Author
|
Thank you for merging it! Happy to help with the other issues as well. My Friend
| |
18220699480
|
|
***@***.***
|
…---- Replied Message ----
| From | Nikita ***@***.***> |
| Date | 01/1/2026 15:54 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [redisson/redisson] Fix GraalVM reflection issue (PR #6930) |
mrniko left a comment (redisson/redisson#6930)
Thanks for contribution
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Contributor
Author
|
Thank you! Happy to help. |
Member
|
I have refactored RedissonAutoConfigurationV4, since Boot 4.0.0 has all methods now and reflection isn't needed. Except your code changes, since record can't be compiled in JDK 8 it continues using MethodHandles. |
Contributor
Author
|
@mrniko Great! Thanks for the refactoring. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6830
Remove reflection from convertNodes() to support GraalVM Native Image,Use MethodHandles instead of reflection to dynamically invoke host() and port() methods。