diff --git a/README.adoc b/README.adoc index 3f542c3fe..58b72d077 100644 --- a/README.adoc +++ b/README.adoc @@ -54,7 +54,7 @@ The ideal place for questions or discussions about the HiveMQ Community Edition === Quick Start -* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.3/hivemq-ce-2024.3.zip[HiveMQ CE binary package]. +* Download the latest https://github.com/hivemq/hivemq-community-edition/releases/download/2024.4/hivemq-ce-2024.4.zip[HiveMQ CE binary package]. * Unzip the package. * Run the run.sh (Linux/OSX) or run.bat (Windows) in the bin folder of the package. @@ -140,7 +140,7 @@ If you use Gradle, include the following code in your `build.gradle(.kts)` file. ---- dependencies { - implementation("com.hivemq:hivemq-community-edition-embedded:2024.3") + implementation("com.hivemq:hivemq-community-edition-embedded:2024.4") } ---- @@ -156,7 +156,7 @@ If you use Maven, include the following code in your `pom.xml` file. com.hivemq hivemq-community-edition-embedded - 2024.3 + 2024.4 ... diff --git a/gradle.properties b/gradle.properties index 76de3a325..9a7433d95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=2024.3 +version=2024.4 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ee0c29e65..9e9039c8e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ eclipse-collections = "11.1.0" equalsVerifier = "3.16.1" guava = "33.1.0-jre" guice = "5.1.0" -hivemq-extensionSdk = "4.26.0" +hivemq-extensionSdk = "4.28.0" jackson = "2.17.0" jacoco = "0.8.7" javassist = "3.30.2-GA" diff --git a/src/distribution/third-party-licenses/licenses b/src/distribution/third-party-licenses/licenses index 809ee4fae..fdeab1f50 100644 --- a/src/distribution/third-party-licenses/licenses +++ b/src/distribution/third-party-licenses/licenses @@ -6,57 +6,56 @@ HiveMQ uses the following third party libraries: Module | Version | License ID | License URL -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- aopalliance:aopalliance | 1.0 | Public Domain | - ch.qos.logback:logback-classic | 1.4.14 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html - ch.qos.logback:logback-core | 1.4.14 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html - com.fasterxml.jackson.core:jackson-annotations | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.fasterxml.jackson.core:jackson-core | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.fasterxml.jackson.core:jackson-databind | 2.15.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.github.oshi:oshi-core | 6.4.12 | MIT | https://spdx.org/licenses/MIT.html + ch.qos.logback:logback-classic | 1.5.6 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html + ch.qos.logback:logback-core | 1.5.6 | EPL-1.0 | https://spdx.org/licenses/EPL-1.0.html + com.fasterxml.jackson.core:jackson-annotations | 2.17.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.fasterxml.jackson.core:jackson-core | 2.17.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.fasterxml.jackson.core:jackson-databind | 2.17.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.github.oshi:oshi-core | 6.6.0 | MIT | https://spdx.org/licenses/MIT.html com.google.code.findbugs:jsr305 | 3.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.google.guava:failureaccess | 1.0.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.google.guava:guava | 32.0.1-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.google.guava:failureaccess | 1.0.2 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + com.google.guava:guava | 33.1.0-jre | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html com.google.guava:listenablefuture | 9999.0-empty-to-avoid-conflict-with-guava | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html com.google.inject:guice | 5.1.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - com.google.j2objc:j2objc-annotations | 2.8 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html com.sun.activation:jakarta.activation | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php com.sun.xml.bind:jaxb-impl | 2.3.9 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php - commons-io:commons-io | 2.13.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + commons-io:commons-io | 2.16.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html io.dropwizard.metrics:metrics-core | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html io.dropwizard.metrics:metrics-jmx | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html io.dropwizard.metrics:metrics-logback | 4.2.25 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html io.github.microutils:kotlin-logging | 1.4.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-buffer | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-codec | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-codec-http | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-common | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-handler | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-resolver | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-transport | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - io.netty:netty-transport-native-unix-common | 4.1.107.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-buffer | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-codec | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-codec-http | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-common | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-handler | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-resolver | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-transport | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + io.netty:netty-transport-native-unix-common | 4.1.109.Final | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html jakarta.activation:jakarta.activation-api | 1.2.2 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php jakarta.xml.bind:jakarta.xml.bind-api | 2.3.3 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php javax.annotation:javax.annotation-api | 1.3.2 | CDDL-1.1 | https://spdx.org/licenses/CDDL-1.1.html javax.inject:javax.inject | 1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + net.bytebuddy:byte-buddy | 1.14.9 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html net.java.dev.jna:jna | 5.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html net.java.dev.jna:jna-platform | 5.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html net.openhft:zero-allocation-hashing | 0.16 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.apache.commons:commons-compress | 1.26.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.apache.commons:commons-lang3 | 3.12.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.bouncycastle:bcpkix-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html - org.bouncycastle:bcprov-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html - org.bouncycastle:bcutil-jdk18on | 1.75 | MIT | https://www.bouncycastle.org/licence.html + org.apache.commons:commons-compress | 1.26.1 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + org.apache.commons:commons-lang3 | 3.14.0 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + org.bouncycastle:bcpkix-jdk18on | 1.78.1 | MIT | https://www.bouncycastle.org/licence.html + org.bouncycastle:bcprov-jdk18on | 1.78.1 | MIT | https://www.bouncycastle.org/licence.html + org.bouncycastle:bcutil-jdk18on | 1.78.1 | MIT | https://www.bouncycastle.org/licence.html org.eclipse.collections:eclipse-collections | 11.1.0 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php org.eclipse.collections:eclipse-collections-api | 11.1.0 | BSD-3-Clause | https://www.eclipse.org/org/documents/edl-v10.php org.jctools:jctools-core | 4.0.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.jetbrains.kotlin:kotlin-stdlib | 1.8.22 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.jetbrains.kotlin:kotlin-stdlib-common | 1.8.22 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + org.jetbrains.kotlin:kotlin-stdlib | 1.9.23 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html org.jetbrains.xodus:xodus-compress | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html org.jetbrains.xodus:xodus-environment | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html org.jetbrains.xodus:xodus-openAPI | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html org.jetbrains.xodus:xodus-utils | 1.2.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.rocksdb:rocksdbjni | 7.4.5 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html - org.slf4j:jul-to-slf4j | 2.0.12 | MIT | https://spdx.org/licenses/MIT.html - org.slf4j:slf4j-api | 2.0.12 | MIT | https://spdx.org/licenses/MIT.html + org.rocksdb:rocksdbjni | 8.3.3 | Apache-2.0 | https://spdx.org/licenses/Apache-2.0.html + org.slf4j:jul-to-slf4j | 2.0.13 | MIT | https://spdx.org/licenses/MIT.html + org.slf4j:slf4j-api | 2.0.13 | MIT | https://spdx.org/licenses/MIT.html -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The open source code of the libraries can be obtained by sending an email to legal@hivemq.com. diff --git a/src/distribution/third-party-licenses/licenses.html b/src/distribution/third-party-licenses/licenses.html index 2b922a870..739f85dd8 100644 --- a/src/distribution/third-party-licenses/licenses.html +++ b/src/distribution/third-party-licenses/licenses.html @@ -37,7 +37,7 @@

