hivemq / hivemq-community-edition

HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5. It is the foundation of the HiveMQ Enterprise Connectivity and Messaging Platform
https://www.hivemq.com
Apache License 2.0
1.07k stars 266 forks source link

HiveMqVersion is wrong #527

Open kieferei opened 2 months ago

kieferei commented 2 months ago

Expected behavior

getHiveMqVersion() in class SystemInformationImpl should return "2023.10"

Actual behavior

getHiveMqVersion() returns "Development Snapshot"

To Reproduce

Just call SystemInformation.getHiveMQVersion()

Details

The class ManifestUtils tries to find an URL in the classpath that contains "hivemq.jar" but the community edition delivers artifact that is called "hivemq-community-edition-embedded-2023.10.jar"