Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Bumps transmittable-thread-local from 2.12.1 to 2.13.2.

Release notes

Sourced from transmittable-thread-local's releases.

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

Change Log

Improvement

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

Before: 😖 image Now: 😋 image

Cleanup/Refactor

  • refactor:
    • add missing final modifier of class
    • reorder annotations
  • docs: improve javadoc of registerThreadLocal* methods, add note for getting ThreadLocal instances by reflection

Java API Doc

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

Maven dependency

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

v2.13.1: add @contract, fine control of null check, more user/IDE friendly

Start from 2.13.x upgrade to Java 8 🚀

... (truncated)

Commits
  • 36116b4 ! bump version to 2.13.2
  • 9d40c2e docs: improve javadoc of registerThreadLocal* methods, add note for getting...
  • 854e0a3 refactor: add missing final modifier of class; reorder annotations
  • a545558 feat: add @Contract(pure) for wrapper methods, more user/IDE friendly:
  • c67a3f1 docs: small wording improvement
  • 376219d refactor: add @contract; fine control of null check, more user/IDE frie...
  • 118f8c2 chore(ci): fix codecov excludes config problem when run by codecov.sh
  • 730055c chore(deps): upgrade dependencies
  • 50019f3 docs: update README
  • 5402fea test: fix assertClassCastException failure for 18.0.1.1-sem, just simplif...
  • 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.13.2.
- [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.13.2)

---
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 Jul 4, 2022
@codecov
Copy link

codecov bot commented Jul 4, 2022

Codecov Report

Merging #142 (3fdcde9) into master (b4bf383) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #142   +/-   ##
=========================================
  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.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4bf383...3fdcde9. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2022

Superseded by #145.

@dependabot dependabot bot closed this Aug 15, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.alibaba-transmittable-thread-local-2.13.2 branch August 15, 2022 19:18
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