alibaba / transmittable-thread-local

📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
https://github.com/alibaba/transmittable-thread-local
Apache License 2.0
7.62k stars 1.69k forks source link

chore(deps): bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 #563

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0.

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 7.0.0 is finally there and includes various bug-fixes and improvements :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • Drop support for Maven 3.1.0-alpha-1 ⚠️
    • minimal required maven version is now Maven 3.2.5 (to support Maven 4.0.0)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • git-commit-id/git-commit-id-maven-plugin#639 / git-commit-id/git-commit-id-maven-plugin#642: Resolve worktree .git files to repository .git directory
  • Update several plugins
    • updated git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.6, that update brings
      • git-commit-id/git-commit-id-plugin-core#57: Stop relying on javax.json 1.1.4
        • the dependency for javax.json:javax.json-api:1.1.4 was replaced with jakarta.json:jakarta.json-api:2.1.2
        • the dependency for org.glassfish:javax.json:1.1.4 was replaced with org.eclipse.parsson:parsson:1.1.4
      • bump jgit from 6.5.0.202303070854-r to 6.7.0.202309050840-r
      • bump commons-io:commons-io from 2.11.0 to 2.14.0
      • bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9
    • bump several maven plugins
      • bump maven-plugin-api from 3.1.0-alpha-1 to 3.9.2
      • bump maven-plugin-plugin from 3.6.0 to 3.9.0
      • bump maven-assembly-plugin from 3.4.2 to 3.6.0
      • bump maven-dependency-plugin from 3.5.0 to 3.6.0
      • bump maven-release-plugin from 3.0.0-M7 to 3.0.1
      • bump maven-enforcer-plugin from 3.2.1 to 3.4.1
      • bump maven-compiler-plugin from 3.8.1 to 3.11.0
      • bump maven-gpg-plugin from 3.1.0
      • bump maven-clean-plugin from 3.1.0 to 3.3.1
      • bump maven-resources-plugin from 3.1.0 to 3.3.1
      • bump maven-jar-plugin from 3.2.0 to 3.3.0
      • bump maven-surefire-plugin from 2.22.2 to 3.1.2
      • bump maven-install-plugin from 2.5.2 to 3.1.1
      • bump maven-javadoc-plugin from 3.2.0 to 3.6.0
      • bump maven-source-plugin from 3.2.1 to 3.3.0
    • Bump or replace various plugins for testing
      • bump commons-io:commons-io from 2.11.0 to 2.14.0 (test dependency)
      • bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 (test dependency)
      • replace org.eluder.coveralls:coveralls-maven-plugin:4.3.0 with io.jsonwebtoken.coveralls:coveralls-maven-plugin:4.4.1 (test dependency)

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>7.0.0</version>
</dependency>
</tr></table> 

... (truncated)

Commits
  • 0fdf9c7 [maven-release-plugin] prepare release v7.0.0
  • 4e33174 bump git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.6
  • 64b5ce1 Merge pull request #657 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • b6309d9 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
  • 4feba8d Merge pull request #642 from jkylling/resolve-worktree-git-dir
  • 59415bf Merge pull request #654 from git-commit-id/dependabot/maven/commons-io-common...
  • 91e2cfe Bump commons-io:commons-io from 2.13.0 to 2.14.0
  • b1d8440 Resolve worktree .git files to repository .git directory
  • 494cbb6 Merge pull request #649 from git-commit-id/dependabot/github_actions/actions/...
  • 1d31156 Bump actions/checkout from 3 to 4
  • 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)
CLAassistant commented 11 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ee938da) 41.54% compared to head (d0c2c98) 41.54%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #563 +/- ## ========================================= Coverage 41.54% 41.54% Complexity 293 293 ========================================= Files 47 47 Lines 1733 1733 Branches 237 237 ========================================= Hits 720 720 Misses 987 987 Partials 26 26 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.