Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.21 in /modules/hivemq
Bumps ch.qos.logback:logback-classic from 1.5.19 to 1.5.21.
Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Logback 1.5.21
2025-11-10 Release of logback version 1.5.21
• Invocations of turbo filters in isDebugEnabled, isInfoEnabled()... remain as they were, untouched. However, any installed instances of TurboFilter are now invoked also from within the log(LoggingEvent) method of Logger with the contents of the LoggingEvent, typically via the fluent API. This fixes issues/871.
• Removed reentry-guard in most subclasses of
UnsynchronizedAppenderBasewhere it was not needed.• Initialization procedure has been simplified by removing the step instantiating a
SerializedModelConfigurator. However, it is still possible to set upSerializedModelConfiguratoras a custom configurator.• JsonEncoder is now friendlier to derivation by sub-classes as requested in issues/979.
• Fixed XMLLayout thread safety issue reported in LOGBACK-427.
• Removed superfluous buffering in Zip, GZ and XZ compression code.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit fed6f37ffe3449e40f6a9fffe050936a33116bd1 associated with the tag v_1.5.21. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Logback 1.5.20
2025-10-19 Release of logback version 1.5.20
• Due to potential vulnerabilities associated with dynamic, i.e. runtime, java code compilation and execution (using Janino), the
'condition'attribute within the<if>element is deprecated and will be removed in 2027.An online migration service is provided to help with the transition.
The
<condition>element, new in this version, admits customPropertyEvaluatoras a recommended alternative. See also the updated documentation on conditional configuration.• Initialization procedure was incorrectly reported as having been simplified in this version, i.e. version 1.5.20 by removing the step instantiating a
SerializedModelConfigurator. The actual simplification was done in version 1.5.21• A bit-wise identical binary of this version can be reproduced by building from source code at commit 930fb15c993a4344bcecc6ba2225c12a2c38e676 associated with the tag v_1.5.20. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
fed6f37prepare release 1.5.21b111e89Initialization procedure has been simplified by removing the step1cd2df4fix issues/871dea5b95minor - remove superflous call to Objects.requireNonNull3cecf29add comment for the TurboFilter list ACCEPT case1497142improve performance for 2 or more turbo filters04a7ba5most subclasses of UnsynchronizedAppenderBase do not need a reentry guardab6a006add maven cache to github CI, update .github/FUNDING.yml2bf5557fix failed LegacyPatternLayoutTest#subPattern test due to TZ discrepancies, u...2ca8c52update funding info- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)