Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2022

Bumps reactor-netty from 1.0.14 to 1.0.15.

Release notes

Sourced from reactor-netty's releases.

v1.0.15

Reactor Netty 1.0.15 is part of 2020.0.15 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.14, see release notes. (df8589ede0e7a33c3075bc14430dfd292a69e11b)
  • Add more server connection metrics: (#1366, #1956, 08f354d39307a727a6fb30144e56fedb9d5766e5, 8c7d6e955e7716cc7920bde38125a3908f42e45c)
    • TcpServer:
      • reactor.netty.tcp.server.connections.total - the number of all opened connections
    • HttpServer:
      • reactor.netty.http.server.connections.active - the number of http connections currently processing requests
      • reactor.netty.http.server.connections.total - the number of all opened connections

🐞 Bug fixes

  • When ConnectionProvider#acquire, add a pre-screen for connection pool existing before locking inside computeIfAbsent. (#1930)
  • Ensure HttpConnectionProvider exposes correct maxConnections/maxConnectionsPerHost information. (#1941, #1948)
  • Add a pre-screen before locking inside computeIfAbsent. (#1950)
  • Do not cache Meter builders. Meter builders are mutable and not thread safe. (#1974)
  • Additional read operations are needed on the server and the client when websocket handshake is performed, this is a result of behaviour change in Netty. (Fix: Make ByteToMessageDecoder not call read() in channelReadComplete, if no channelRead fired. netty/netty#11966, #1976)
  • Simplify the pre-screen for ConcurrentHashMap#computeIfAbsent. (#1973, d9673e84814a72e5c7b0df00d04760e46149e545, 8a59ff8ec4cba78cf3a299954706637bff0d963c, c6c617140b184a1046b75505ad287cfc563d4db9, 2ee8e3213c237cb8cad825f48b1b947c9d890f48)

📖 Documentation, Tests and Build

  • Switch from adopt to temurin as used java distribution for the build. (#1949)
  • Update build/test dependencies versions:
    • mockito-core to version 4.2.0. (#1938)
    • jackson-databind to version 2.13.1. (#1946)
    • gradle to version 7.3.3. (92a5786aa72eb6e37e71d0ccc8b1b65151bb050e)
    • logback-classic to version 1.2.10. (#1958)
    • com.github.johnrengelman.shadow to version 7.1.2. (#1961)
    • brave to version 5.13.7. (#1964)
    • assertj-core to version 3.22.0. (#1965)
    • com.diffplug.spotless to version 6.1.2. (#1970)
    • build-info-extractor-gradle to version 4.26.1. (#1971)

👍 Thanks to the following contributors that also participated to this release

@​zimatars

Commits
  • df8589e [release] Prepare and release 1.0.15
  • 8c7d6e9 [test] No need to dispose the server in every test
  • 2ee8e32 Add missing since tag
  • c6c6171 Utilise the new MapUtils.computeIfAbsent
  • 8a59ff8 [checkstyle] Class MapUtils should be declared as final
  • d9673e8 Update copyright header end year to 2022
  • 02ed9a2 Simplify the pre-screen for ConcurrentHashMap#computeIfAbsent
  • 08f354d [doc] Change the Meter type
  • 81f73f7 Add more server connection metrics (#1956)
  • f2f1277 Additional read operation is needed when websocket handshake (#1976)
  • 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.14 to 1.0.15.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.14...v1.0.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2022
@dependabot dependabot bot requested a review from cmgrote January 11, 2022 18:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 15, 2022

Superseded by #166.

@dependabot dependabot bot closed this Feb 15, 2022
@dependabot dependabot bot deleted the dependabot/maven/java/io.projectreactor.netty-reactor-netty-1.0.15 branch February 15, 2022 18:03
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.

0 participants