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.18 to 1.1.1 in /plugins/repository-azure #5676

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps reactor-netty from 1.0.18 to 1.1.1.

Release notes

Sourced from reactor-netty's releases.

v1.1.1

Reactor Netty 1.1.1 is part of 2022.0.1 Release Train.

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

What's Changed

✨ New features and improvements

  • Depend on Reactor Core v3.5.1 by @​pderop in de89e707efd85f66185f1fcc29789583107faa8f, see release notes.
  • Depend on Netty v4.1.86.Final by @​violetagg in #2611
  • Depend on Netty QUIC Codec v0.0.34.Final by @​violetagg in #2574
  • Depend on netty-incubator-transport-native-io_uring v0.0.16.Final by @​violetagg in #2575
  • Allow configurable connection provider eviction predicate by @​samueldlightfoot in #2557
  • Support context propagation for ChannelHandler by @​violetagg in #2588
  • Deregister connection pool metrics from Micrometer (or alternate registry) when disposing the connection pool by @​manolama in #2608
  • Add new API AccessLogArgProvider#connectionInformation() for retrieving information related to host/remote address/scheme by @​pderop in #2606

🐞 Bug fixes

📖 Documentation, Tests and Build

  • Documentation:
  • Tests:
    • Ensure the connection is closed at the end of the test by @​violetagg in #2598
    • Add test for ConnectionProvider.Builder#disposeInactivePoolsInBackground by @​violetagg in #2607
  • Build:
    • PRs with label type/test go to Documentation, Tests and Build section of the release notes by @​violetagg in #2609

🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-netty@v1.1.0...v1.1.1

... (truncated)

Commits

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.18 to 1.1.1.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.18...v1.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependabot PRs with auto version bumps from dependabot label Jan 2, 2023
@dependabot dependabot bot requested a review from mch2 as a code owner January 2, 2023 13:10
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 2, 2023
Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2023

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2023

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #5676 (92a122c) into main (361133c) will increase coverage by 0.09%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #5676      +/-   ##
============================================
+ Coverage     70.96%   71.05%   +0.09%     
- Complexity    58554    58650      +96     
============================================
  Files          4760     4760              
  Lines        279515   279515              
  Branches      40348    40348              
============================================
+ Hits         198363   198619     +256     
+ Misses        64965    64743     -222     
+ Partials      16187    16153      -34     
Impacted Files Coverage Δ
...port/ResponseHandlerFailureTransportException.java 0.00% <0.00%> (-60.00%) ⬇️
...opensearch/persistent/PersistentTasksExecutor.java 22.22% <0.00%> (-44.45%) ⬇️
...h/action/ingest/SimulateDocumentVerboseResult.java 60.71% <0.00%> (-39.29%) ⬇️
...earch/client/indices/GetIndexTemplatesRequest.java 38.46% <0.00%> (-26.93%) ⬇️
...a/org/opensearch/index/mapper/MapperException.java 75.00% <0.00%> (-25.00%) ⬇️
...opensearch/snapshots/SnapshotRestoreException.java 25.00% <0.00%> (-25.00%) ⬇️
...rg/opensearch/index/shard/ShardSplittingQuery.java 53.43% <0.00%> (-24.43%) ⬇️
...nsearch/index/shard/IndexingOperationListener.java 63.93% <0.00%> (-22.96%) ⬇️
...arch/index/query/LegacyGeoShapeQueryProcessor.java 50.81% <0.00%> (-22.96%) ⬇️
...pensearch/index/mapper/MapperParsingException.java 77.77% <0.00%> (-22.23%) ⬇️
... and 460 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Rishikesh1159 Rishikesh1159 merged commit 6146271 into main Jan 3, 2023
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-azure/io.projectreactor.netty-reactor-netty-1.1.1 branch January 3, 2023 05:38
@Rishikesh1159 Rishikesh1159 added the backport 2.x Backport to 2.x branch label Jan 3, 2023
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-5676-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6146271e790bb1685d1b67f00ec3c9184e534eab
# Push it to GitHub
git push --set-upstream origin backport/backport-5676-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-5676-to-2.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch dependabot PRs with auto version bumps from dependabot dependencies Pull requests that update a dependency file skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants