You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Affected HiveMQ CE version(s): 2023.10
Used JVM version: Java 17
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: