hivemq / hivemq-mqtt-client

HiveMQ MQTT Client is an MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client library with different API flavours and backpressure support
https://hivemq.github.io/hivemq-mqtt-client/
Apache License 2.0
832 stars 153 forks source link

Dependency to `jdk.unsupported` #558

Closed sveba closed 4 months ago

sveba commented 1 year ago

Expected behavior

No dependency to jdk.unsupported

Actual behavior

ClassNotFound Exception if module jdk.unsupported not packaged in the runtime

To Reproduce

Steps

create a JDK without the jdk.unsupported module and run a client with this JDK

Details

pglombardo commented 1 year ago

Hi @sveba - thanks for pointing this out. Let us have a look and we'll post back soon.

pglombardo commented 4 months ago

Late but closing this out per @sveba's comment on https://github.com/traccar/traccar/pull/5009#issuecomment-1430511587

Hope all is well @sveba - if you need anything from us, let us know. We'd be happy to help!