Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump smallrye-context-propagation from 1.2.1 to 1.2.2 #674

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2021

Bumps smallrye-context-propagation from 1.2.1 to 1.2.2.

Release notes

Sourced from smallrye-context-propagation's releases.

1.2.2

  • #311 Added way to get the default configured ThreadContext for Mutiny
  • #310 Cache value of CDI.current() to improve performance on repeated invoc…
  • #309 SmallRyeCurrentThreadContextInterceptor: skip processing overhead when CP is disabled
Commits
  • 2bbcbec [maven-release-plugin] prepare release 1.2.2
  • 314db8b Merge pull request #312 from smallrye/release-1.2.2
  • a683b86 New release 1.2.2
  • 9b87789 Merge pull request #310 from manovotn/issue304
  • c655962 Merge pull request #311 from FroMage/default-thread-context
  • da57795 Added way to get the default configured ThreadContext for Mutiny
  • 83a21b3 Cache value of CDI.current() to improve performance on repeated invocations.
  • 8df3d73 Merge pull request #309 from Sanne/Fastpaths
  • ca11658 SmallRyeCurrentThreadContextInterceptor: skip processing overhead when CP is ...
  • 6b23c1d [maven-release-plugin] prepare for next development iteration
  • See full diff 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 [smallrye-context-propagation](https://github.com/smallrye/smallrye-context-propagation) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/smallrye/smallrye-context-propagation/releases)
- [Commits](smallrye/smallrye-context-propagation@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-context-propagation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 7, 2021
@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #674 (389106a) into main (d61a4c4) will increase coverage by 0.32%.
The diff coverage is n/a.

❗ Current head 389106a differs from pull request most recent head a90a8af. Consider uploading reports for the commit a90a8af to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #674      +/-   ##
============================================
+ Coverage     89.84%   90.16%   +0.32%     
- Complexity     2976     2989      +13     
============================================
  Files           374      374              
  Lines         11764    11764              
  Branches       1476     1478       +2     
============================================
+ Hits          10569    10607      +38     
+ Misses          615      592      -23     
+ Partials        580      565      -15     
Impacted Files Coverage Δ
...erators/multi/builders/SerializedMultiEmitter.java 82.27% <0.00%> (-3.80%) ⬇️
...smallrye/mutiny/operators/multi/MultiEmitOnOp.java 89.52% <0.00%> (-0.96%) ⬇️
...operators/multi/builders/CollectionBasedMulti.java 93.54% <0.00%> (ø)
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 74.78% <0.00%> (+0.84%) ⬆️
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 89.79% <0.00%> (+1.02%) ⬆️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 86.60% <0.00%> (+1.24%) ⬆️
...y/operators/multi/processors/UnicastProcessor.java 97.34% <0.00%> (+1.76%) ⬆️
...subscription/SwitchableSubscriptionSubscriber.java 97.54% <0.00%> (+2.45%) ⬆️
...mallrye/mutiny/operators/multi/FlatMapManager.java 98.61% <0.00%> (+5.55%) ⬆️
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 84.44% <0.00%> (+6.66%) ⬆️
... and 4 more

@jponge jponge added this to the 1.1.0 milestone Sep 7, 2021
@jponge jponge merged commit b7680b3 into main Sep 7, 2021
@jponge jponge deleted the dependabot/maven/io.smallrye-smallrye-context-propagation-1.2.2 branch September 7, 2021 18:59
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant