-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Spring Boot 3.4.0 Native Image fails on Netty netty-common-4.1.115. java.lang.NoSuchFieldException: producerIndex #43273
Comments
java.lang.NoSuchFieldException: producerIndex
Thanks for trying the latest release. Before opening an issue, please review the release notes. There is a section about that particular issue. |
@snicoll thanks for the hint, usually spring boot starters just work out of the box, will try this |
@rowi1de it was either shipping with this Netty version or shipping with the one before and then: GHSA-xq3w-v528-46rv |
Using Spring Boot 3.4.0 Native Image fails on Netty netty-common-4.1.115.
java.lang.NoSuchFieldException: producerIndex
See https://github.com/rowi1de/netty-native
The text was updated successfully, but these errors were encountered: