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 reactor-netty from 1.0.8 to 1.0.9 #182

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2021

Bumps reactor-netty from 1.0.8 to 1.0.9.

Release notes

Sourced from reactor-netty's releases.

v1.0.9

Reactor Netty 1.0.9 is part of 2020.0.9 Release Train.

This is a recommended update for all Reactor Netty 1.0.x users.

✨ New features and improvements

  • Depend on Reactor Core v3.4.8, see release notes. (c4dc6afabcac4275ab1e806f86619c54969ef04f)

🪲 Bug fixes

  • When initialising ColocatedEventLoopGroup and the operation is in an event loop, there is no need to submit an additional task. (#1679, #1686, 863ab78e13e56cc3828dac2daa44e6ff7187f99d)
  • FutureMono: Ensure no compete on onSubscribe and onComplete calls. This fix also ensures that if there is addListener racing with cancel, all elements will be cleaned from the listeners list. (#1684, #1696)
  • Ensure HttpClient#responseTimeout can be reset. (#1697, #1700)
  • Obtain the metrics resolver on the configuration step when the metrics are enabled. (#1707, #1717)
  • Share the name resolver when the NameResolverProvider and the default LoopResources are the same. (#1713)
  • Ensure SimpleCompressionHandler#decode can handle FullHttpRequest with freed content. (#1729)
  • SslProvider#updateDefaultConfiguration(SslProvider, DefaultConfigurationType): add the missing deprecated tag. (#1730, #1731)

📖 Documentation, Tests and Build

  • Update developers list in the generated pom.xml file. (#1689, efaa312ae91878554c7ef762d4c822f4bfb033f1)
  • Update date range in copyright header. (#1690, #1720, #1721, #1722, #1723, #1727, #1728)
  • Harmonise license URL indentation in headers. (#1691)
  • Switch to Spotless plugin for license check. (#1705, #1724, 058159592584fcc3a66c32b48a5bfe6a8fe09297)
  • Remove reactor.netty.bytebuf.allocator.used.tiny.cache.size from the documentation. (#1710, #1711)
  • Update javadoc for HttpServerRequest#params. (#1716, #1718)
  • Update build/test dependencies versions:
    • org.gradle.test-retry to version 1.3.1. (#1699)
    • de.undercouch.download to version 4.1.2. (#1708)
    • Apache Tomcat to version 9.0.50. (#1709)
    • jackson-databind to version 2.12.4. (#1725)
    • netty-incubator-transport-native-io_uring to version 0.0.8.Final. (#1726)
    • netty-tcnative-boringssl-static to version 2.0.40.Final. (cde98ad2e4376c50eda001221511e2afa0e297b3)
    • build-info-extractor-gradle to version 4.24.11. (#1733)
Commits
  • c4dc6af [release] Prepare and release 1.0.9
  • ab8cb1e Obtain the metrics resolver on the configuration step when the metrics are en...
  • d1f8f10 Add the missing deprecated tag (#1731)
  • 7a4811e Merge-ignore 21c9797 into 1.0.9
  • 21c9797 Bump build-info-extractor-gradle from 4.24.10 to 4.24.11
  • c54abeb Bump build-info-extractor-gradle from 4.24.10 to 4.24.11 (#1733)
  • 9721b90 Ensure SimpleCompressionHandler#decode can handle FullHttpRequest with freed ...
  • 2ea7d62 [chores] reactor netty root: recompute copyright notice range from git histor...
  • ec5e76e [chores] reactor-netty-http module: recompute copyright notice range from git...
  • 5c1a8bd [chores] reactor-netty-core module: recompute copyright notice range from git...
  • 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)

Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.8...v1.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 14, 2021
@sokomishalov sokomishalov merged commit 315b65d into master Jul 14, 2021
@sokomishalov sokomishalov deleted the dependabot/maven/io.projectreactor.netty-reactor-netty-1.0.9 branch July 14, 2021 08:10
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.

1 participant