Replies: 3 comments
-
This has come up a couple times now:
Unfortunately the only solution is to start using the I looked into updating |
Beta Was this translation helpful? Give feedback.
-
Ah okay, thx for the context! Otherwise I guess I would go for the shading approach. |
Beta Was this translation helpful? Give feedback.
-
It's getting close to release. There have been occasional breaking changes, but what's implemented is generally production ready. We're using it at work in our upcoming release. I periodically publish "pinned" release versions to our internal Nexus repository so that we're not developing against a There are breaking API changes between 0.6.x and 1.0; you may as well get a start on handling them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
thanks for your two awesome libraries.
We have an application which uses both
com.digitalpetri.modbus:modbus-tcp:2.1.0
andorg.eclipse.milo:sdk-client:0.6.15
,org.eclipse.milo:sdk-server:0.6.15
respectively.When starting my application, I get a few errors in the log:
The error seems to stem from the fact, that both of these dependencies use different versions of
netty-channel-fsm
, modbus uses version 1.0.0 and milo seems to rely on 0.9.0. This causes some incompatibility which makes using both dependencies in the same project unusable though.Is there a way to fix that or even better to bump the dependency on the milo side to 1.0.0 as well?
I'm open to submitting a PR.
cheers!
Beta Was this translation helpful? Give feedback.
All reactions