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

Added native-compilation hints for grpc-netty-shaded #146

Merged
merged 2 commits into from Jan 31, 2024

Conversation

abuijze
Copy link
Member

@abuijze abuijze commented Jan 31, 2024

These are hints that Spring Boot would generate for normal netty automatically, but since grpc-netty-shaded adds a package prefix to Netty classes, these Spring-Boot generated hints aren't suitable for them.

These are hints that Spring Boot would generate for normal netty automatically, but since grpc-netty-shaded adds a package prefix to Netty classes, these Spring-Boot generated hints aren't suitable for them.
Remove validation of the EpollChannelOption hint, as we've stopped
adding this hint

#146
Copy link

sonarcloud bot commented Jan 31, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. Thanks for the fix!

@smcvb smcvb merged commit cc95aa8 into main Jan 31, 2024
5 checks passed
@smcvb smcvb deleted the fix/native-netty-shaded branch January 31, 2024 13:45
smcvb added a commit that referenced this pull request Jan 31, 2024
Remove validation of the EpollChannelOption hint, as we've stopped
adding this hint

#146

(cherry picked from commit 7d5d292)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants