Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2020

Bumps netty-all from 4.1.25.Final to 4.1.42.Final.

Commits
  • bd907c3 [maven-release-plugin] prepare release netty-4.1.42.Final
  • 2791f0f Avoid use of global AtomicLong for ScheduledFutureTask ids (#9599)
  • 86ff76a Fix incorrect comment (#9598)
  • 5e69a13 Cleanup JNI code to always correctly free memory when loading fails and also ...
  • eb3c4bd ChunkedNioFile can use absolute FileChannel::read to read chunks (#9592)
  • 76592db Close eventfd shutdown/wakeup race by closely tracking epoll edges (#9586)
  • 0a2d85f Fix GraalVM native image build error (#9593)
  • dc4de7f We need to use NewGloblRef when caching jclass instances (#9595)
  • 4499384 Update to netty-tcnative 2.0.26.Final (#9589)
  • 8648171 Fix *SslEngineTest to not throw ClassCastException and pass in all cases (#9588)
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2020
@dependabot dependabot bot force-pushed the dependabot/maven/io.netty-netty-all-4.1.42.Final branch from b5c23db to 4bc6f74 Compare February 14, 2020 12:57
@dependabot dependabot bot force-pushed the dependabot/maven/io.netty-netty-all-4.1.42.Final branch from 4bc6f74 to 75b5db1 Compare February 27, 2020 08:59
@codecov-io
Copy link

codecov-io commented Feb 27, 2020

Codecov Report

Merging #80 into master will increase coverage by 0.14%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #80      +/-   ##
============================================
+ Coverage     62.49%   62.64%   +0.14%     
  Complexity       44       44              
============================================
  Files           429      429              
  Lines         15460    15460              
  Branches       1489     1489              
============================================
+ Hits           9662     9685      +23     
+ Misses         4778     4754      -24     
- Partials       1020     1021       +1
Impacted Files Coverage Δ Complexity Δ
...ting/sessionserver/disconnect/DisconnectEvent.java 66.66% <0%> (ø) 0% <0%> (ø) ⬇️
...ver/session/bootstrap/SessionServerConfigBean.java 51.63% <0%> (+0.7%) 0% <0%> (ø) ⬇️
...y/sofa/registry/task/batcher/AcceptorExecutor.java 73.55% <0%> (+0.82%) 0% <0%> (ø) ⬇️
...alipay/sofa/registry/remoting/bolt/BoltClient.java 60% <0%> (+2%) 0% <0%> (ø) ⬇️
...rver/session/node/service/DataNodeServiceImpl.java 67.22% <0%> (+6.66%) 0% <0%> (ø) ⬇️
...r/session/scheduler/SessionThreadPoolExecutor.java 100% <0%> (+33.33%) 0% <0%> (ø) ⬇️

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 c3ed82e...18d2254. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/maven/io.netty-netty-all-4.1.42.Final branch from 75b5db1 to ede0eec Compare March 4, 2020 03:00
@dependabot dependabot bot force-pushed the dependabot/maven/io.netty-netty-all-4.1.42.Final branch from ede0eec to 18d2254 Compare March 16, 2020 14:04
@dependabot dependabot bot force-pushed the dependabot/maven/io.netty-netty-all-4.1.42.Final branch 2 times, most recently from 2bd7982 to 69c4e58 Compare May 18, 2020 06:47
@dependabot dependabot bot force-pushed the dependabot/maven/io.netty-netty-all-4.1.42.Final branch from 69c4e58 to ae2a736 Compare August 23, 2020 03:59
@codecov-commenter
Copy link

Codecov Report

Merging #80 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #80      +/-   ##
============================================
+ Coverage     62.10%   62.12%   +0.01%     
  Complexity       44       44              
============================================
  Files           429      429              
  Lines         15470    15470              
  Branches       1490     1490              
============================================
+ Hits           9607     9610       +3     
+ Misses         4849     4846       -3     
  Partials       1014     1014              
Impacted Files Coverage Δ Complexity Δ
...a/registry/server/meta/store/DataStoreService.java 66.54% <0.00%> (+0.37%) 0.00% <0.00%> (ø%)
...server/data/change/event/DataChangeEventQueue.java 89.15% <0.00%> (+0.60%) 0.00% <0.00%> (ø%)
...sofa/registry/server/data/change/SnapshotData.java 100.00% <0.00%> (+10.00%) 0.00% <0.00%> (ø%)

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 bf50669...ae2a736. Read the comment docs.

@dzdx dzdx merged commit 3a2034a into master Aug 23, 2020
@dependabot dependabot bot deleted the dependabot/maven/io.netty-netty-all-4.1.42.Final branch August 23, 2020 05:32
nocvalight pushed a commit to nocvalight/sofa-registry that referenced this pull request Aug 23, 2020
Bumps [netty-all](https://github.com/netty/netty) from 4.1.25.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.25.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dzdx pushed a commit that referenced this pull request Dec 13, 2021
Bumps [netty-all](https://github.com/netty/netty) from 4.1.25.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.25.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot added a commit that referenced this pull request Dec 13, 2021
Bumps [netty-all](https://github.com/netty/netty) from 4.1.25.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.25.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot added a commit that referenced this pull request Dec 13, 2021
Bumps [netty-all](https://github.com/netty/netty) from 4.1.25.Final to 4.1.42.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.25.Final...netty-4.1.42.Final)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants