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 io.projectreactor.netty:reactor-netty-core from 1.0.24 to 1.1.5 in /plugins/repository-azure #6666

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2023

Bumps io.projectreactor.netty:reactor-netty-core from 1.0.24 to 1.1.5.

Release notes

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

v1.1.5

Reactor Netty 1.1.5 is part of 2022.0.5 Release Train.

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

What's Changed

✨ New features and improvements

🐞 Bug fixes

  • Handle empty HOST header when processing connection information by @​violetagg in #2724

📖 Documentation, Tests and Build

🆙 Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.4...v1.1.5

v1.1.4

Reactor Netty 1.1.4 is part of 2022.0.4 Release Train.

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

What's Changed

✨ New features and improvements

🆙 Dependency Upgrades

Full Changelog: reactor/reactor-netty@v1.1.3...v1.1.4

... (truncated)

Commits
  • 89f7464 [release] Prepare and release 1.1.5
  • 0d8dfbd Merge-ignore release 1.0.30 into 1.1.5
  • 1716557 [release] Back to snapshots, next is 1.0.31-SNAPSHOT
  • 0b11323 [release] Prepare and release 1.0.30
  • bb98bcd Merge #2725 into 1.1.5
  • 67f744f Bump org.jfrog.buildinfo:build-info-extractor-gradle (#2725)
  • 2c43418 Merge #2724 into 1.1.5
  • 9b23fed Handle empty HOST header when processing connection information (#2724)
  • c053477 Merge 85e053d82 into 1.1.5
  • 85e053d Depend on Netty QUIC Codec v0.0.38.Final (#2722)
  • 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 [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) from 1.0.24 to 1.1.5.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.24...v1.1.5)

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

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

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@dreamer-89
Copy link
Member

Gradle Check (Jenkins) Run Completed with:

> Task :plugins:repository-azure:thirdPartyAudit FAILED
Unnecessary exclusions, following classes are not missing:
   * reactor.netty.channel.ChannelMeters
  * reactor.netty.channel.ChannelMeters$ChannelMetersTags
  * reactor.netty.internal.util.Metrics
  * reactor.netty.observability.ReactorNettyHandlerContext

Signed-off-by: Suraj Singh <surajrider@gmail.com>
@dreamer-89
Copy link
Member

Updated audit task

  1. Remove missing classes that are non-violating
  2. Add classes that can't be loaded and fails with warning.
  3. Remove the forbiddenAPIs log which dumps all classes which is confusing. Rather logging existing missing, violating classes is sufficient to identify the cause.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException
      1 org.opensearch.index.translog.RemoteFSTranslogTests.testConcurrentWriteViewsAndSnapshot

@codecov-commenter
Copy link

Codecov Report

Merging #6666 (1c0cbfc) into main (73a2279) will decrease coverage by 0.49%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main    #6666      +/-   ##
============================================
- Coverage     71.22%   70.73%   -0.49%     
+ Complexity    59521    59125     -396     
============================================
  Files          4803     4803              
  Lines        283208   283207       -1     
  Branches      40842    40842              
============================================
- Hits         201712   200340    -1372     
- Misses        65266    66425    +1159     
- Partials      16230    16442     +212     
Impacted Files Coverage Δ
...ensearch/gradle/precommit/ThirdPartyAuditTask.java 0.00% <ø> (ø)

... and 473 files with indirect coverage changes

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

@dreamer-89 dreamer-89 merged commit 8c9cfdc into main Mar 25, 2023
@dependabot dependabot bot deleted the dependabot/gradle/plugins/repository-azure/io.projectreactor.netty-reactor-netty-core-1.1.5 branch March 25, 2023 17:32
mitrofmep pushed a commit to mitrofmep/OpenSearch that referenced this pull request Apr 5, 2023
…in /plugins/repository-azure (opensearch-project#6666)

* Bump io.projectreactor.netty:reactor-netty-core

Bumps [io.projectreactor.netty:reactor-netty-core](https://github.com/reactor/reactor-netty) from 1.0.24 to 1.1.5.
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.0.24...v1.1.5)

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

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

* Updating SHAs

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

* Update azure third party audit task

Signed-off-by: Suraj Singh <surajrider@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Suraj Singh <surajrider@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suraj Singh <surajrider@gmail.com>
Signed-off-by: Valentin Mitrofanov <mitrofmep@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

2 participants