SimunKaracic
SimunKaracic
The migration is about using the new ServerBuilder API. The old, deprecated methods even point to the new API: `@deprecated("Use Http().newServerAt(...)...bindFlow() to create server bindings.", since = "10.2.0")`. The new...
This appears to be an edge case in our PathMatching regex, but it has nothing to do with the upgrade to akka `10.2.2`. I gave it a go, but dropped...
@dpsoft Any thoughts? This kind of wizardry is usually your specialy 🧙♂️
Added flag, and a bunch of log messages everywhere. Not sure if this is how you wanted it to look @ivantopo , so please check it out and let me...
What version of scala/java are you using?
We have a pending PR which updates the `oshi` version, so we'll get that and the new release out the door ASAP. If the problem persists in `2.1.9`, I'll dig...
Can you try this with `2.1.9`?
What version of JNA is on your classpath? This looks like you have a different version of JNA than the one OSHI wants. Can you check your dependency graph?
I don't understand. You have oshi-core as a dependency too? Can you search for jna as a dependency the same way you searched for `oshi-core`?
I'm looking at it! Can you please provide a reproduction example, I tried but I can't trigger the error, so I cannot debug it :/