-
Bug
-
Resolution: Unresolved
-
Major
-
3.27.1.CR3
-
False
-
-
False
-
-
---
-
-
If Quarkus CLI is used to create Gradle application, it fails during the build with the following error:
> Task :quarkusGenerateAppModel FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':quarkusGenerateAppModel'. > Could not resolve all files for configuration ':quarkusProdRuntimeClasspathConfigurationDeployment'. > Could not resolve io.netty:netty-transport-native-unix-common:{strictly 4.1.128.Final}. Required by: root project 'app' > Cannot find a version of 'io.netty:netty-transport-native-unix-common' that satisfies the version constraints: Dependency path 'org.acme:app:1.0.0-SNAPSHOT' --> 'io.quarkus:quarkus-rest:3.27.1.redhat-00001' (runtime) --> 'io.quarkus:quarkus-virtual-threads:3.27.1.redhat-00001' (runtime) --> 'io.vertx:vertx-core:4.5.22.redhat-00001' (runtime) --> 'io.netty:netty-handler:4.1.128.Final-redhat-00001' (runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final-redhat-00001' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'com.redhat.quarkus.platform:quarkus-bom:3.27.1.redhat-00003' (enforced-platform-runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final-redhat-00001' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'com.redhat.quarkus.platform:quarkus-bom:3.27.1.redhat-00003' (enforced-platform-runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'com.redhat.quarkus.platform:quarkus-bom:3.27.1.redhat-00003' (enforced-platform-runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'com.redhat.quarkus.platform:quarkus-bom:3.27.1.redhat-00003' (enforced-platform-runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final-redhat-00001' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'com.redhat.quarkus.platform:quarkus-bom:3.27.1.redhat-00003' (enforced-platform-runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'com.redhat.quarkus.platform:quarkus-bom:3.27.1.redhat-00003' (enforced-platform-runtime) --> 'io.netty:netty-transport-native-unix-common:4.1.128.Final' Constraint path 'org.acme:app:1.0.0-SNAPSHOT' --> 'io.netty:netty-transport-native-unix-common:{strictly 4.1.128.Final}' because of the following reason: version resolved in configuration ':quarkusProdRuntimeClasspathConfiguration' by consistent resolution
- relates to
-
QUARKUS-6641 RHBQ 3.15.7 - unable to generate+build gradle application
-
- New
-
-
QUARKUS-6691 [3.20.3] Default gradle project created with Quarkus CLI 3.20 depends on netty 4.1.125.Final-redhat-00001 which is not productized
-
- New
-
-
QUARKUS-3439 Quarkus create app with gradle causing unresolved netty dependencies
-
- Closed
-