Title: Bump logback.version from 1.2.3 to 1.5.18 by dependabot[bot] · Pull Request #2396 · docker-java/docker-java · GitHub
Open Graph Title: Bump logback.version from 1.2.3 to 1.5.18 by dependabot[bot] · Pull Request #2396 · docker-java/docker-java
X Title: Bump logback.version from 1.2.3 to 1.5.18 by dependabot[bot] · Pull Request #2396 · docker-java/docker-java
Description: Bumps logback.version from 1.2.3 to 1.5.18.
Updates ch.qos.logback:logback-core from 1.2.3 to 1.5.18
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.18
2025-03-18 Release of logback version 1.5.18
• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.
• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Logback 1.5.17
2025-02-25 Release of logback version 1.5.17
• Fixed Jansi 2.4.0 color-coded output not working on Windows CMD.exe console when the default terminal application is set to "Windows Console Host". This problem was reported in issues/753 by Michael Lyubkin.
• Fixed race condition occurring in case MDC class is initialized while org.slf4j.LoggerFactory is initializing logback-classic's LoggerContext. When this race conditions occurs, the MDCAdapter instance used by MDC does not match the instance used by logback-classic. This issue was reported in SLF4J issues/450. While logback-classic version 1.5.17 remains compatible with SLF4J versions in the 2.0.x series, fixing this particular MDC issue requires SLF4J version 2.0.17.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit 10358724ed723b3745c010aa40cb02a2dfed4593 associated with the tag v_1.5.17. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Logback 1.5.16
2025-01-05 Release of logback version 1.5.16
• In order to ease the migration of configuration files depending on JaninoEventEvaluator, logback-classic will emit a warning about the removal of JaninoEventEvaluator in version 1.5.13 and suggest an online migration tool.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit 74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 associated with the tag v_1.5.16. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
b2a02f0 prepare release 1.5.18
991de58 remove references to AccessController marked for deletion in the JDK
f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
fb45971 add support for XZ compression
31c1f55 add xz compression support with tests
8968d0f introduce strategy based compression
834059c start work on 1.5.18-SNAPSHOT
1035872 prepare release 1.5.17
2e6984d bump to slf4j version 2.0.17
1009952 use a new LoggerContert instance when running LogbackListenerTest. This shoul...
Additional commits viewable in compare view
Updates ch.qos.logback:logback-classic from 1.2.3 to 1.5.18
Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Logback 1.5.18
2025-03-18 Release of logback version 1.5.18
• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.
• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Logback 1.5.17
2025-02-25 Release of logback version 1.5.17
• Fixed Jansi 2.4.0 color-coded output not working on Windows CMD.exe console when the default terminal application is set to "Windows Console Host". This problem was reported in issues/753 by Michael Lyubkin.
• Fixed race condition occurring in case MDC class is initialized while org.slf4j.LoggerFactory is initializing logback-classic's LoggerContext. When this race conditions occurs, the MDCAdapter instance used by MDC does not match the instance used by logback-classic. This issue was reported in SLF4J issues/450. While logback-classic version 1.5.17 remains compatible with SLF4J versions in the 2.0.x series, fixing this particular MDC issue requires SLF4J version 2.0.17.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit 10358724ed723b3745c010aa40cb02a2dfed4593 associated with the tag v_1.5.17. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Logback 1.5.16
2025-01-05 Release of logback version 1.5.16
• In order to ease the migration of configuration files depending on JaninoEventEvaluator, logback-classic will emit a warning about the removal of JaninoEventEvaluator in version 1.5.13 and suggest an online migration tool.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit 74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 associated with the tag v_1.5.16. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
b2a02f0 prepare release 1.5.18
991de58 remove references to AccessController marked for deletion in the JDK
f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
fb45971 add support for XZ compression
31c1f55 add xz compression support with tests
8968d0f introduce strategy based compression
834059c start work on 1.5.18-SNAPSHOT
1035872 prepare release 1.5.17
2e6984d bump to slf4j version 2.0.17
1009952 use a new LoggerContert instance when running LogbackListenerTest. This shoul...
Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps logback.version from 1.2.3 to 1.5.18. Updates ch.qos.logback:logback-core from 1.2.3 to 1.5.18 Release notes Sourced from ch.qos.logback:logback-core's releases. Logback 1.5.18 2025-03-...
X Description: Bumps logback.version from 1.2.3 to 1.5.18. Updates ch.qos.logback:logback-core from 1.2.3 to 1.5.18 Release notes Sourced from ch.qos.logback:logback-core's releases. Logback 1.5.18 2025...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2396
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:b3bbb928-ade0-c815-71db-5b0178aaf52b |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 86B4:18A62A:E123A69:1241F9E7:6977138C |
| html-safe-nonce | 62c3c0c035c4894491d2ac1e43790892d47c55ed36c240d45d37fe5d034e606e |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NkI0OjE4QTYyQTpFMTIzQTY5OjEyNDFGOUU3OjY5NzcxMzhDIiwidmlzaXRvcl9pZCI6IjE3NzgwMTAyMTc3MDc0MTAzMTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | af84de57498677b495096181d6280eae246ac539f6c969dcd890e328a9ebc627 |
| hovercard-subject-tag | pull_request:2432346228 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2396/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps logback.version from 1.2.3 to 1.5.18. Updates ch.qos.logback:logback-core from 1.2.3 to 1.5.18 Release notes Sourced from ch.qos.logback:logback-core's releases. Logback 1.5.18 2025-03-... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git |
| octolytics-dimension-user_id | 7772003 |
| octolytics-dimension-user_login | docker-java |
| octolytics-dimension-repository_id | 20415251 |
| octolytics-dimension-repository_nwo | docker-java/docker-java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20415251 |
| octolytics-dimension-repository_network_root_nwo | docker-java/docker-java |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f752335dbbea672610081196a1998e39aec5e14b |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width