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

Bump transmittable-thread-local from 2.12.4 to 2.14.2 #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps transmittable-thread-local from 2.12.4 to 2.14.2.

Release notes

Sourced from transmittable-thread-local's releases.

v2.14.2: use expected size to initialize hash map instead of capacity

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

Improvements

  • use expected size to initialize hash map instead of capacity fix improper implementation of v2.14.0

CI/Build

  • chore(ci): add jdk 19 into appveyor ci

Java API Doc

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

Maven dependency

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>transmittable-thread-local</artifactId>
    <version>2.14.2</version>
</dependency>

v2.14.1: a cleanup release

from 2.13.x upgrade to Java 8 🚀

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

Change Log

Improvements

  • upgrade javassist to 3.29.2-GA from 3.29.0-GA
  • refactor: flip ==/!= for null check

Documentations

  • improve wording and format of doc and javadoc

... (truncated)

Commits
  • d91853e ! bump version to 2.14.2
  • 2d4e18e fix: use expected size to initialize hash map instead of capacity
  • 8ac9384 chore(ci): add jdk 19 into appveyor ci
  • e53712e ! update after release v2.14.1
  • 1859112 docs: update broken codecov badge
  • d47e9ee chore/docs: replay modification from master
  • 7e244e9 chore(ci): update ci jdks
  • 88479cf chore/refactor: upgrade dependencies/plugins/bash-buddy; improve docs; flip...
  • 173c3d7 chore(ci): improve CI stability:
  • 62ddf9c chore(ci): adjust ci run memory config
  • 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 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)