smallrye-mutiny icon indicating copy to clipboard operation
smallrye-mutiny copied to clipboard

Bump smallrye-context-propagation from 1.2.2 to 2.0.0

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps smallrye-context-propagation from 1.2.2 to 2.0.0.

Release notes

Sourced from smallrye-context-propagation's releases.

2.0.0

  • Moved packages from javax to jakarta

2.0.0-RC1

No release notes provided.

Commits
  • dbe729c [maven-release-plugin] prepare release 2.0.0
  • 40050f7 Release 2.0.0 (#385)
  • c9496f0 Release with 12 due to Nexus Staging pluging issue
  • 9fb9a76 Move to SNAPSHOT version
  • 8144b31 Use JDK 17 to build
  • 1b8dbb2 Merge branch 'main' into jakarta
  • cd6b479 Bump smallrye-parent from 35 to 36 (#380)
  • 00f261b Bump hibernate-core from 5.6.5.Final to 5.6.11.Final (#379)
  • 2da4e41 Bump version.vertx from 4.2.5 to 4.3.3 (#377)
  • 47e3d9a Bump jandex-maven-plugin from 1.2.2 to 1.2.3 (#371)
  • 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)

dependabot[bot] avatar Sep 08 '22 09:09 dependabot[bot]

@dependabot rebase

jponge avatar Sep 14 '22 07:09 jponge

Codecov Report

Merging #1041 (3a9fc45) into main (d6053f2) will increase coverage by 0.04%. The diff coverage is 89.47%.

:exclamation: Current head 3a9fc45 differs from pull request most recent head 17f2539. Consider uploading reports for the commit 17f2539 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1041      +/-   ##
============================================
+ Coverage     89.53%   89.58%   +0.04%     
- Complexity     3341     3348       +7     
============================================
  Files           457      458       +1     
  Lines         13229    13242      +13     
  Branches       1652     1650       -2     
============================================
+ Hits          11845    11863      +18     
+ Misses          718      715       -3     
+ Partials        666      664       -2     
Impacted Files Coverage Δ
...tation/src/main/java/io/smallrye/mutiny/Multi.java 94.11% <ø> (ø)
...entation/src/main/java/io/smallrye/mutiny/Uni.java 90.90% <ø> (ø)
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 76.19% <ø> (-4.77%) :arrow_down:
...smallrye/mutiny/helpers/UniCallbackSubscriber.java 69.23% <50.00%> (+1.37%) :arrow_up:
.../java/io/smallrye/mutiny/groups/MultiOverflow.java 100.00% <100.00%> (ø)
.../smallrye/mutiny/groups/MultiOverflowStrategy.java 100.00% <100.00%> (ø)
...smallrye/mutiny/infrastructure/Infrastructure.java 66.66% <100.00%> (+0.87%) :arrow_up:
...smallrye/mutiny/operators/multi/MultiBufferOp.java 88.70% <100.00%> (ø)
...otlin/src/main/kotlin/io/smallrye/mutiny/UniExt.kt 100.00% <100.00%> (ø)
...c/main/kotlin/io/smallrye/mutiny/coroutines/Uni.kt 100.00% <100.00%> (ø)
... and 15 more

codecov[bot] avatar Oct 26 '22 12:10 codecov[bot]