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

Ensure netty-all generation does not override other snapshot jars #14450

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

normanmaurer
Copy link
Member

Motivation:

We need to ensure we only copy netty-all jar when merging artifacts as otherwise we will override the native lib and so end up with a different GLIBC dependency

Modifications:

Only copy netty-all jar

Result:

Fixes #14410

Motivation:

We need to ensure we only copy netty-all jar when merging artifacts as otherwise we will override the native lib and so end up with a different GLIBC dependency

Modifications:

Only copy netty-all jar

Result:

Fixes #14410
@normanmaurer normanmaurer merged commit 3520fc7 into 4.1 Nov 8, 2024
14 of 15 checks passed
@normanmaurer normanmaurer deleted the snapshot branch November 8, 2024 16:56
normanmaurer added a commit that referenced this pull request Nov 8, 2024
…4450)

Motivation:

We need to ensure we only copy netty-all jar when merging artifacts as
otherwise we will override the native lib and so end up with a different
GLIBC dependency

Modifications:

Only copy netty-all jar

Result:

Fixes #14410
@normanmaurer normanmaurer added this to the 4.1.115.Final milestone Nov 8, 2024
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.

Epoll.isAvailable() returns false on Ubuntu 20.04 arch amd64
2 participants