oldratlee / log4j2-ttl-thread-context-map

🌳 Log4j2 TTL ThreadContextMap, Log4j2 extension integrated TransmittableThreadLocal to MDC
https://github.com/oldratlee/log4j2-ttl-thread-context-map
Apache License 2.0
87 stars 21 forks source link

chore(deps): bump com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4 #88

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps com.alibaba:transmittable-thread-local from 2.14.3 to 2.14.4.

Release notes

Sourced from com.alibaba:transmittable-thread-local's releases.

v2.14.4

Upgrading is recommended for all users.

from 2.13.x upgrade to Java 8 πŸš€

If you need Java 6 support, use version 2.12.x

Change Log

🐞 Bug Fix

πŸ“š Documentation

  • improve README
    • add cases into "who used" section

🚜 CI/Build

  • use GitHub action πŸ™ strong_ci.yaml instead of appveyor.yml
  • upgrade CI java version (#556 by @​wuwen5)
    • upgrade CI jdk 21-ea to 21
    • remove CI jdk 20
  • upgrade dependencies/plugins πŸ› οΈ
  • upgrade maven wrapper to 3.9.5 πŸͺΆ
  • upgrade bash-buddy
  • update github actions
    • actions/setup-java
    • actions/checkout
  • remove stale appveyor files

Java API Doc

https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.4/index.html

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>transmittable-thread-local</artifactId>
    <version>2.14.4</version>
</dependency>
Commits
  • c3b6534 fix wrong version: v2.14.4 -> 2.14.4 πŸ«₯
  • 40752d3 ! bump version to 2.14.4
  • 8ca0f9a fix: fix bug #547 🐞
  • 4b7771f test: add reproducible test case for bug #547 😡🐞
  • cea6065 chore(deps): upgrade dependencies/plugins πŸ› οΈ
  • e4367c9 chore: update CI configs
  • 7dc29bc chore(ci): upgrade CI java version (#556)
  • f3500c4 chore: upgrade maven wrapper to 3.9.5 πŸͺΆ
  • 2aa2604 chore(deps): upgrade dependencies/plugins πŸ› οΈ
  • edb9e77 chore(build): fix scripts/check-japi-compliance.sh
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)