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

Fix netty-transport-native-epoll classifier usage #1848

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

jguerra
Copy link
Collaborator

@jguerra jguerra commented Dec 9, 2024

With this shorthand syntax we are using the classifier in place of the version. The dependency resolution looks like

io.netty:netty-transport-native-epoll:linux-x86_64 -> 4.1.115.Final
\--- runtimeClasspath

i.e., we don't include the linux-x86_64 jar as a transitive dependency.

With the new syntax:

io.netty:netty-transport-native-epoll -> 4.1.115.Final
\--- runtimeClasspath

@jguerra jguerra merged commit 0c9592e into master Dec 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants