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

Gradle fails to transitively pull some Netty dependencies #21132

Open
slandelle opened this issue Jun 30, 2022 · 1 comment
Open

Gradle fails to transitively pull some Netty dependencies #21132

slandelle opened this issue Jun 30, 2022 · 1 comment
Assignees
Labels

Comments

@slandelle
Copy link

Netty has recently changed the way netty-tcnative-boringssl-static works.
It now pull individual artifacts, one for each platform with a different maven classifier.
See pom.xml: https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.53.Final/jar

Expected Behavior

When adding implementation 'io.netty:netty-tcnative-boringssl-static:2.0.53.Final', Gradle should pull artifacts for classifier linux-x86_64, linux-aarch_64, etc...

Current Behavior

Gradle doesn't transitively pull the artifacts with a classifier.

Context

Gatling 3.7.6 misses some dependencies when used from Gradle.

Steps to Reproduce

https://github.com/slandelle/gradle-classifier-bug

Your Environment

Build scan URL: https://scans.gradle.com/s/ciklhslycmnrc

@slandelle slandelle changed the title Gatling fails to transitively pull some Netty dependencies Gradle fails to transitively pull some Netty dependencies Jul 1, 2022
@alllex alllex added in:dependency-resolution engine metadata and removed to-triage labels Jul 1, 2022
@alllex alllex assigned alllex and ljacomet and unassigned alllex Jul 1, 2022
@slovi
Copy link

slovi commented Nov 25, 2022

Same issue here ... had to enumerate all tcnative dependencies in gradle build file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants