Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps transmittable-thread-local from 2.12.1 to 2.14.0.

Release notes

Sourced from transmittable-thread-local's releases.

v2.14.0: support Transmittee Register, the extension point for other ThreadLocal

Start from 2.13.x upgrade to Java 8 🚀

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

Change Log

Features

Improvements

  • set initialCapacity of HashMap explicitly for performance

CI/Build

  • upgrade dependencies/plugins
  • pom cleanup
    • move version declaration to management section
    • move nexus-staging-maven-plugin to deploy-settings profile
    • remove org.jetbrains:annotations dependency when run test under agent
  • add job timeout of github CI
  • upgrade maven wrapper to 3.8.6

Java API Doc

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

Maven dependency

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

v2.13.2: add @Contract(pure) for wrapper methods, more user/IDE friendly

Start from 2.13.x upgrade to Java 8 🚀

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

... (truncated)

Commits
  • f727345 ! bump version to 2.14.0
  • 66dd340 refactor: add try-catch defense for Transmittee CRR operations
  • 5d56c25 docs: improve javadoc of Transmittee
  • ca61345 cherry-pick commits from master
  • 9cf52a0 chore(test/deps): remove org.jetbrains:annotations dependency when run test...
  • 331b1a1 chore(deps): bump kotest.version from 5.4.1 to 5.4.2
  • 01a6bdd docs: change hippo4j intro
  • 479f714 chore(deps): bump maven-site-plugin from 3.12.0 to 3.12.1
  • cfc61f1 chore(ci): fix ci fail:
  • 04e039a test: add unit tests for Transmittee Register(methods registerTransmittee/`...
  • 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)

Bumps [transmittable-thread-local](https://github.com/alibaba/transmittable-thread-local) from 2.12.1 to 2.14.0.
- [Release notes](https://github.com/alibaba/transmittable-thread-local/releases)
- [Changelog](https://github.com/alibaba/transmittable-thread-local/blob/master/docs/release-action-list.md)
- [Commits](alibaba/transmittable-thread-local@v2.12.1...v2.14.0)

---
updated-dependencies:
- dependency-name: com.alibaba:transmittable-thread-local
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 15, 2022
@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #145 (b3fd6a9) into master (b4bf383) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #145   +/-   ##
=========================================
  Coverage     13.44%   13.44%           
  Complexity       64       64           
=========================================
  Files            79       79           
  Lines          1138     1138           
  Branches         74       74           
=========================================
  Hits            153      153           
  Misses          977      977           
  Partials          8        8           
Flag Coverage Δ
unittests 13.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant