question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recent snapshots of netty-transport-native-kqueue don't include native libs nor classifier

See original GitHub issue

For 4.1.43, the snapshots repository does contain a jar with osx-x86_64 classifier for 4.1.43.Final-SNAPSHOT, but only one. Newer versions with a newer timestamp don’t include the native library nor classifier 😢

Compare just the filenames of kqueue vs epoll and notice epoll consistently has the linux-x86_64 classifier, while kqueue doesn’t.

I initially stated this in a comment on #8100, but since the issue was already closed I’m reopening one for visibility.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
normanmaurercommented, Nov 7, 2019

There is something we need to fix here with a macOS CI slave. Will dig into it.

0reactions
chrisvestcommented, Apr 8, 2021

@violetagg We don’t use MacOS GitHub Actions agents for reasons… I think that’s, at least partially, why there are no kqueue native libs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Native transports - Netty.docs
Using the native transports. Note that you must specify the proper classifier for the dependency to ensure that the corresponding native libraries are...
Read more >
How to get KQueue to be available in Java in OSX?
1 Answer 1 ... It was due to one of the dependencies importing netty-all . This was causing the Kqueue packages to be...
Read more >
UnsatisfiedLinkError after upgrade to 4.1.69.Final · Issue #11768
Everything works as it worked. Actual behavior. java.lang.UnsatisfiedLinkError: failed to load the required native library java.lang.
Read more >
netty-transport-native-kqueue : 4.1.73.Final - Maven Central
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2016 The Netty Project ~ ~ The Netty Project licenses this file to you under the Apache...
Read more >
Vert.x Reference Guide - Quarkus
To access the managed Vert.x instance, add the quarkus-vertx extension to your project. ... quarkus.vertx.queue-size ... Enable or disable native transport.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found