Third Party Licenses

ch.qos.logback:logback-classic - 1.4.14 + 1.5.6 EPL-1.0 https://spdx.org/licenses/EPL-1.0.html @@ -46,7 +46,7 @@

Third Party Licenses

ch.qos.logback:logback-core - 1.4.14 + 1.5.6 EPL-1.0 https://spdx.org/licenses/EPL-1.0.html @@ -55,7 +55,7 @@

Third Party Licenses

com.fasterxml.jackson.core:jackson-annotations - 2.15.2 + 2.17.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -64,7 +64,7 @@

Third Party Licenses

com.fasterxml.jackson.core:jackson-core - 2.15.2 + 2.17.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -73,7 +73,7 @@

Third Party Licenses

com.fasterxml.jackson.core:jackson-databind - 2.15.2 + 2.17.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -82,7 +82,7 @@

Third Party Licenses

com.github.oshi:oshi-core - 6.4.12 + 6.6.0 MIT https://spdx.org/licenses/MIT.html @@ -100,7 +100,7 @@

Third Party Licenses

com.google.guava:failureaccess - 1.0.1 + 1.0.2 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -109,7 +109,7 @@

Third Party Licenses

com.google.guava:guava - 32.0.1-jre + 33.1.0-jre Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -134,15 +134,6 @@

Third Party Licenses

- - com.google.j2objc:j2objc-annotations - 2.8 - Apache-2.0 - - https://spdx.org/licenses/Apache-2.0.html - - - com.sun.activation:jakarta.activation 1.2.2 @@ -163,7 +154,7 @@

Third Party Licenses

commons-io:commons-io - 2.13.0 + 2.16.1 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -208,7 +199,7 @@

Third Party Licenses

io.netty:netty-buffer - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -217,7 +208,7 @@

Third Party Licenses

io.netty:netty-codec - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -226,7 +217,7 @@

Third Party Licenses

io.netty:netty-codec-http - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -235,7 +226,7 @@

Third Party Licenses

io.netty:netty-common - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -244,7 +235,7 @@

Third Party Licenses

io.netty:netty-handler - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -253,7 +244,7 @@

Third Party Licenses

io.netty:netty-resolver - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -262,7 +253,7 @@

Third Party Licenses

io.netty:netty-transport - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -271,7 +262,7 @@

Third Party Licenses

io.netty:netty-transport-native-unix-common - 4.1.107.Final + 4.1.109.Final Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -314,6 +305,15 @@

Third Party Licenses

+ + net.bytebuddy:byte-buddy + 1.14.9 + Apache-2.0 + + https://spdx.org/licenses/Apache-2.0.html + + + net.java.dev.jna:jna 5.14.0 @@ -343,7 +343,7 @@

Third Party Licenses

org.apache.commons:commons-compress - 1.26.0 + 1.26.1 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -352,7 +352,7 @@

Third Party Licenses

org.apache.commons:commons-lang3 - 3.12.0 + 3.14.0 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -361,7 +361,7 @@

Third Party Licenses

org.bouncycastle:bcpkix-jdk18on - 1.75 + 1.78.1 MIT https://www.bouncycastle.org/licence.html @@ -370,7 +370,7 @@

Third Party Licenses

org.bouncycastle:bcprov-jdk18on - 1.75 + 1.78.1 MIT https://www.bouncycastle.org/licence.html @@ -379,7 +379,7 @@

Third Party Licenses

org.bouncycastle:bcutil-jdk18on - 1.75 + 1.78.1 MIT https://www.bouncycastle.org/licence.html @@ -415,16 +415,7 @@

Third Party Licenses

org.jetbrains.kotlin:kotlin-stdlib - 1.8.22 - Apache-2.0 - - https://spdx.org/licenses/Apache-2.0.html - - - - - org.jetbrains.kotlin:kotlin-stdlib-common - 1.8.22 + 1.9.23 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -469,7 +460,7 @@

Third Party Licenses

org.rocksdb:rocksdbjni - 7.4.5 + 8.3.3 Apache-2.0 https://spdx.org/licenses/Apache-2.0.html @@ -478,7 +469,7 @@

Third Party Licenses

org.slf4j:jul-to-slf4j - 2.0.12 + 2.0.13 MIT https://spdx.org/licenses/MIT.html @@ -487,7 +478,7 @@

Third Party Licenses

org.slf4j:slf4j-api - 2.0.12 + 2.0.13 MIT https://spdx.org/licenses/MIT.html