hivemq / mqtt-cli

MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1
https://hivemq.github.io/mqtt-cli/
Apache License 2.0
313 stars 47 forks source link

Update dependency com.hivemq:hivemq-community-edition-embedded to v2024 (master) #382

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.hivemq:hivemq-community-edition-embedded 2023.4 -> 2024.2 age adoption passing confidence

Release Notes

hivemq/hivemq-community-edition (com.hivemq:hivemq-community-edition-embedded) ### [`v2024.2`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2024.2) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2024.1...2024.2) ##### ℹ️ Misc - Cleaned up Dockerfile - Enabled Renovate - Upgraded to Gradle 8.5 ##### ❤️ Thanks to all contributors - [@​Donnerbart](https://togithub.com/Donnerbart) - [@​SgtSilvio](https://togithub.com/SgtSilvio) - Also thanks to all code reviewers and all who created valuable issues **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2024.1...2024.2 ### [`v2024.1`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2024.1) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.10...2024.1) ##### ✨ Improvements - [#​437](https://togithub.com/hivemq/hivemq-community-edition/issues/437) Improved error handling in the internal executor service to facilitate debugging. ##### 🐞 Bug fixes - [#​440](https://togithub.com/hivemq/hivemq-community-edition/issues/440) Fixed an issue that could allow empty topics in MQTT 3 PUBLISH messages and MQTT 5 PUBLISH response messages. ##### ❤️ Thanks to all - [@​A-Imal](https://togithub.com/A-Imal) - [@​Florian-Limpoeck](https://togithub.com/Florian-Limpoeck) - [@​Remit](https://togithub.com/Remit) - Also thanks to all code reviewers and all who created valuable issues **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2023.10...2024.1 ### [`v2023.10`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2023.10) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.9...2023.10) ##### 🌟 Features - Added the ability to configure the JMX port that HiveMQ run scripts use with a new HIVEMQ_JMX_PORT environment variable ##### ✨ Improvements - Streamlined the way array allocation is handled for logging purposes to minimize CPU usage ##### ℹ️ Misc - Update dependencies ##### ❤️ Thanks to all contributors - [@​A-Imal](https://togithub.com/A-Imal) - [@​YannickWeber](https://togithub.com/YannickWeber) - [@​gitseti](https://togithub.com/gitseti) - Also thanks to all code reviewers and all who created valuable issues **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2023.9...2023.10 ### [`v2023.9`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2023.9) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.8...2023.9) ##### ✨ Improvements - [#​426](https://togithub.com/hivemq/hivemq-community-edition/issues/426) [#​428](https://togithub.com/hivemq/hivemq-community-edition/issues/428) Increased broker efficiency by reducing end-to-end message latency, CPU usage, and memory footprint. ##### 🐞 Bug fixes - [#​423](https://togithub.com/hivemq/hivemq-community-edition/issues/423) Fixed an issue to ensure that a CONNACK message is sent if a connection closes due to a CONNECT package that exceeds the configured maximum message size ##### ℹ️ Misc - [#​425](https://togithub.com/hivemq/hivemq-community-edition/issues/425) Use Gradle version catalog ##### ❤️ Thanks to all contributors - [@​Remit](https://togithub.com/Remit) - [@​tgracchus](https://togithub.com/tgracchus) - [@​ymengesha](https://togithub.com/ymengesha) - Also thanks to all code reviewers and all who created valuable issues **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2023.8...2023.9 ### [`v2023.8`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2023.8) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.7...2023.8) ##### Bug fixes - [#​424](https://togithub.com/hivemq/hivemq-community-edition/issues/424) Corrected a failure when starting the HiveMQ Server twice ##### ❤️ Thanks to all contributors - [@​hlohse](https://togithub.com/hlohse) - [@​mchernyakov](https://togithub.com/mchernyakov) - [@​tgracchus](https://togithub.com/tgracchus) - Also thanks to all code reviewers and all who created valuable issues ##### ❤️ New Contributors - [@​mchernyakov](https://togithub.com/mchernyakov) - [@​tgracchus](https://togithub.com/tgracchus) ### [`v2023.7`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2023.7) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.6...2023.7) ##### ℹ️ Misc - [#​419](https://togithub.com/hivemq/hivemq-community-edition/issues/419) Replaced deprecated OpenJDK base image with Eclipse Temurin ##### ❤️ Thanks to all contributors - [@​ymengesha](https://togithub.com/ymengesha) - Also thanks to all code reviewers and all who created valuable issues **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2023.6...2023.7 ### [`v2023.6`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2023.6) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.5...2023.6) ##### ℹ️ Misc - Update bouncycastle from jdk15on to jdk18on ##### ❤️ Thanks to all contributors - [@​A-Imal](https://togithub.com/A-Imal) - [@​Remit](https://togithub.com/Remit) - [@​SgtSilvio](https://togithub.com/SgtSilvio) - Also thanks to all code reviewers and all who created valuable issues **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2023.5...2023.6 ### [`v2023.5`](https://togithub.com/hivemq/hivemq-community-edition/releases/tag/2023.5) [Compare Source](https://togithub.com/hivemq/hivemq-community-edition/compare/2023.4...2023.5) ##### 🐞 Bug fixes - Fixed an issue that could prevent a client from reauthenticating more than once. ##### ℹ️ Misc - Update dependencies ##### ❤️ Thanks to all contributors - [@​DC2-DanielKrueger](https://togithub.com/DC2-DanielKrueger) - [@​lukasBleibt](https://togithub.com/lukasBleibt) - [@​SgtSilvio](https://togithub.com/SgtSilvio) - Also thanks to all code reviewers and all who created valuable issues ##### ❤️ New Contributors - [@​afalhambra-hivemq](https://togithub.com/afalhambra-hivemq) made their first contribution in [https://github.com/hivemq/hivemq-community-edition/pull/409](https://togithub.com/hivemq/hivemq-community-edition/pull/409) - [@​ymengesha](https://togithub.com/ymengesha) made their first contribution in [https://github.com/hivemq/hivemq-community-edition/pull/404](https://togithub.com/hivemq/hivemq-community-edition/pull/404) **Full Changelog**: https://github.com/hivemq/hivemq-community-edition/compare/2023.4...2023.5

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.