[Q/A] Build fails with unresolved Netty native QUIC dependency on JDK 25 #15749
Unanswered
pratyuxxhh
asked this question in
Question
Replies: 1 comment 1 reply
-
|
Try But i doubt that it could be compiled with JDK25 if you don't upgrade Netty to the latest version, the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Hi everyone
I'm currently working on upgrading Dubbo to build successfully with JDK 25 (on my fork, branch
jdk-25).During the build process, Maven fails with the following error:
'''
io.netty:netty-codec-native-quic:jar:${os.detected.name}-${os.detected.arch}:4.2.2.Final was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced
'''
I tried forcing updates with
./mvnw clean install -U -DskipTestsand verified thatos-maven-pluginis declared, but the placeholders (${os.detected.name}and${os.detected.arch}) don’t seem to be resolving correctly.Environment:
Could this be related to the plugin version, or should the Netty dependency be adjusted for newer JDKs?
Any guidance or confirmation would be appreciated
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions