Skip to content

Bump reactor-netty.version from 1.1.13 to 1.1.20#12840

Merged
HTHou merged 4 commits intomasterfrom
dependabot/maven/master/reactor-netty.version-1.1.20
Jul 5, 2024
Merged

Bump reactor-netty.version from 1.1.13 to 1.1.20#12840
HTHou merged 4 commits intomasterfrom
dependabot/maven/master/reactor-netty.version-1.1.20

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps reactor-netty.version from 1.1.13 to 1.1.20.
Updates io.projectreactor.netty:reactor-netty-http from 1.1.13 to 1.1.20

Release notes

Sourced from io.projectreactor.netty:reactor-netty-http's releases.

v1.1.20

Reactor Netty 1.1.20 is part of 2022.0.20 and 2023.0.7 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • When HttpOperations#afterMarkSentHeaders throws an error in HttpOperations#sendObject, ensure the ByteBuf is released just once by @​violetagg in #3246
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @​violetagg in #3252
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @​KyoUK4n in #3266

📖 Documentation

  • Extend the documentation for the shared (default) ConnectionProvider and Event Loop Group by @​violetagg in #3281

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.19...v1.1.20

v1.1.19

Reactor Netty 1.1.19 is part of 2022.0.19 and 2023.0.6 Release Train.

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

  • Always use remote socket address for the metrics by @​violetagg in #3210
  • Ensure HttpServerMetricsRecorder#recordServerConnectionInactive/Close is invoked for websockets by @​violetagg in #3229
  • Ensure ConnectionProvider metrics are disposed unconditionally when graceful shutdown by @​violetagg in #3235
  • Ensure ByteBuf#release is invoked for already sent HTTP/2 response by @​violetagg in #3236

Full Changelog: reactor/reactor-netty@v1.1.18...v1.1.19

... (truncated)

Commits
  • 9670a02 [release] Prepare and release 1.1.20
  • 7108673 Merge-ignore release 1.0.46 into 1.1.20
  • a482017 [release] Back to snapshots, next is 1.0.47-SNAPSHOT
  • 0343273 [release] Prepare and release 1.0.46
  • 3083c45 Make MonoSend.MAX_SIZE configurable by system property (#3276)
  • 50c5366 Merge #3288 into 1.1.20
  • 8ae6a07 Bump org.jfrog.buildinfo:build-info-extractor-gradle (#3288)
  • d670eec Adapt metrics to the delayed last flush operation (#3282)
  • bebda72 Extend the documentation for the shared (default) ConnectionProvider and Even...
  • 7fab480 Adapt access log to the delayed last flush operation (#3280)
  • Additional commits viewable in compare view

Updates io.projectreactor.netty:reactor-netty-core from 1.1.13 to 1.1.20

Release notes

Sourced from io.projectreactor.netty:reactor-netty-core's releases.

v1.1.20

Reactor Netty 1.1.20 is part of 2022.0.20 and 2023.0.7 Release Train.

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • When HttpOperations#afterMarkSentHeaders throws an error in HttpOperations#sendObject, ensure the ByteBuf is released just once by @​violetagg in #3246
  • Fix HTTP/2 pool recordPendingSuccess/FailureAndLatency not recorded without timeout by @​violetagg in #3252
  • Ensure HttpClient#reactorNettyVersion() does not throw NullPointException when loaded through -javaagent under JDK 1.8 by @​KyoUK4n in #3266

📖 Documentation

  • Extend the documentation for the shared (default) ConnectionProvider and Event Loop Group by @​violetagg in #3281

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.19...v1.1.20

v1.1.19

Reactor Netty 1.1.19 is part of 2022.0.19 and 2023.0.6 Release Train.

What's Changed

⚠️ Update considerations and deprecations

✨ New features and improvements

🐞 Bug fixes

  • Always use remote socket address for the metrics by @​violetagg in #3210
  • Ensure HttpServerMetricsRecorder#recordServerConnectionInactive/Close is invoked for websockets by @​violetagg in #3229
  • Ensure ConnectionProvider metrics are disposed unconditionally when graceful shutdown by @​violetagg in #3235
  • Ensure ByteBuf#release is invoked for already sent HTTP/2 response by @​violetagg in #3236

Full Changelog: reactor/reactor-netty@v1.1.18...v1.1.19

... (truncated)

Commits
  • 9670a02 [release] Prepare and release 1.1.20
  • 7108673 Merge-ignore release 1.0.46 into 1.1.20
  • a482017 [release] Back to snapshots, next is 1.0.47-SNAPSHOT
  • 0343273 [release] Prepare and release 1.0.46
  • 3083c45 Make MonoSend.MAX_SIZE configurable by system property (#3276)
  • 50c5366 Merge #3288 into 1.1.20
  • 8ae6a07 Bump org.jfrog.buildinfo:build-info-extractor-gradle (#3288)
  • d670eec Adapt metrics to the delayed last flush operation (#3282)
  • bebda72 Extend the documentation for the shared (default) ConnectionProvider and Even...
  • 7fab480 Adapt access log to the delayed last flush operation (#3280)
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps `reactor-netty.version` from 1.1.13 to 1.1.20.

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.13 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.13...v1.1.20)

Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.13 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.13...v1.1.20)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.projectreactor.netty:reactor-netty-core
  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 Jul 2, 2024
@codecov
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.72%. Comparing base (0d5b6ac) to head (4a28b93).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #12840   +/-   ##
=========================================
  Coverage     41.72%   41.72%           
  Complexity       71       71           
=========================================
  Files          3319     3319           
  Lines        209850   209850           
  Branches      24948    24948           
=========================================
+ Hits          87559    87560    +1     
+ Misses       122291   122290    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 2, 2024

@HTHou HTHou merged commit ec5374a into master Jul 5, 2024
@dependabot dependabot bot deleted the dependabot/maven/master/reactor-netty.version-1.1.20 branch July 5, 2024 08:02
JackieTien97 pushed a commit that referenced this pull request Jul 10, 2024
* Bump reactor-netty.version from 1.1.13 to 1.1.20

Bumps `reactor-netty.version` from 1.1.13 to 1.1.20.

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.13 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.13...v1.1.20)

Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.13 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.13...v1.1.20)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.projectreactor.netty:reactor-netty-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

* Update pom.xml

* Update pom.xml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Haonan <hhaonan@outlook.com>
(cherry picked from commit ec5374a)
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.

1 participant